Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2011 18:27:13 +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:  <201106011829.p51ITGB2050204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdf         2011-06-01 18:27:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    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 222580 on 2011-06-01 18:27:13Z 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.310.2.15  +1 -0      src/share/man/man9/Makefile
  1.26.2.4    +14 -1     src/share/man/man9/sbuf.9
  1.30.2.20   +25 -32    src/sys/dev/cxgb/cxgb_sge.c
  1.177.2.11  +26 -0     src/sys/kern/kern_sysctl.c
  1.30.2.5    +2 -2      src/sys/kern/subr_sbuf.c
  1.148.2.12  +3 -0      src/sys/sys/sysctl.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106011829.p51ITGB2050204>