summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/i386_installboot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert macppc, octeon, and loongson to use MI installboot, removingderaadt2020-06-271-2/+2
| | | | | | special case scripting in install.md. (macppc still requires manual steps for HFS bootmode) tested by krw, visa, gkoehler
* Fix copyright lines, the "one-inode file system" in i386_softraid.c is myotto2019-09-021-2/+1
| | | | | invention; and I have had little to do with the i386_installboot.[ch] files. This was mixed up in the giant reshuffle a few years back. ok jsing@
* Fix installboot(8) on i386/amd64 when softraid is on top of GPT.stsp2015-10-251-1/+2
| | | | ok krw deraadt
* Add initial support for installing UEFI boot files to a GTP EFI Systemkrw2015-10-071-1/+2
| | | | | | Partition. Further work to be done in-tree. ok deraadt@
* Apply/fix OpenBSD tag.tobias2014-06-251-1/+1
| | | | ok jsing@
* Rework installboot and use a single directory with a single makefile. Thejsing2014-01-191-0/+57
directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin. Discussed with deraadt@