K 10 svn:author V 3 bde K 8 svn:date V 27 2003-11-16T23:05:52.000000Z K 7 svn:log V 486 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. END