summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Instead of playing #include games to get a 32-bit ELF implementation onjsing2013-12-275-274/+32
| | | | | | | | amd64, simply compile in our own nlist_elf32. Remove ECOFF and AOUT from the nlist implementation since we do not need it. This makes the code identical for the i386 and amd64 versions of installboot(8).
* Add installboot support for hppa.jsing2013-12-273-2/+49
|
* Provide a bootstrap implementation (effectively a `disklabel -B'jsing2013-12-271-0/+125
| | | | equivalent) for use with architectures like hppa, landisk and vax.
* Add installboot support for amd64.jsing2013-12-274-3/+549
|
* Rename some confusing variables.jsing2013-12-271-16/+16
|
* Initial version of a unified installboot(8) that lives outside ofjsing2013-12-278-0/+1082
sys/arch/${MACHINE}/stand. For now this only supports i386, however additional architectures will be added and further development can happen in tree. Requested by deraadt@ quite some time ago.