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