aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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-756/+757
* 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-70/+99
* 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-27/+76
* Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-02-151-0/+1
* stand: dev_net: correct net_open's interpretation of paramsKyle Evans2019-02-151-3/+5
* Allow reading the UEFI variable sizeMarcin Wojtas2019-02-081-1/+1
* Regularize the Netflix copyrightWarner Losh2019-02-048-9/+10
* Unbreak mip64 build after r328437Oleksandr Tymoshenko2019-01-201-0/+16
* libsa: add asprintf()Toomas Soome2019-01-172-0/+29
* loader should ignore active multi_vdev_crash_dump feature on zpoolToomas Soome2019-01-171-0/+1
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-0/+1
* Add Dell Chromebook to the list of devices with E820 extmem quirk enabledOleksandr Tymoshenko2019-01-141-0/+1
* biospci_write_config args were backwardsWarner Losh2019-01-081-3/+3
* Create MK_LOADER_VERBOSE and connect it to ELF_VERBOSE in the loaderWarner Losh2019-01-071-0/+4
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-059-12/+12