cvs commit: src/sys/conf options src/sys/ddb db_capture.c
Robert Watson
rwatson at FreeBSD.org
Tue Apr 1 04:23:32 PDT 2008
rwatson 2008-04-01 11:23:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/conf options
sys/ddb db_capture.c
Log:
Merge options:1.616, db_capture.c:1.4 from HEAD to RELNEG_7:
Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to be
overridden at compile-time using kernel options of the same names.
Rather than doing a compile-time CTASSERT of buffer sizes being
even multiples of block sizes, just adjust them at boottime, as
the failure mode is more user-friendly.
MFC after: 2 months
PR: 119993
Suggested by: Scot Hetzel <swhetzel at gmail dot com>
Revision Changes Path
1.608.2.2 +2 -0 src/sys/conf/options
1.5.2.4 +18 -13 src/sys/ddb/db_capture.c
More information about the cvs-src
mailing list