Date: Sun, 24 Aug 2008 06:21:00 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200808240626.m7O6QnUs040230@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808240626.m7O6QnUs040230>