aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* libsa: re-send ACK for older data packets in tftpToomas Soome2018-10-231-5/+13
* Restore the ability to prevent the user from interrupting the boot processDevin Teske2018-10-211-1/+2
* libi386: remove CLANG_NO_IAS workaroundEd Maste2018-10-201-4/+0
* loader.efi: add poweroff commandToomas Soome2018-10-121-0/+17
* Enable lualoader's kernel autodetection, disabled on install mediaKyle Evans2018-10-111-0/+1
* lualoader: Provide a 'menu' command to redraw the menu at the loader promptKyle Evans2018-10-111-1/+6
* Fix a minor typo in loader.conf(5).Glen Barber2018-10-101-1/+1
* lualoader: Honor boot_* variables at lua initKyle Evans2018-10-071-11/+28
* lualoader: Create a module blacklist, add DRM modules to itKyle Evans2018-10-073-6/+35
* lualoader: Don't draw loader menu with autoboot_delay=-1Kyle Evans2018-10-051-10/+20
* Improve loader passwords:Edward Tomasz Napierala2018-09-221-10/+9
* libsa: validate tftp_makereq() after we did reset the readToomas Soome2018-09-091-7/+10
* libsa: memory leak in tftp_open()Toomas Soome2018-09-081-1/+3
* Be a little conservative about when to force size optimizations.Warner Losh2018-09-051-0/+2
* Enable 'C'-compressed ISA extension.Ruslan Bukin2018-09-031-1/+1