From owner-cvs-all@FreeBSD.ORG Tue Feb 10 18:49:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BD616A4CE; Tue, 10 Feb 2004 18:49:57 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E9543D1D; Tue, 10 Feb 2004 18:49:57 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C632D65435; Wed, 11 Feb 2004 02:49:55 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 43616-02-2; Wed, 11 Feb 2004 02:49:55 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6ECC5653D4; Wed, 11 Feb 2004 02:49:55 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 896872E; Wed, 11 Feb 2004 02:49:54 +0000 (GMT) Date: Wed, 11 Feb 2004 02:49:54 +0000 From: Bruce M Simpson To: Tim Kientzle Message-ID: <20040211024954.GB738@saboteur.dek.spc.org> Mail-Followup-To: Tim Kientzle , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402092322.i19NMtkW066232@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402092322.i19NMtkW066232@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile README archive.h archive_check_magic.c archive_entry.3 archive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 11 Feb 2004 02:49:58 -0000 On Mon, Feb 09, 2004 at 03:22:54PM -0800, Tim Kientzle wrote: > Log: > Initial import of libarchive. Yay! BMS