summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/i386_softraid.c
AgeCommit message (Expand)Author
2020-06-27convert macppc, octeon, and loongson to use MI installboot, removingTheo de Raadt
2020-06-08Provide clear errors when trying to install oversized boot loaderkn
2020-03-09Recommit, now that we found out how to fix the BIOS related issues: goOtto Moerbeek
2020-03-07Revert previous, there are BIOS that do not like these changes.Otto Moerbeek
2020-02-28Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem.Otto Moerbeek
2019-09-02Fix copyright lines, the "one-inode file system" in i386_softraid.c is myOtto Moerbeek
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-04-28Plug a couple of leaks of input buffers.Kenneth R Westerback
2015-12-01Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZEKenneth R Westerback
2015-10-28Backout the backout of installboot softraid non-gpt case fix.Stefan Sperling
2015-10-28Revert GPT change. Breaks non-GPT install/upgrade.Kenneth R Westerback
2015-10-28In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case.Stefan Sperling
2015-10-25Fix installboot(8) on i386/amd64 when softraid is on top of GPT.Stefan Sperling
2015-10-03Nuke trailing whitespace to avoid cluttering possible upcoming diffs.Kenneth R Westerback
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-06-09Use calloc() instead of malloc()/memset().Joel Sing
2014-01-19Rework installboot and use a single directory with a single makefile. TheJoel Sing