Subject: CVS commit: src/usr.bin/progress
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 06/06/2007 17:49:14
Module Name:	src
Committed By:	briggs
Date:		Wed Jun  6 17:49:14 UTC 2007

Modified Files:
	src/usr.bin/progress: progress.1 progress.c

Log Message:
Dynamically allocate the buffer used for reading data from the input
handle and default to 64k instead of the 1k (BUFSIZ) static buffer.
This makes a large difference in performance of some applications.
Make the buffer size tunable from the command line.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.bin/progress/progress.1
cvs rdiff -r1.14 -r1.15 src/usr.bin/progress/progress.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.