Source-Changes archive

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

CVS commit: src/bin/cp



Module Name:    src
Committed By:   tron
Date:           Mon Oct 25 08:19:47 UTC 2010

Modified Files:
        src/bin/cp: utils.c

Log Message:
Re-enable support for reading files smaller of at most 8MB via mmap(2).
Write out the mmap-ed data in small chunks to avoid locking the output
file for a long time.

Suggested by David Holland on "source-changes-d" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/bin/cp/utils.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