From owner-cvs-src@FreeBSD.ORG Sun Aug 24 06:26:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F071106566B; Sun, 24 Aug 2008 06:26:50 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24D078FC1C; Sun, 24 Aug 2008 06:26:50 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7O6Qn9Q040231; Sun, 24 Aug 2008 06:26:49 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7O6QnUs040230; Sun, 24 Aug 2008 06:26:49 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200808240626.m7O6QnUs040230@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sun, 24 Aug 2008 06:21:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 06:26:50 -0000 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