aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* With buggy int13 ah=15, we can mis-identify the floppy devices.Toomas Soome2019-01-051-3/+41
* loader.efi: efi variable rework and lsefi command addedToomas Soome2019-01-0319-163/+2910
* loader.efi: update memmap command to recognize new attributesToomas Soome2019-01-034-29/+72
* i386_parsedev() needs to support fd devicesToomas Soome2019-01-021-19/+29
* Add Copyright.Toomas Soome2018-12-301-0/+2
* loader: create bio_alloc and bio_free for bios bounce bufferToomas Soome2018-12-305-86/+208
* Wait a maximum of 300 seconds for network send/recv in libsaRebecca Cran2018-12-201-1/+1
* loader: zfs reader should not probe partitionless disks (UEFI case)Toomas Soome2018-12-171-1/+14
* loader: zfs reader should not probe partitionless disksToomas Soome2018-12-161-4/+5
* Cast error message in efi_main.c to CHAR16* to avoid build errorRebecca Cran2018-12-131-1/+1
* Print an error message in efi_main.c if we can't allocate memory for the heapRebecca Cran2018-12-131-1/+3
* powerpc/ubldr: Teach powerpc's ubldr to boot 64-bit kernelsJustin Hibbits2018-12-103-1/+104
* Don't reference zfs-specific variables if LOADER_ZFS_SUPPORT is undefinedIan Lepore2018-12-061-1/+4
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+7
* Fix args cross-threading between gptboot(8) and loader(8) with zfs support.Ian Lepore2018-12-043-21/+41
* stand/i386: rename .s to .S to use Clang IASEd Maste2018-12-038-6/+8
* Move inclusion of src.opts.mk later.Warner Losh2018-12-031-4/+8
* Eliminate duplicated code and struct member definitions in the handoffIan Lepore2018-12-035-59/+55
* ubldr: Force 'usefdt' variable to 1 for powerpcJustin Hibbits2018-12-021-0/+3
* loader.efi: fix EFI getchar() for multiple consolesToomas Soome2018-11-301-37/+103
* loader: create separate lists for fd, cd and hd, merge bioscd with biosdiskToomas Soome2018-11-308-630/+510
* When handling CMD_CRIT error set command_errmsg to NULL after we dump it out,Maxim Sobolev2018-11-301-0/+1
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-299-14/+14
* loader: command_bcache() should print unsigned valuesToomas Soome2018-11-291-6/+6
* Add comments describing the bootargs handoff between loader(8) and gptbootIan Lepore2018-11-283-0/+29
* powerpcspe: Don't crash the loader on ubldr with SPE instructions.Justin Hibbits2018-11-281-0/+5
* Restore the ability to override the disk unit/partition at the boot: promptIan Lepore2018-11-271-8/+7
* Bump the date of pxeboot(8) manual page for r340917.Guangyuan Yang2018-11-271-1/+1
* stand/i386/libi386: rename .s file to .S to use Clang IASEd Maste2018-11-262-1/+1
* btx: rename .s files to .S to use Clang IASEd Maste2018-11-263-1/+1
* Update pxeboot(8) manual page to reflect the next-server change in the ISC DH...Guangyuan Yang2018-11-251-3/+5
* Nuke out buffer overflow safety marker code, it duplicates similar code inMaxim Sobolev2018-11-231-16/+1
* Disable build-id in i386 binary boot componentsEd Maste2018-11-231-0/+5
* stand: remove CLANG_NO_IAS from btx and gptbootEd Maste2018-11-203-9/+0
* loader: ptable_open() check for ptable_cd9660read result is wrongToomas Soome2018-11-071-4/+6
* loader: always set media size from partition.Toomas Soome2018-11-073-31/+32
* lualoader: Add chainload menu entryKyle Evans2018-11-051-0/+16
* loader: biosdisk should check if the media is presentToomas Soome2018-11-021-0/+8
* loader: do not probe floppy devices for zfsToomas Soome2018-11-021-0/+2
* lualoader: Implement boot-confKyle Evans2018-11-022-4/+15