summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/i386_softraid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Plug a couple of leaks of input buffers.krw2016-04-281-1/+2
| | | | Pointed out by David Carlier.
* Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZEkrw2015-12-011-2/+1
| | | | is needed.
* Backout the backout of installboot softraid non-gpt case fix.stsp2015-10-281-1/+7
| | | | krw and I crossed streams
* Revert GPT change. Breaks non-GPT install/upgrade.krw2015-10-281-7/+1
| | | | Found the hard way by reyk@
* In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case.stsp2015-10-281-5/+5
| | | | | | Found the hard way by reyk@. stupid mistake stsp@ ok reyk@
* Fix installboot(8) on i386/amd64 when softraid is on top of GPT.stsp2015-10-251-1/+7
| | | | ok krw deraadt
* Nuke trailing whitespace to avoid cluttering possible upcoming diffs.krw2015-10-031-4/+4
|
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+3
| | | | | | | 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
* Use calloc() instead of malloc()/memset().jsing2014-06-091-3/+2
| | | | From Benjamin Baier.
* Rework installboot and use a single directory with a single makefile. Thejsing2014-01-191-0/+193
directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin. Discussed with deraadt@