Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/progress



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.




Home | Main Index | Thread Index | Old Index