aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: Initial kboot support on amd64Warner Losh2022-05-018-0/+650
* stand: Install libsa.3Warner Losh2022-04-301-0/+4
* stand: Change libstand.3 to libsa.3Warner Losh2022-04-304-7/+7
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-3010-11/+11
* stand: zfs: handle holes at the tail end correctlyKyle Evans2022-04-211-0/+13
* libsa: Fix a typo in a panic messageGordon Bergling2022-04-201-1/+1
* loader: userboot: provide a getsecs() implementationKyle Evans2022-04-131-0/+12
* stand: libefi: swap /Pci() printing aroundKyle Evans2022-04-131-2/+2
* Clean up some grammos I left behind.Jens Schweikhardt2022-04-111-7/+7
* Correct typos and more precise wording.Jens Schweikhardt2022-04-111-19/+18
* stand: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* Correct a grammo.Jens Schweikhardt2022-04-041-2/+1
* loader.4th(8): Fix a typo in the manual pageGordon Bergling2022-04-021-1/+1
* powerpc64: Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-03-283-3/+3
* gptboot.8: Fix a typo and fix lint warningsMateusz Piotrowski2022-03-181-3/+4
* loader.efi: Improve the manual pageMateusz Piotrowski2022-03-181-11/+62
* WITHOUT_BOOT build option appears to include stand, failing on libsaToomas Soome2022-03-171-0/+3
* stand/usb: Fix build by declaring missing functions and types.Hans Petter Selasky2022-03-171-0/+14
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-122-2/+2
* loader: accept "yellow" as a named colorEd Maste2022-03-112-2/+2
* loader: support numeric and named bright colors (8-15)Ed Maste2022-03-112-24/+44
* zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska2022-03-081-4/+57
* Delete a blank that messed up punctuation.Jens Schweikhardt2022-03-051-1/+1
* Handle MODULE_VERBOSE_TWIDDLE in module_verbose_setSimon J. Gerraty2022-02-242-5/+5
* Add support for getting early entropy from UEFIColin Percival2022-02-174-1/+105
* module_verbose should also affect non-ELF modules.Simon J. Gerraty2022-02-141-3/+6
* Add support for module_verboseSimon J. Gerraty2022-02-134-62/+98
* Disable clang 14 warning about bitwise operators in one more placeDimitry Andric2022-02-101-0/+1
* stand/uboot: Fix building of ubldr.binWarner Losh2022-02-072-3/+8
* stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.John Baldwin2022-02-022-0/+6
* Remove quotes around Makefile .error/.warn/.info stringsEd Maste2022-01-221-1/+1
* geliboot: Use the correct IV length for AES-XTS.John Baldwin2022-01-143-7/+6
* geliboot: Use the multi-block functions for AES-XTS.John Baldwin2022-01-111-9/+5
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-112-0/+23
* mips: remove saf1761Warner Losh2022-01-041-8/+0
* ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke2022-01-021-5/+2
* kboot: move to generic syscall interfaceWarner Losh2021-12-305-91/+138
* kboot: Split out powerpc buildWarner Losh2021-12-308-12/+21
* kboot: Move powerpc kboot to top levelWarner Losh2021-12-3014-4/+3
* loader: tftp: Copy the first block into the cacheEmmanuel Vadot2021-12-301-0/+7
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2021-12-222-2/+12
* gfx_fb: Fix a typo in a source code commentGordon Bergling2021-12-221-1/+1
* Add an loader command on arm64 to sync the cacheAndrew Turner2021-12-201-0/+38
* Don't sync the I/D caches when they are coherentAndrew Turner2021-12-203-26/+45
* loader.efi: Do not use as frame buffer BLT-only GOPs.Alexander Motin2021-12-161-4/+16
* loader: lua: test that /boot exists firstEmmanuel Vadot2021-12-161-0/+7
* loader: bcache: Fix debug printfEmmanuel Vadot2021-12-161-3/+3
* loader: tftp: Add preload methodEmmanuel Vadot2021-12-161-0/+60
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-164-1/+49