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