summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/sparc64_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/+2
| | | | | | | 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
* Rework installboot and use a single directory with a single makefile. Thejsing2014-01-191-0/+101
directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin. Discussed with deraadt@