aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sglist.h
Commit message (Expand)AuthorAgeFilesLines
* sglist: Add sglist_append_single_mbuf().John Baldwin2021-05-251-0/+1
* Step 2.2:Gleb Smirnoff2020-05-021-5/+3
* Continuation of multi page mbuf redesign from r359919.Gleb Smirnoff2020-05-021-5/+3
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-291-0/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* sglist.h: Fix sg_refs signedness to match refcount(9)Conrad Meyer2017-06-221-1/+1
* Add sglist_append_sglist().John Baldwin2017-05-161-0/+2
* Add sglist functions for working with arrays of VM pages.John Baldwin2016-05-201-0/+3
* Add sglist_append_bio(9) to append a struct bio's data to a sglistBryan Venteicher2014-01-131-0/+2
* Change the 'resid' parameter to sglist_consume_uio() from an int to aJohn Baldwin2009-08-201-1/+1
* Add a simple API to manage scatter/gather lists of phyiscal addresses.John Baldwin2009-06-011-0/+104