aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-141-3/+3
* stand: fix build after recent opencrypto changesKyle Evans2021-10-073-5/+6
* loader bcache: Allow readahead up to 256 kB I/OsColin Percival2021-10-031-1/+4
* loader bcache: Track unconsumed readaheadColin Percival2021-10-031-2/+15
* loader: Refactor readahead adjustment in bcacheColin Percival2021-10-031-4/+14
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-09-301-2/+4
* loader.efi: remove extra extern STWarner Losh2021-09-301-2/+0
* loader_lua.8: Fix first versionWarner Losh2021-09-291-11/+1
* loader: create separate man pages for each of the loadersWarner Losh2021-09-295-1064/+911
* loader: Set twiddle globaldiv to 16 by defaultColin Percival2021-09-285-5/+8
* efi loader: Call tslog_init from efi_mainColin Percival2021-09-252-2/+4
* loader printf: Profile with TSLOGColin Percival2021-09-251-1/+4
* loader tslog: Don't use sprintfColin Percival2021-09-251-7/+43
* loader: dev_net.c should use __func__ with printfToomas Soome2021-09-241-14/+16
* powerpc64: fix loader regressionLeandro Lupori2021-09-211-11/+11
* efi loader: TypoMark Johnston2021-09-211-1/+1
* style: Fix leading whitespace in bcache.cColin Percival2021-09-191-3/+3
* powerpc64: change CAS to support Radix MMULeandro Lupori2021-09-151-46/+74
* lualoader: use more concise verbiage for autobootKyle Evans2021-09-091-2/+1
* lualoader: allow brands to specify a shiftKyle Evans2021-09-091-0/+5
* lualoader: remove shadowed local from graphics:drawitem()Kyle Evans2021-09-091-1/+0
* loader: implement mount/unmount rootfsToomas Soome2021-09-0827-191/+752
* i386 loaders: avoid lld 13 garbage collecting linker setsDimitry Andric2021-09-081-0/+6
* 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