aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: zfs: handle holes at the tail end correctlyKyle Evans2022-04-241-0/+13
* loader.4th(8): Fix a typo in the manual pageGordon Bergling2022-04-151-1/+1
* WITHOUT_BOOT build option appears to include stand, failing on libsaToomas Soome2022-03-181-0/+3
* Add support for getting early entropy from UEFIColin Percival2022-03-144-1/+105
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2022-03-091-1/+1
* powerpc64: fix loader regressionLeandro Lupori2022-03-041-11/+11
* Disable clang 14 warning about bitwise operators in one more placeDimitry Andric2022-02-111-0/+1
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-272-0/+23
* Disable PIE for powerpc bootloaders.Marcin Wojtas2022-01-234-0/+8
* Disable PIE for MIPS ubldrMarcin Wojtas2022-01-231-0/+4
* Disable PIE for MIPS BERI boot loaderMarcin Wojtas2022-01-231-0/+4
* loader: Fix dtb loadingEmmanuel Vadot2022-01-141-0/+2
* loader: Do not force comconsole for arm and arm64Emmanuel Vadot2022-01-141-1/+1
* loader: lsefi: Print more informationEmmanuel Vadot2022-01-141-1/+25
* loader: Add more bus name to pnpautoloadEmmanuel Vadot2022-01-141-6/+9
* loader: Fix pnpload and add some usageEmmanuel Vadot2022-01-141-4/+6
* loader: Fix pnpmatch and add some usageEmmanuel Vadot2022-01-141-5/+10
* stand: Don't build readtest command on mipsEmmanuel Vadot2022-01-131-0/+2
* loader: tftp: Copy the first block into the cacheEmmanuel Vadot2022-01-131-0/+7
* loader: lua: test that /boot exists firstEmmanuel Vadot2022-01-131-0/+7
* loader: bcache: Fix debug printfEmmanuel Vadot2022-01-131-3/+3
* loader: tftp: Add preload methodEmmanuel Vadot2022-01-131-0/+60
* loader: Add preload operation to fs_opsEmmanuel Vadot2022-01-134-1/+49
* loader: implement mount/unmount rootfsToomas Soome2022-01-1327-191/+752
* loader: ip: Do not call getsecs so muchEmmanuel Vadot2022-01-131-3/+2
* loader: tftp: Don't let tftp timeoutEmmanuel Vadot2022-01-131-1/+5
* loader: Add a readtest commandEmmanuel Vadot2022-01-132-0/+32
* loader: tftp: Don't error on tftp error 0Emmanuel Vadot2022-01-131-5/+10
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2022-01-102-2/+12
* loader: framebuffer should only be written intoToomas Soome2022-01-104-47/+115
* Add an loader command on arm64 to sync the cacheAndrew Turner2022-01-041-0/+38
* Don't sync the I/D caches when they are coherentAndrew Turner2022-01-043-26/+45
* MFC: Improve readahead in loaderColin Percival2021-12-291-7/+33
* Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev2021-12-291-2/+15
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-12-291-2/+4
* MFC: Add TSLOG to loader sprintfColin Percival2021-12-292-8/+47
* loader: Set twiddle globaldiv to 16 by defaultColin Percival2021-12-294-4/+6
* MFC: arm64 fixes for TSLOGColin Percival2021-12-291-0/+6
* MFC loader+userland TSLOG supportColin Percival2021-12-2919-6/+306
* gfx_fb: Fix a typo in a source code commentGordon Bergling2021-12-251-1/+1
* loader.efi: Do not use as frame buffer BLT-only GOPs.Alexander Motin2021-12-231-4/+16
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-12-121-1/+1
* ANSIify libsa functionsAlfonso2021-12-066-21/+9
* ficl: Fix a typo in a commentGordon Bergling2021-12-031-1/+1
* 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