From owner-cvs-all@FreeBSD.ORG Tue Apr 27 20:44:09 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 3D46316A4CE; Tue, 27 Apr 2004 20:44:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA5A43D3F; Tue, 27 Apr 2004 20:44:09 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3S3i8Ge052406; Tue, 27 Apr 2004 20:44:08 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3S3i8Wg052405; Tue, 27 Apr 2004 20:44:08 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404280344.i3S3i8Wg052405@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 27 Apr 2004 20:44:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_support_format_cpio.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, 28 Apr 2004 03:44:09 -0000 kientzle 2004/04/27 20:44:08 PDT FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_cpio.c Log: Add read support for four more common cpio variants: * little-endian old-style binary cpio archives * big-endian old-style binary cpio archives * SVR4 portable archives without CRC * SVR4 portable archives with CRC Note that I don't yet verify the CRC for the last one, and I'm not quite certain I'm correctly parsing device numbers. Revision Changes Path 1.8 +304 -64 src/lib/libarchive/archive_read_support_format_cpio.c