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
/
kern
/
kern_bufq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thib insists i take responsibility too
dlg
2010-09-03
1
-1
/
+2
*
Inline bufq_impl_disksort and bufq_impl_fifo's definitions into
matthew
2010-09-02
1
-28
/
+24
*
There is no point doing wakeups in bufq_done() unless we're actually in the
kettenis
2010-09-01
1
-2
/
+2
*
Clarify why we can walk the list of bufqs without holding a mutex with a
kettenis
2010-09-01
1
-2
/
+6
*
make struct bufq a member of the softc for devices that use it,
dlg
2010-09-01
1
-97
/
+200
*
Avoid interleaving of mutexes that would leave is with the wrong spl after
kettenis
2010-07-19
1
-10
/
+10
*
dont count requeued io as outstanding io. there is a 1:1 mapping
dlg
2010-07-08
1
-8
/
+1
*
minor whitespace tweaks and clean up extra ;
dlg
2010-07-07
1
-4
/
+4
*
Call msleep(9) with PNORELOCK rather than calling mtx_leave()
matthew
2010-06-30
1
-4
/
+3
*
Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs.
matthew
2010-06-30
1
-6
/
+6
*
Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues,
kettenis
2010-06-29
1
-12
/
+101
*
garbage collect the debugging goo
thib
2010-06-27
1
-40
/
+1
*
Add missing $OpenBSD$.
kettenis
2010-06-27
1
-0
/
+1
*
No need to include mutex.h twice.
thib
2010-06-21
1
-1
/
+0
*
Tweak bufq code to handle corner cases. Makes upcoming cd(4)
krw
2010-05-30
1
-5
/
+6
*
Trying this again. Mixing anoncvs with cvs is _not_ a good idea.
thib
2010-05-26
1
-0
/
+244
*
Revert bufq's. this is inline with the major midlayer reverts that
thib
2009-06-17
1
-154
/
+0
*
add $OpenBSD$ tag
thib
2009-06-04
1
-0
/
+2
*
add a flexible buffer queue (bufq) api, based on the never used
thib
2009-06-03
1
-0
/
+152