summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/i386_softraid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert macppc, octeon, and loongson to use MI installboot, removingderaadt2020-06-271-2/+2
* Provide clear errors when trying to install oversized boot loaderkn2020-06-081-1/+2
* Recommit, now that we found out how to fix the BIOS related issues: gootto2020-03-091-1/+2
* Revert previous, there are BIOS that do not like these changes.otto2020-03-071-2/+1
* Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem.otto2020-02-281-1/+2
* Fix copyright lines, the "one-inode file system" in i386_softraid.c is myotto2019-09-021-1/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* 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