Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2008 16:48:09 +0000 (UTC)
From:      Attilio Rao <attilio@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_output.c
Message-ID:  <200808181648.m7IGmsL2081778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808181648.m7IGmsL2081778>