Date: Wed, 1 Jun 2011 18:26:59 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man9 Makefile sbuf.9 src/sys/dev/cxgb cxgb_sge.c src/sys/kern kern_sysctl.c subr_sbuf.c src/sys/sys sysctl.h Message-ID: <201106011828.p51ISoHu050137@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2011-06-01 18:26:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
share/man/man9 Makefile sbuf.9
sys/dev/cxgb cxgb_sge.c
sys/kern kern_sysctl.c subr_sbuf.c
sys/sys sysctl.h
Log:
SVN rev 222579 on 2011-06-01 18:26:59Z by mdf
Partial MFC of r212370. np@ requested this functionality so I kept in
the cxgb change, but otherwise MFC'd only the new function
sbuf_new_for_sysctl(9) and none of the changed code.
MFC r217830:
Document sbuf_new_for_sysctl(9).
Partial MFC of r217916:
Explicitly wire the user buffer rather than doing it implicitly in
sbuf_new_for_sysctl(9). This allows using an sbuf with a SYSCTL_OUT
drain for extremely large amounts of data where the caller knows that
appropriate references are held, and sleeping is not an issue.
Revision Changes Path
1.357.2.18 +1 -0 src/share/man/man9/Makefile
1.27.2.4 +14 -1 src/share/man/man9/sbuf.9
1.77.2.10 +25 -32 src/sys/dev/cxgb/cxgb_sge.c
1.201.2.5 +26 -0 src/sys/kern/kern_sysctl.c
1.31.2.5 +2 -2 src/sys/kern/subr_sbuf.c
1.176.2.6 +3 -0 src/sys/sys/sysctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106011828.p51ISoHu050137>
