From owner-cvs-src@FreeBSD.ORG Sat Aug 7 19:25:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5F316A4CF; Sat, 7 Aug 2004 19:25:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C84143D48; Sat, 7 Aug 2004 19:25:35 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i77JPZxv072631; Sat, 7 Aug 2004 19:25:35 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i77JPYpR072630; Sat, 7 Aug 2004 19:25:35 GMT (envelope-from kientzle) Message-Id: <200408071925.i77JPYpR072630@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 7 Aug 2004 19:25:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 07 Aug 2004 19:25:35 -0000 kientzle 2004-08-07 19:25:34 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c bsdtar.h write.c Log: Add --totals option. Unlike gtar, this reports the bytes actually written to the archive, not the ones written to the compressor. For uncompressed archives, these numbers are the same, of course. Revision Changes Path 1.10 +1 -1 src/usr.bin/tar/Makefile 1.48 +7 -2 src/usr.bin/tar/bsdtar.c 1.18 +1 -0 src/usr.bin/tar/bsdtar.h 1.31 +16 -0 src/usr.bin/tar/write.c