summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/softraid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke trailing whitespace to avoid cluttering possible upcoming diffs.krw2015-10-031-2/+2
|
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+1
| | | | | | | in net/pfvar.h sys/proc.h sys/ucred.h arpa/nameser.h change to PATH_MAX, reduce use of MIN() and MAX(), HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc etc ok millert guenther, some review by doug
* Various code clean ups - add a missing header, add a missing prototype,jsing2013-12-281-6/+4
| | | | add some casts, tweak some types and variable names.
* Initial version of a unified installboot(8) that lives outside ofjsing2013-12-271-0/+97
sys/arch/${MACHINE}/stand. For now this only supports i386, however additional architectures will be added and further development can happen in tree. Requested by deraadt@ quite some time ago.