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_task.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
we want to defer work traditionally (in openbsd) handled in an
dlg
2015-02-09
1
-16
/
+46
*
remove the second void * argument on tasks.
dlg
2015-01-27
1
-6
/
+4
*
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
-2
/
+4
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
Create system taskq ("systqmp") which runs without the kernel lock;
blambert
2014-06-11
1
-1
/
+13
*
Fix typo; that teaches me to steal other people's diffs!
kettenis
2013-12-11
1
-2
/
+2
*
Add infrastructure to create un-biglocked task queues. Stolen from blambert@
kettenis
2013-12-10
1
-1
/
+15
*
simplify kthread_create(). no more stdarg
deraadt
2013-11-18
1
-2
/
+2
*
deprecate taskq_systq() and replace it with extern struct taskq
dlg
2013-10-30
1
-8
/
+4
*
since taskq_create is only callable from autoconf or process context, it
dlg
2013-10-29
1
-2
/
+2
*
sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt need
dlg
2013-10-29
1
-3
/
+1
*
use unsigned int instead of u_int to reduce the depend on types.h.
dlg
2013-10-29
1
-4
/
+4
*
introduce tasks and taskqs as an alternative to workqs.
dlg
2013-10-29
1
-0
/
+258