summaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* libsa: cstyle cleanup tftp.cToomas Soome2018-11-011-100/+103
* libsa: tftp should use callocToomas Soome2018-11-011-2/+1
* libsa: tftp should not read past file endToomas Soome2018-11-011-2/+11
* Remove unnecessary include from libstand.Gleb Smirnoff2018-10-313-3/+0
* loader: issue edd probe before legacy ah=08 and detect no mediaToomas Soome2018-10-311-79/+197
* lualoader: Fix try_include error handlingKyle Evans2018-10-291-11/+3
* Move LUA_ROOT to /boot/luaWarner Losh2018-10-281-3/+3
* lualoader: Always return a proper dictionary for blacklistKyle Evans2018-10-271-2/+2
* Fix pointer arithmeticWarner Losh2018-10-261-1/+3
* Ensure we have a full EFI_DEVICE_PATH header before we try to look atWarner Losh2018-10-261-1/+1
* Simplify the EFI delay() function by calling BS->Stall()Rebecca Cran2018-10-261-11/+1
* lualoader: Improve module loading diagnosticsKyle Evans2018-10-252-11/+26
* menu.lua: Abort autoboot sequence on failed commandKyle Evans2018-10-241-7/+15
* lualoader: unload upon kernel change if a kernel was previously loadedKyle Evans2018-10-241-0/+3
* Fix stand/ build after r339671.Konstantin Belousov2018-10-232-2/+5
* loader: biosdisk interface should be able to cope with 4k sectorsToomas Soome2018-10-231-114/+124