aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Remove stray debugging line.Warner Losh2018-06-181-1/+0
* stand: move libgeliboot into libsa.Warner Losh2018-06-1815-37/+21
* stand/common/disk.c: Update debug printfAllan Jude2018-06-171-1/+1
* gptboot, zfsboot, gptzfsboot: Enable the video and serial consoles earlyAllan Jude2018-06-172-0/+20
* Many netboot scenarios don't have /boot/defaults/loader.conf. AsWarner Losh2018-06-171-1/+2
* Avoid reading past the end of the disk in zfsboot.c and biosdisk.cAllan Jude2018-06-162-2/+14
* biosdisk.c: fix type in debug printfAllan Jude2018-06-161-1/+1
* biosdisk.c: add missing \n to error messageAllan Jude2018-06-161-1/+1
* biosdisk.c remove redundant variableAllan Jude2018-06-161-5/+2
* Correct logic error in biosdisk.c:bd_realstrategy()Allan Jude2018-06-161-2/+2
* There's no need to walk through the tables looking for the smbiosWarner Losh2018-06-151-5/+4
* Move arg parsing into its own routine for possible later reuse.Warner Losh2018-06-151-52/+62
* Provide a more direct interface to tell ZFS what the preferred handleWarner Losh2018-06-153-24/+23
* Migrate has_keyboard to bool.Warner Losh2018-06-151-5/+5
* libsa: open() should use NULL instead of typecasted 0Toomas Soome2018-06-141-5/+5
* libsa: remobe unneeded check before free()Toomas Soome2018-06-141-4/+3
* libsa: f_rabuf could be NULLToomas Soome2018-06-141-1/+1
* libsa: cstyle cleanup for open/close/read/write sourcesToomas Soome2018-06-144-180/+183
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-149-15/+5
* Use bool for vargood, since it's a boolean.Warner Losh2018-06-141-4/+5
* Remove redundant defs.mk includes. They aren't needed.Warner Losh2018-06-142-4/+0
* Initialize variables we later free so they aren't usedWarner Losh2018-06-131-5/+4
* Remove unused variables.Warner Losh2018-06-132-3/+1
* Remove fail: label. It's unused.Warner Losh2018-06-131-1/+0
* lualoader: Match Forth module-loading behavior w.r.t flagsKyle Evans2018-06-121-3/+3
* lualoader: More black-on-white fixesKyle Evans2018-06-122-7/+8
* 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