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
/
bootstrap.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-12-13
Revert last. Breaks landisk snap building for currently unknown
Kenneth R Westerback
2018-11-25
Don't allow the bootstrap to overlap the start of the OpenBSD area of
Kenneth R Westerback
2018-09-01
Remove 'overlap_allowance' parameter from bootstrap().
Kenneth R Westerback
2015-12-28
Replace lseek/[read|write] with pread|pwrite.
Kenneth R Westerback
2015-10-19
LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and not
Kenneth R Westerback
2015-10-15
Add an extra argument to bootstrap() to allow for a limited overlap between an
Miod Vallat
2015-01-16
first batch of cleanup to programs based upon the namespace cleanups
Theo de Raadt
2014-06-25
Apply/fix OpenBSD tag.
Tobias Stoeckmann
2014-06-09
Use calloc() instead of malloc()/memset().
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-27
Provide a bootstrap implementation (effectively a `disklabel -B'
Joel Sing