aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: fix console output after BS offToomas Soome2021-09-022-10/+26
* libsa: Fix a typo in source code commentsGordon Bergling2021-08-291-2/+2
* efi loader: disallow user to configure staging area size less than defaultKonstantin Belousov2021-08-271-4/+9
* Restore the definition of EFI_STAGING_SIZEKonstantin Belousov2021-08-271-3/+3
* pxeboot: improve and simplify rx handlingKyle Evans2021-08-261-48/+106
* amd64 UEFI loader: enable automatic disable of staging area copyingKonstantin Belousov2021-08-251-1/+1
* loader: loader_lua can run command_more twiceToomas Soome2021-08-211-4/+1
* loader: FB console does leave garbage on screen while scrollingToomas Soome2021-08-211-7/+13
* Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev2021-08-201-2/+15
* libsa: cstyle cleanup of dosfs.cToomas Soome2021-08-191-580/+595
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* loader: cstyle cleanup of userboot/devicename.cToomas Soome2021-08-111-128/+132
* loader: fix multiboot loading on UEFIRoger Pau Monné2021-08-121-1/+6
* loader: open file list should be dynamicToomas Soome2021-08-1013-115/+227
* stand: Add MK_PIE=no to defs.mkWarner Losh2021-08-111-0/+1
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-086-60/+348
* Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne2021-08-041-2/+0
* Fix build of stand/ when building world with ASANAlex Richardson2021-08-022-2/+9
* loader: tftp client should use server address from rootipToomas Soome2021-08-021-4/+2
* loader: cstyle cleanup of libsa/lseek.cToomas Soome2021-08-011-68/+69
* loader.conf(5): mention "efi" option for "console" parameterLi-Wen Hsu2021-07-311-1/+3
* cli.lua.8: make the command match the codeWarner Losh2021-07-291-2/+2
* lua loader: Add disable-device to disable a device.Warner Losh2021-07-282-2/+23
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-281-0/+1
* Revert "loader: support.4th resets the read buffer incorrectly"Warner Losh2021-07-261-1/+1
* type: becauce -> becauseWarner Losh2021-07-221-1/+1
* loader: make sure CPUTYPE is ignored when buildingWarner Losh2021-07-151-0/+8
* loader: Create loader_simp(8) to document simple version of loaderWarner Losh2021-07-142-0/+763
* loader(8): fix path to be correct loader.4th.Warner Losh2021-07-141-2/+2
* loader: small Makefile style changeWarner Losh2021-07-141-7/+5
* Fix pmbr issues > 2TBEmrion2021-07-131-5/+6
* loader: Don't reserve space for symbols twice.Warner Losh2021-07-121-2/+0
* loader: update autoboot description and move to loader.conf.5Daniel Gerzo2021-07-122-30/+44
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-111-1/+1
* loader: Fix dtb loadingEmmanuel Vadot2021-07-051-0/+2
* libsa: Add tslog support for arm64Colin Percival2021-06-241-0/+6
* loader: Use tslog to instrument some functionsColin Percival2021-06-219-4/+70
* stand/common command_boot: Pass tslog to kernelColin Percival2021-06-211-0/+3
* efi/loader: Call tslog_initColin Percival2021-06-211-0/+2
* i386/loader: Call tslog_initColin Percival2021-06-211-0/+6
* stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+84
* libsa: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+88
* stand/common: Add file_addbuf()Colin Percival2021-06-212-0/+52
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-061-1/+1
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-06-022-2/+75
* libsa: Fix infinite loop in bzipfs & gzipfsDavid Bright2021-06-012-0/+6
* loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2021-05-161-17/+26
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4
* boot: fix OBJS to not include BTX's crt0.oWarner Losh2021-05-061-2/+12
* EFI secure boot VECTX related changesEric van Gyzen2021-04-3010-16/+25