summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_srp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* srp_finalize(9): tsleep(9) -> tsleep_nsec(9)cheloha2020-12-061-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-6/+3
* add support for using SRPs without the garbage collection machinery.dlg2016-06-011-9/+51
* rename srp_finalize to srp_gc_finalizedlg2016-05-181-2/+2
* rework the srp api so it takes an srp_ref struct that the caller provides.dlg2016-05-181-30/+9
* Do not include <sys/atomic.h> inside <sys/refcnt.h>.mpi2015-11-231-1/+2
* unbreak build on UP kernels.dlg2015-09-111-16/+8
* make srp use refcnts so it can use refcnt_finalize instead ofdlg2015-09-111-18/+7
* remove some bits of srp.h i had pasted in here by accidentdlg2015-09-111-7/+1
* implement a singly linked list built with SRPs.dlg2015-09-091-1/+15
* mattieu baptiste reported a problem with bpf+srps where the per cpudlg2015-09-011-19/+42
* introduce srp, which according to the manpage i wrote is short fordlg2015-07-021-0/+265