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_srp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
srp_finalize(9): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-12-06
1
-2
/
+2
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-6
/
+3
*
add support for using SRPs without the garbage collection machinery.
dlg
2016-06-01
1
-9
/
+51
*
rename srp_finalize to srp_gc_finalize
dlg
2016-05-18
1
-2
/
+2
*
rework the srp api so it takes an srp_ref struct that the caller provides.
dlg
2016-05-18
1
-30
/
+9
*
Do not include <sys/atomic.h> inside <sys/refcnt.h>.
mpi
2015-11-23
1
-1
/
+2
*
unbreak build on UP kernels.
dlg
2015-09-11
1
-16
/
+8
*
make srp use refcnts so it can use refcnt_finalize instead of
dlg
2015-09-11
1
-18
/
+7
*
remove some bits of srp.h i had pasted in here by accident
dlg
2015-09-11
1
-7
/
+1
*
implement a singly linked list built with SRPs.
dlg
2015-09-09
1
-1
/
+15
*
mattieu baptiste reported a problem with bpf+srps where the per cpu
dlg
2015-09-01
1
-19
/
+42
*
introduce srp, which according to the manpage i wrote is short for
dlg
2015-07-02
1
-0
/
+265