cvs commit: src/lib/libarchive archive_write_disk.c src/usr.bin/cpio
cpio.c src/usr.bin/cpio/test test_basic.c test_option_L.c
test_option_a.c test_option_y.c test_passthrough_dotdot.c
test_passthrough_reverse.c
Tim Kientzle
kientzle at FreeBSD.org
Sun Aug 24 06:26:50 UTC 2008
kientzle 2008-08-24 06:21:00 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_disk.c
usr.bin/cpio cpio.c
usr.bin/cpio/test test_basic.c test_option_L.c
test_option_a.c test_option_y.c
test_passthrough_dotdot.c
test_passthrough_reverse.c
Log:
SVN rev 182102 on 2008-08-24 06:21:00Z by kientzle
Update the total archive byte counters when writing entries to disk using
archive_write_disk.
Update cpio to use this to emit block counts in -p mode.
Update cpio tests to verify these block counts.
Revision Changes Path
1.31 +2 -0 src/lib/libarchive/archive_write_disk.c
1.12 +9 -0 src/usr.bin/cpio/cpio.c
1.3 +1 -4 src/usr.bin/cpio/test/test_basic.c
1.2 +1 -1 src/usr.bin/cpio/test/test_option_L.c
1.3 +4 -5 src/usr.bin/cpio/test/test_option_a.c
1.2 +1 -1 src/usr.bin/cpio/test/test_option_y.c
1.4 +1 -1 src/usr.bin/cpio/test/test_passthrough_dotdot.c
1.2 +2 -1 src/usr.bin/cpio/test/test_passthrough_reverse.c
More information about the cvs-src
mailing list