summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/installboot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't print a blank line if no stage1 or stage2 aspectsderaadt2019-10-291-6/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* give up on pledge for now.deraadt2015-11-291-4/+1
* Apply pledge.deraadt2015-11-261-1/+4
* Backout last. Breaks sparc64, amoung other dubiousness.krw2015-10-141-17/+2
* Check that the disk specified on the command line is the disk thatkrw2015-10-121-2/+17
* Refactor fileprefix() and filecopy() to use warn() instead of err()krw2015-10-081-3/+9
* Nuke trailing whitespace to avoid cluttering possible upcoming diffs.krw2015-10-031-2/+2
* Assign the return value of getopt() to an int, not a char, so that optionsmiod2015-09-101-3/+2
* Tweak comment re root prefixes.jsing2014-01-191-2/+2
* Do not prefix user specified stages with the root filesystem mount point.jsing2014-01-191-3/+3
* Add a -r flag that allows for the mount point of the root filesystem to bejsing2014-01-181-3/+18
* Initial version of a unified installboot(8) that lives outside ofjsing2013-12-271-0/+103