From owner-cvs-all@FreeBSD.ORG Mon May 26 18:29:47 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0568E106564A; Mon, 26 May 2008 18:29:47 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 994C68FC1F; Mon, 26 May 2008 18:29:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7196D68006E; Mon, 26 May 2008 20:29:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1HGtQtzx5ZD0; Mon, 26 May 2008 20:28:55 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E462C67F938; Mon, 26 May 2008 20:28:54 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4QISsJm099947; Mon, 26 May 2008 20:28:54 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 26 May 2008 20:28:54 +0200 From: Roman Divacky To: Tim Kientzle Message-ID: <20080526182854.GA99498@freebsd.org> References: <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B011D.9000606@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483B011D.9000606@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival Subject: Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:29:47 -0000 On Mon, May 26, 2008 at 11:27:41AM -0700, Tim Kientzle wrote: > >I'm looking forward to when we can ... have libarchive > >be the One True Archiver which is exposed > >to userland via three different front-ends. > > Actually, a lot more than three: Besides tar, cpio, pax, > ar, and unzip, there are packaging tools, file browsers, > and other utilities that are making use of libarchive. cool indeed :) are there any performance comparison done? some exciting features (like format-auto-detection with bsdtar the other day)?