summaryrefslogtreecommitdiff
path: root/sys/kern/kern_srp.c
AgeCommit message (Expand)Author
2020-12-06srp_finalize(9): tsleep(9) -> tsleep_nsec(9)cheloha
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-06-01add support for using SRPs without the garbage collection machinery.David Gwynne
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework the srp api so it takes an srp_ref struct that the caller provides.David Gwynne
2015-11-23Do not include <sys/atomic.h> inside <sys/refcnt.h>.Martin Pieuchot
2015-09-11unbreak build on UP kernels.David Gwynne
2015-09-11make srp use refcnts so it can use refcnt_finalize instead ofDavid Gwynne
2015-09-11remove some bits of srp.h i had pasted in here by accidentDavid Gwynne
2015-09-09implement a singly linked list built with SRPs.David Gwynne
2015-09-01mattieu baptiste reported a problem with bpf+srps where the per cpuDavid Gwynne
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne