summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/i386_softraid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Plug a couple of leaks of input buffers.krw2016-04-281-1/+2
* Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZEkrw2015-12-011-2/+1
* Backout the backout of installboot softraid non-gpt case fix.stsp2015-10-281-1/+7
* Revert GPT change. Breaks non-GPT install/upgrade.krw2015-10-281-7/+1
* In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case.stsp2015-10-281-5/+5
* Fix installboot(8) on i386/amd64 when softraid is on top of GPT.stsp2015-10-251-1/+7
* 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
* Use calloc() instead of malloc()/memset().jsing2014-06-091-3/+2
* Rework installboot and use a single directory with a single makefile. Thejsing2014-01-191-0/+193