Date: Tue, 1 Apr 2008 11:23:32 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/ddb db_capture.c Message-ID: <200804011123.m31BNWRm048774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804011123.m31BNWRm048774>