cvs commit: src/sys/conf options src/sys/ddb db_capture.c

Robert Watson rwatson at FreeBSD.org
Sat Jan 26 14:32:24 PST 2008


rwatson     2008-01-26 22:32:24 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             options 
    sys/ddb              db_capture.c 
  Log:
  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.616     +2 -0      src/sys/conf/options
  1.4       +18 -13    src/sys/ddb/db_capture.c


More information about the cvs-src mailing list