aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Teach ufs_module.c about bsd labels and probe 'a' partition.Warner Losh2018-05-292-1/+46
* - Unbreak booting sparc64 kernels after the metadata unification inMarius Strobl2018-05-213-5/+9
* Clarify that boot_mute / boot -m mutes kernel console onlyEd Maste2018-05-161-2/+2
* Revert r333365Warner Losh2018-05-101-0/+4
* Introduce the 'n' flag for the geli attach command.Mariusz Zaborski2018-05-091-3/+3
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-099-9/+0
* We don't use f_devdata, so don't set it. Should that need to changeWarner Losh2018-05-081-4/+0
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-014-8/+4
* No need to make objects here.Warner Losh2018-04-271-0/+2
* forthloader: Remove "EFI boot environment message"Kyle Evans2018-04-251-2/+0
* Add support for linker-type-specific flagsEd Maste2018-04-191-5/+1
* efi loader: Address two nits with recent graphics changesKyle Evans2018-04-192-6/+10
* Regenerate FAT templates after r332561Kyle Evans2018-04-164-0/+0
* loader: cstyle cleanup of command.cToomas Soome2018-04-161-329/+337
* Rename volume label for ESPKyle Evans2018-04-161-1/+1
* loader: make sure we do not return garbage from help_getnextToomas Soome2018-04-161-1/+1
* loader: command_errmsg should be constToomas Soome2018-04-162-2/+2
* loader: make sure we use snprintf() in commands.cToomas Soome2018-04-161-4/+4
* loader: provide values in help_getnext()Toomas Soome2018-04-161-1/+3
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Refactor currdev settingWarner Losh2018-04-115-80/+277
* Revert r332275, r332272, r332270Warner Losh2018-04-114-4/+18
* loader: 332270 did left out stand/i386/loader/loader.rcToomas Soome2018-04-081-3/+0
* loader: 332270 did use wrong path for efi.4thToomas Soome2018-04-081-1/+1
* loader: include efi.4th only if we do have uefiToomas Soome2018-04-083-15/+4
* libsa: name is not used in dirmatch()Toomas Soome2018-04-071-2/+1
* libsa: cd9660: warning: 'lenskip' may be used uninitialized in this functionToomas Soome2018-04-072-1/+3
* lualoader: Fix menu skipping with loader.conf(5) varsKyle Evans2018-04-061-4/+6
* stand: pass --no-rosegment for i386 bits when linking with lldEd Maste2018-04-061-0/+5
* Add an ISO9660 "partition table" type to loader.Benno Rice2018-04-053-1/+53
* Add isoboot(8) for booting BIOS systems from HDDs containing ISO images.Benno Rice2018-04-055-1/+1024
* Various style(9) fixes.Benno Rice2018-04-051-10/+14
* Use consistent whitespace.Benno Rice2018-04-051-257/+271
* Default loader.conf: Drop efi_max_resolution to 1x1Kyle Evans2018-04-031-1/+1
* lualoader: Don't try to lookup a nil logoKyle Evans2018-04-011-0/+3
* lualoader: Split logodefs out into logo-* filesKyle Evans2018-04-017-135/+322
* lualoader: Simplify some expressionsKyle Evans2018-04-011-23/+5
* lualoader: revert whitespace change that snuck inKyle Evans2018-03-311-1/+0
* lualoader: Don't assume that {module}_load is setKyle Evans2018-03-311-0/+5
* lualoader: Do case-insensitive comparison of "yes"Kyle Evans2018-03-311-1/+1
* fwohcireg.h is 99% the same between the boot loader and theWarner Losh2018-03-314-380/+3
* efinet: Do not return only if ReceiveFilter failsEmmanuel Vadot2018-03-301-3/+1
* stand: Add workaround for HP BIOS issuesKyle Evans2018-03-291-0/+22
* Fix instructions in the zfsboot manual page.Eugene Grosbein2018-03-271-2/+2
* lualoader: Actually re-raise error in try_includeKyle Evans2018-03-261-1/+1
* lualoader: Implement try_include and use it for including the local moduleKyle Evans2018-03-262-5/+21
* loader efifb: implement uga_autoresize as a call to text_autoresizeKyle Evans2018-03-261-2/+2
* lualoader: Privatize some more config.lua bitsKyle Evans2018-03-241-84/+85
* lualoader: Make config env-related bits private APIKyle Evans2018-03-241-45/+45
* loader consoles: Implement SGR 24, 25Kyle Evans2018-03-242-0/+8