aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* lualoader: Allow brand-*.lua for adding new brandsKyle Evans2018-06-111-2/+25
* lualoader: Support variable substitution in env var settingsKyle Evans2018-06-101-2/+21
* lualoader: Process loader_conf_files properlyKyle Evans2018-06-101-11/+29
* lualoader: Add cli.lua(8) to the treeKyle Evans2018-06-091-0/+112
* stand: One more trivial consolidation (setting environment from howto)Kyle Evans2018-06-095-14/+15
* stand: Fix build after r334882Kyle Evans2018-06-091-0/+1
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-096-27/+24
* lualoader: Add hook.lua(8) to treeKyle Evans2018-06-091-0/+94
* libsa(3): Correct statement about FS Write-support, name changeKyle Evans2018-06-091-5/+5
* Add st_mtime, st_ino and st_dev for ufs_statSimon J. Gerraty2018-06-091-0/+16
* lualoader: Add a loaded hook for others to execute upon config loadKyle Evans2018-06-061-2/+6
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-056-14/+4
* Make the v*printf() functions in libsa return int instead of void.Ian Lepore2018-06-052-8/+13
* Add vsnprintf() to libsa. Alpha-sort the printf prototypes in stand.h.Ian Lepore2018-06-052-1/+16
* Fix build of stand with base gccDimitry Andric2018-05-317-7/+9
* Pass a struct devdesc to the format commands. Use proper type ratherWarner Losh2018-05-312-13/+14
* 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