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_workq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove workq code. its been replaced with tasks.
dlg
2015-01-27
1
-243
/
+0
*
add a few sizes to free
tedu
2014-11-01
1
-3
/
+3
*
make workq/taskq runner threads yield when they've hogged the cpu
blambert
2014-10-08
1
-1
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
1 << 31 cleanup. Eitan Adler pointed out that there has been a
deraadt
2013-11-26
1
-2
/
+2
*
simplify kthread_create(). no more stdarg
deraadt
2013-11-18
1
-2
/
+2
*
fix two problems identified by matthew@:
dlg
2010-08-23
1
-27
/
+53
*
when you add a task to a workq, it allocates memory to handle the
dlg
2009-09-02
1
-16
/
+20
*
Remove a semicolon at the end of an if statement that made the thread
jsg
2009-06-24
1
-2
/
+2
*
reintroduce mutexes to workqs for locking.
dlg
2008-10-30
1
-45
/
+61
*
when shutting workq threads down, dont try to take the big kernel
dlg
2008-10-27
1
-2
/
+1
*
revert to a pre-mutex state. for unknown reasons, the mutexes do not provide
tedu
2008-02-15
1
-23
/
+18
*
use a mutex to protect workq. incidentally, this removes the additional
tedu
2007-12-13
1
-27
/
+23
*
remove the DIRECTOK flag. the caller semantics were too weird, and it's a
tedu
2007-11-28
1
-5
/
+1
*
convert crypto thread to workq. add WQ_DIRECTOK flag to workq.
tedu
2007-11-25
1
-2
/
+7
*
kill unneeded include;
thib
2007-06-11
1
-2
/
+1
*
switch the flags argument to the front, requested by art
tedu
2007-05-31
1
-4
/
+4
*
add an interface for work queues run from a kernel thread.
dlg
2007-05-31
1
-0
/
+206