summaryrefslogtreecommitdiff
path: root/sys/kern/kern_srp.c
AgeCommit message (Expand)Author
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