summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/bootstrap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Revert last. Breaks landisk snap building for currently unknownkrw2018-12-131-10/+27
* Don't allow the bootstrap to overlap the start of the OpenBSD area ofkrw2018-11-251-27/+10
* Remove 'overlap_allowance' parameter from bootstrap().krw2018-09-011-3/+3
* Replace lseek/[read|write] with pread|pwrite.krw2015-12-281-5/+3
* LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and notkrw2015-10-191-3/+6
* Add an extra argument to bootstrap() to allow for a limited overlap between anmiod2015-10-151-3/+3
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+2
* Apply/fix OpenBSD tag.tobias2014-06-251-0/+2
* Use calloc() instead of malloc()/memset().jsing2014-06-091-3/+2
* Round the size of the bootstrap up to a multiple of the disk sector size.jsing2013-12-281-9/+11
* Various code clean ups - add a missing header, add a missing prototype,jsing2013-12-281-15/+16
* Provide a bootstrap implementation (effectively a `disklabel -B'jsing2013-12-271-0/+125