Searched hist:122819 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/sio/
H A Dsio.cdiff 122819 Sun Nov 16 23:05:52 MST 2003 bde Don't waste so much space for the latency debugging buffer. Its size
will now need editing except for spot checks.

Changed this buffer from a circular one to a linear one. This is more
useful for some cases and the sysctl that prints it doesn't support
circular buffers.

Fixed (output) formatting bugs in this sysctl. An off by 1 error caused
a garbage byte to be returned after annotation of large deltas, and
a race with the writer sometimes caused premature string termination.

Completed in 108 milliseconds