aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_sfbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-12/+4
* subr_sfbus.c need sys/proc.h for struct thread definition.Emmanuel Vadot2017-02-071-0/+1
* Move KASSERT into locked region.Gleb Smirnoff2014-08-111-2/+1
* Use M_WAITOK in sf_buf_init().Gleb Smirnoff2014-08-111-2/+1
* Provide sf_buf_ref() to optimize refcounting of already allocatedGleb Smirnoff2014-08-111-0/+16
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-051-0/+226