index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
installboot
/
bootstrap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
Revert last. Breaks landisk snap building for currently unknown
krw
2018-12-13
1
-10
/
+27
*
Don't allow the bootstrap to overlap the start of the OpenBSD area of
krw
2018-11-25
1
-27
/
+10
*
Remove 'overlap_allowance' parameter from bootstrap().
krw
2018-09-01
1
-3
/
+3
*
Replace lseek/[read|write] with pread|pwrite.
krw
2015-12-28
1
-5
/
+3
*
LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and not
krw
2015-10-19
1
-3
/
+6
*
Add an extra argument to bootstrap() to allow for a limited overlap between an
miod
2015-10-15
1
-3
/
+3
*
first batch of cleanup to programs based upon the namespace cleanups
deraadt
2015-01-16
1
-2
/
+2
*
Apply/fix OpenBSD tag.
tobias
2014-06-25
1
-0
/
+2
*
Use calloc() instead of malloc()/memset().
jsing
2014-06-09
1
-3
/
+2
*
Round the size of the bootstrap up to a multiple of the disk sector size.
jsing
2013-12-28
1
-9
/
+11
*
Various code clean ups - add a missing header, add a missing prototype,
jsing
2013-12-28
1
-15
/
+16
*
Provide a bootstrap implementation (effectively a `disklabel -B'
jsing
2013-12-27
1
-0
/
+125