aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sglist.h
Commit message (Expand)AuthorAgeFilesLines
* 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