Date: Wed, 1 Jun 2011 16:34:26 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_sbuf.c Message-ID: <201106011634.p51GYiP1027350@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2011-06-01 16:34:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern subr_sbuf.c
Log:
SVN rev 222571 on 2011-06-01 16:34:26Z by mdf
MFC r212180-r212184:
Use math rather than iteration when the desired sbuf size is larger than
SBUF_MAXEXTENDSIZE.
Fix brain fart when converting an if statement into a KASSERT.
Fix user-space libsbuf build. Why isn't CTASSERT available to
user-space?
Style(9) fixes and eliminate the use of min().
Use a better #if guard.
Revision Changes Path
1.30.2.2 +26 -17 src/sys/kern/subr_sbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106011634.p51GYiP1027350>
