index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_srp.c
Age
Commit message (
Expand
)
Author
2020-12-06
srp_finalize(9): tsleep(9) -> tsleep_nsec(9)
cheloha
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-06-01
add support for using SRPs without the garbage collection machinery.
David Gwynne
2016-05-18
rename srp_finalize to srp_gc_finalize
David Gwynne
2016-05-18
rework the srp api so it takes an srp_ref struct that the caller provides.
David Gwynne
2015-11-23
Do not include <sys/atomic.h> inside <sys/refcnt.h>.
Martin Pieuchot
2015-09-11
unbreak build on UP kernels.
David Gwynne
2015-09-11
make srp use refcnts so it can use refcnt_finalize instead of
David Gwynne
2015-09-11
remove some bits of srp.h i had pasted in here by accident
David Gwynne
2015-09-09
implement a singly linked list built with SRPs.
David Gwynne
2015-09-01
mattieu baptiste reported a problem with bpf+srps where the per cpu
David Gwynne
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne