aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand/common/disk.c: dev->d_offset still needs to be set to 0Allan Jude2018-07-031-0/+1
* Cut currdev dev and path fields for ZFS on the last colon.Alexander Motin2018-07-021-1/+1
* stand: uboot: Do not panic if we can't find a boot deviceEmmanuel Vadot2018-07-021-2/+5
* stand/common/disk.c: Read partition table relative to the start of the diskAllan Jude2018-07-021-9/+15
* Revert preference to be an int.Warner Losh2018-06-281-1/+1
* Don't use CCACHE for linking.Bryan Drewery2018-06-271-4/+4
* check-password.4th(8): Fix manual [in]accuracyDevin Teske2018-06-241-4/+4
* Revert r335276Allan Jude2018-06-202-20/+0
* lualoader: Correct kernel_options handlingKyle Evans2018-06-191-2/+2
* 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