summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
AgeCommit message (Expand)Author
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-10-08use reallocarray() to detect int overflow; ok dougTheo de Raadt
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-06-25Apply/fix OpenBSD tag.Tobias Stoeckmann
2014-06-25Check malloc return value for NULL.Tobias Stoeckmann
2014-06-09Change the installboot file copying process so that it carefullyJoel Sing
2014-06-09Use calloc() instead of malloc()/memset().Joel Sing
2014-04-27Don't zap disklabel (and next 6 blocks) when installing boot block onKenneth R Westerback
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-02-21Use ${STATIC} not -staticTheo de Raadt
2014-01-19Tweak comment re root prefixes.Joel Sing
2014-01-19Do not prefix user specified stages with the root filesystem mount point.Joel Sing
2014-01-19When copying files do it in 512 byte blocks so that we're less likely toJoel Sing
2014-01-19Rework installboot and use a single directory with a single makefile. TheJoel Sing
2014-01-18sort options;Jason McIntyre
2014-01-18Make installboot(8) easier to use - copy the second stage boot loader toJoel Sing
2014-01-18Add a -r flag that allows for the mount point of the root filesystem to beJoel Sing
2014-01-18Build installboot on all architectures.Joel Sing
2014-01-18Also make installboot build on macppc.Joel Sing
2014-01-18Add missing include.Joel Sing
2014-01-18Make installboot(8) build on all architectures, although currently withJoel Sing
2014-01-05Add initial man page for installboot.Joel Sing
2013-12-28Actually load the second-stage boot loader so that softraid can store it inJoel Sing
2013-12-28sparc64 uses /ofwboot as the second stage, not /boot.Joel Sing
2013-12-28Add installboot support for sparc64.Joel Sing
2013-12-28Add installboot support for the remaining `disklabel -B' architecturesJoel Sing
2013-12-28Add installboot support for vax.Joel Sing
2013-12-28Round the size of the bootstrap up to a multiple of the disk sector size.Joel Sing
2013-12-28Various code clean ups - add a missing header, add a missing prototype,Joel Sing
2013-12-28Tweak makefiles so that we pull in source files based on defines.Joel Sing
2013-12-27Instead of playing #include games to get a 32-bit ELF implementation onJoel Sing
2013-12-27Add installboot support for hppa.Joel Sing
2013-12-27Provide a bootstrap implementation (effectively a `disklabel -B'Joel Sing
2013-12-27Add installboot support for amd64.Joel Sing
2013-12-27Rename some confusing variables.Joel Sing
2013-12-27Initial version of a unified installboot(8) that lives outside ofJoel Sing