aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Create boot_img as a global variableWarner Losh2019-04-224-24/+20
* Move setting of console earlier in boot.Warner Losh2019-04-221-12/+12
* Start to reduce the number of #ifdef EFI_ZFS_BOOTWarner Losh2019-04-204-15/+9
* Add wrapper functions to convert strings to EFI_DEVICE_PATHWarner Losh2019-04-192-8/+52
* Add UEFI definitions related to converting string to DEVICE_PATHWarner Losh2019-04-191-0/+20
* Add define for CONST.Warner Losh2019-04-191-0/+1
* Minor tweak to the debugWarner Losh2019-04-181-1/+1
* Add efi_delenvWarner Losh2019-04-182-0/+19
* Add a more generic efi_setenv function.Warner Losh2019-04-182-0/+20
* stand: refactor overlay loading a little bitKyle Evans2019-04-116-4/+32
* loader: command_lsefi: ret can be used uninitializedToomas Soome2019-04-071-1/+1
* loader: add file_remove() function to undo file_insert_tail().Toomas Soome2019-04-071-14/+40
* loader: mod_loadkld() error: we previously assumed 'last_file' could be nullToomas Soome2019-04-071-7/+5
* loader: file_addmetadata() should check for memory allocationToomas Soome2019-04-071-4/+6
* loader: remove pointer checks before free() in module.cToomas Soome2019-04-071-16/+8
* loader: file_addmodule should check for memory allocationToomas Soome2019-04-071-0/+4
* loader: malloc+bzero is callocToomas Soome2019-04-071-7/+2
* Create kernel module to parse Veriexec manifest based on envsMarcin Wojtas2019-04-033-0/+14
* stand: remove CLANG_NO_IAS from zfsldrEd Maste2019-03-261-3/+0
* lualoader: Fix up some luacheck concernsKyle Evans2019-03-262-2/+1
* lualoader: Clear the screen before prompting for passwordKyle Evans2019-03-261-3/+12
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-2413-60/+69
* loader: fix loading of kernels with . in pathEd Maste2019-03-201-8/+10
* Add missing boot.4th verificationMarcin Wojtas2019-03-191-0/+6
* stand: Improve some debugging experienceKyle Evans2019-03-125-54/+57
* stand/common/module: Apply style(9)Emmanuel Vadot2019-03-071-721/+722
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-065-5/+1
* Extend libsecureboot(old libve) to obtain trusted certificates from UEFI and ...Marcin Wojtas2019-03-062-0/+15
* Add retry loop around GetMemoryMap call to fix fragmentation bugRebecca Cran2019-03-062-69/+98
* Add -d flag to load commandSimon J. Gerraty2019-03-041-3/+8
* EFI: don't call printf after ExitBootServices, since it uses Boot ServicesRebecca Cran2019-03-022-7/+15
* Enable veriexec for loaderSimon J. Gerraty2019-02-2618-30/+117
* stand: Remove unused i386 EFI MD bitsKyle Evans2019-02-263-146/+0
* loader: really fix cd9660 dirmatchToomas Soome2019-02-201-4/+30
* Fix the handling of legacy-format devices in the u-boot loaderdev variable.Ian Lepore2019-02-201-9/+16
* loader: ptable_close() should check its argumentToomas Soome2019-02-181-0/+3
* Allow the u-boot loaderdev env var to be formatted in the "usual" loader(8)Ian Lepore2019-02-181-0/+22
* Fix more places to use DEV_TYP_NONE instead of -1 to indicate 'no device'.Ian Lepore2019-02-181-7/+7
* Use DEV_TYP_NONE instead of -1 to indicate no device was specified.Ian Lepore2019-02-181-4/+4
* cd9660: dirmatch fails to unmatch when name is prefix for directory recordToomas Soome2019-02-181-0/+4
* Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-bootIan Lepore2019-02-182-15/+11
* lualoader: only clear the screen before first password promptKyle Evans2019-02-181-2/+7
* powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystemJustin Hibbits2019-02-181-0/+1
* Garbage collection no-longer-used constant.Ian Lepore2019-02-171-2/+0
* Make lsdev -v output line up in neat columns by using a fixed width forIan Lepore2019-02-171-7/+4
* Use a couple local variables to avoid repetitive long expressions thatIan Lepore2019-02-171-6/+7
* Restore loader(8)'s ability for lsdev to show partitions within a bsd slice.Ian Lepore2019-02-171-0/+7
* It turns out r344226 narrowed the overrun bug but did not eliminate it entirelyPatrick Kelsey2019-02-171-2/+2
* Remove whole-disk vdev support from zfsbootPatrick Kelsey2019-02-171-18/+5
* Fix memory corruption bug introduced in r325310Patrick Kelsey2019-02-171-26/+75