aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* ficl: Fix a typo in a commentGordon Bergling2021-11-301-1/+1
* loader: abstract boot services exiting to libefi functionWarner Losh2021-11-212-4/+14
* ANSIify libsa functionsAlfonso2021-11-196-21/+9
* loader: Do not force comconsole for arm and arm64Emmanuel Vadot2021-11-161-1/+1
* loader: lsefi: Print more informationEmmanuel Vadot2021-11-161-1/+25
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-151-5/+0
* loader: Add more bus name to pnpautoloadEmmanuel Vadot2021-11-141-6/+9
* loader: Fix pnpload and add some usageEmmanuel Vadot2021-11-141-4/+6
* loader: Fix pnpmatch and add some usageEmmanuel Vadot2021-11-141-5/+10
* efi(8): Fix a typo in a source code commentGordon Bergling2021-11-071-1/+1
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-045-22/+21
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2021-10-261-1/+1
* powerpc64: tell kernel when radix is not availableLeandro Lupori2021-10-221-2/+8
* powerpc64le: stand fixesLeandro Lupori2021-10-2012-245/+525
* loader: net_open() should not replace f->f_devdataToomas Soome2021-10-193-6/+13
* 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