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
/
dev
/
bio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
trivial size to free()
deraadt
2015-08-26
1
-2
/
+2
*
Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and
uebayasi
2015-05-29
1
-1
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Implement a status message interface for bio(4) capable devices.
jsing
2012-01-20
1
-1
/
+62
*
Move the bio(4) cookie into a separate struct and make this struct the
jsing
2012-01-17
1
-7
/
+7
*
Correctly return ENXIO on unhandled ioctls; ok marco@
miod
2010-01-22
1
-2
/
+13
*
use sizeof where needed
deraadt
2007-12-23
1
-2
/
+2
*
MALLOC -> malloc
gilles
2007-10-09
1
-2
/
+2
*
Use queue.h macros instead of home made for thingy.
marco
2007-03-20
1
-3
/
+3
*
Nuke unused local variable (ok beck deraadt) and unused struct
mk
2006-05-29
1
-8
/
+3
*
knf
deraadt
2006-05-26
1
-32
/
+12
*
add bio_unregister so drivers can remove their bio entry on error or
dlg
2005-08-17
1
-1
/
+17
*
rename a bunch of bio/raid APIs to stop the bleeding in dlg and
deraadt
2005-08-08
1
-6
/
+6
*
size_t not int, bad niklas.
marco
2005-04-01
1
-2
/
+3
*
Remove some double semicolons (hmm, do two semis equal a maxi?).
millert
2003-08-06
1
-2
/
+2
*
fix various 3/4 licenses according to "terms" file
deraadt
2003-06-03
1
-6
/
+1
*
bio is a driver that can delegate ioctls to other drivers which
niklas
2002-06-09
1
-0
/
+169