aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: GELI encrypted disk should still use device name diskToomas Soome2022-06-201-1/+1
* userboot is missing vdisk_devToomas Soome2022-06-191-0/+3
* test_diskread(): detect end of the diskToomas Soome2022-06-191-0/+5
* loader.efi: fix panic() after BS offToomas Soome2022-06-194-4/+15
* loader: Relax the check in is_kernphys_relocatable()Mark Johnston2022-06-151-2/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-06-053-3/+3
* zfs: merge openzfs/zfs@b9d98453fMartin Matuska2022-06-031-1/+1
* Set mm before passing it to the UEFI firmwareAndrew Turner2022-05-211-0/+1
* libsa: mark head_errlog feature supported.Toomas Soome2022-05-211-0/+1
* libsa: Make the nvlist implementation more self-containedMark Johnston2022-05-203-109/+180
* libsa: Fix a bug in nvlist creationMark Johnston2022-05-201-0/+1
* loader.efi: add cross-reference to loader(8)Ed Maste2022-05-181-0/+1
* 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