cvs commit: src/sys/conf options src/sys/ddb db_output.c
Attilio Rao
attilio at FreeBSD.org
Mon Aug 18 16:48:54 UTC 2008
attilio 2008-08-18 16:48:09 UTC
FreeBSD src repository
Modified files:
sys/conf options
sys/ddb db_output.c
Log:
SVN rev 181840 on 2008-08-18 16:48:09Z by attilio
Bufferize the output for DDB printouts.
In order to CATER this, DDB buffered output can be choosen at compile
time through the option DDB_BUFR_SIZE=nbytes where nbytes choose the size
of the buffer (suggested size is 128 bytes), which should be manually
specified in any interested config file.
Sponsored by: Nokia
Revision Changes Path
1.635 +1 -0 src/sys/conf/options
1.39 +87 -15 src/sys/ddb/db_output.c
More information about the cvs-src
mailing list