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