aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* efi(8): Fix a typo in a source code commentGordon Bergling2021-11-111-1/+1
* powerpc64le: stand fixesLeandro Lupori2021-11-0512-245/+525
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-213-5/+6
* loader: dev_net.c should use __func__ with printfToomas Soome2021-10-011-14/+16
* amd64 UEFI loader: enable automatic disable of staging area copyingKonstantin Belousov2021-10-011-1/+1
* powerpc64: change CAS to support Radix MMULeandro Lupori2021-09-301-46/+74
* efi loader: TypoMark Johnston2021-09-241-1/+1
* i386 loaders: avoid lld 13 garbage collecting linker setsDimitry Andric2021-09-151-0/+6
* stand: Add MK_PIE=no to defs.mkWarner Losh2021-09-121-0/+1
* cli.lua.8: make the command match the codeWarner Losh2021-09-121-2/+2
* lua loader: Add disable-device to disable a device.Warner Losh2021-09-122-2/+23
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-09-121-0/+1
* lualoader: use more concise verbiage for autobootKyle Evans2021-09-121-2/+1
* lualoader: allow brands to specify a shiftKyle Evans2021-09-121-0/+5
* lualoader: remove shadowed local from graphics:drawitem()Kyle Evans2021-09-121-1/+0
* loader.efi: fix console output after BS offToomas Soome2021-09-092-10/+26
* pxeboot: improve and simplify rx handlingKyle Evans2021-09-041-48/+106
* efi loader: disallow user to configure staging area size less than defaultKonstantin Belousov2021-09-031-4/+9
* Restore the definition of EFI_STAGING_SIZEKonstantin Belousov2021-09-031-3/+3
* libsa: Fix a typo in source code commentsGordon Bergling2021-09-011-2/+2
* loader: loader_lua can run command_more twiceToomas Soome2021-08-281-4/+1
* loader: FB console does leave garbage on screen while scrollingToomas Soome2021-08-281-7/+13
* libsa: cstyle cleanup of dosfs.cToomas Soome2021-08-261-580/+595
* loader: open file list should be dynamicToomas Soome2021-08-2613-115/+227
* loader: fix multiboot loading on UEFIRoger Pau Monné2021-08-231-1/+6
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-236-60/+348
* loader: cstyle cleanup of userboot/devicename.cToomas Soome2021-08-191-128/+132
* Fix a few typos in source code commentsGordon Bergling2021-08-191-1/+1
* Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne2021-08-111-2/+0
* loader: tftp client should use server address from rootipToomas Soome2021-08-081-4/+2
* loader: cstyle cleanup of libsa/lseek.cToomas Soome2021-08-081-68/+69
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-08-052-2/+75
* loader.conf(5): mention "efi" option for "console" parameterLi-Wen Hsu2021-08-031-1/+3
* typo: becauce -> becauseWarner Losh2021-07-301-1/+1
* boot: fix OBJS to not include BTX's crt0.oWarner Losh2021-07-301-2/+12
* Revert "loader: support.4th resets the read buffer incorrectly"Warner Losh2021-07-271-1/+1
* loader: make sure CPUTYPE is ignored when buildingWarner Losh2021-07-211-0/+8
* Fix pmbr issues > 2TBEmrion2021-07-211-5/+6
* loader: Don't reserve space for symbols twice.Warner Losh2021-07-161-2/+0
* loader: update autoboot description and move to loader.conf.5Daniel Gerzo2021-07-162-30/+44
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-161-1/+1
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-201-1/+1
* Update the EFI timer to be called once a secondAndrew Turner2021-06-121-4/+4
* libsa: Fix infinite loop in bzipfs & gzipfsDavid Bright2021-06-092-0/+6
* loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2021-05-231-17/+26
* Fix build of stand/usb .Hans Petter Selasky2021-05-101-0/+2
* loader: do not output empty menu titleToomas Soome2021-04-282-2/+9
* Don't add -Winline for WARNS=6Alex Richardson2021-04-222-3/+2
* libsa: Remove conflicting .global/.weak directiveAlex Richardson2021-04-101-1/+0
* loader: we should support pools without featuresToomas Soome2021-04-091-2/+10