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
/
sys
/
arch
/
amd64
/
stand
/
libsa
/
biosdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use daddr_t and not daddr32_t in boot media.
krw
2020-12-09
1
-2
/
+2
*
Avoid using a too big bounce buffer by splitting up large reads. Allows
otto
2018-12-16
1
-4
/
+18
*
Retry on incorrect passphrase for softraid crypto boot.
jsing
2018-08-10
1
-2
/
+2
*
Check the hibernation signature for softraid disks and select valid bsd
yasuoka
2017-07-21
1
-1
/
+3
*
Fix a bug in the bounce buffer handling of BIOS disk I/O.
jsing
2016-09-18
1
-7
/
+6
*
Switch amd64 to libsa MI softraid.
jsing
2016-09-11
1
-1
/
+2
*
Rename softraid boot files, which are currently in an MD location. This
jsing
2016-09-11
1
-2
/
+2
*
Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an
krw
2015-10-01
1
-4
/
+3
*
Remove yet more blinding whitespace.
krw
2015-10-01
1
-2
/
+2
*
Remove more blinding trailing whitespace.
krw
2015-10-01
1
-2
/
+2
*
trivial "if(x) free(x)" replacement by "free(x)"
semarie
2015-09-19
1
-3
/
+2
*
Initial commit of uefi boot loader of OpenBSD.
yasuoka
2015-09-02
1
-5
/
+12
*
It's been a quarter century: we can assume volatile is present with that name.
guenther
2014-03-29
1
-6
/
+6
*
If we fail to decrypt the softraid keys, return EPERM rather than falling
jsing
2013-12-28
1
-2
/
+3
*
Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.
deraadt
2013-03-23
1
-3
/
+3
*
Move the code for softraid boot into separate files, leaving only minimal
jsing
2012-10-27
1
-317
/
+10
*
Teach amd64 boot(8) how to access a softraid crypto volume. This allows for
jsing
2012-10-09
1
-6
/
+235
*
Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. This
jsing
2012-01-11
1
-40
/
+171
*
Warn about but don't prevent installboot from installing /boot when
krw
2011-07-19
1
-5
/
+1
*
Make the various findopenbsd() functions non-recursive, eliminating
krw
2011-03-17
1
-22
/
+26
*
Bunch of white space and style adjustments to make amd64 version
krw
2011-03-15
1
-61
/
+63
*
Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for
krw
2011-03-14
1
-21
/
+31
*
Change daddr_t to daddr32_t. The bootblocks on our architectures only
deraadt
2011-03-13
1
-4
/
+4
*
Zap stack garbage before passing buffer to biosd_io(), which may
krw
2011-03-11
1
-1
/
+2
*
Fix extended partition searching so we don't get lost. The offset
krw
2011-03-08
1
-17
/
+26
*
De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements
deraadt
2010-08-11
1
-3
/
+3
*
Fix multiple addition error recently introduced for when extended partitions
deraadt
2008-08-12
1
-24
/
+15
*
fix extended partition support by handling chained EBRs correctly
reyk
2008-08-04
1
-14
/
+13
*
this diff changes the bootloader to skip the CHS sanity check if LBA
reyk
2008-06-25
1
-10
/
+15
*
allow to install and boot the OpenBSD A6 partition and disklabel in an
reyk
2008-06-25
1
-21
/
+78
*
Thinkpad -> ThinkPad; from Igor Sobrado
jmc
2007-04-04
1
-2
/
+2
*
Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR
krw
2006-10-12
1
-9
/
+2
*
Enter cdboot, a CD-specific second-stage bootrap. Based on the i386
tom
2004-08-21
1
-16
/
+41
*
das boot; das cloned das from das i386
mickey
2004-02-03
1
-0
/
+610