Date: Mon, 31 Aug 2009 19:07:19 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man9 Makefile sglist.9 src/sys/conf files src/sys/kern subr_sglist.c src/sys/sys sglist.h Message-ID: <200908311909.n7VJ9Ntp033306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-08-31 19:07:19 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
share/man/man9 Makefile
sys/conf files
Added files: (Branch: RELENG_7)
share/man/man9 sglist.9
sys/kern subr_sglist.c
sys/sys sglist.h
Log:
SVN rev 196708 on 2009-08-31 19:07:19Z by jhb
MFC 193260 and 196417:
Add a simple API to manage scatter/gather lists of phyiscal addresses.
Each list describes a logical memory object that is backed by one or more
physical address ranges. To minimize locking, the sglist objects
themselves are immutable once they are shared.
Revision Changes Path
1.310.2.6 +19 -0 src/share/man/man9/Makefile
1.3.2.2 +507 -0 src/share/man/man9/sglist.9 (new)
1.1243.2.56 +2 -1 src/sys/conf/files
1.3.2.2 +714 -0 src/sys/kern/subr_sglist.c (new)
1.2.2.2 +104 -0 src/sys/sys/sglist.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908311909.n7VJ9Ntp033306>
