From owner-cvs-src@FreeBSD.ORG Sat Mar 6 16:57:44 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 4F18916A4CE; Sat, 6 Mar 2004 16:57:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A4043D1F; Sat, 6 Mar 2004 16:57:44 -0800 (PST) (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 i270vhGe004581; Sat, 6 Mar 2004 16:57:43 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i270vh1g004580; Sat, 6 Mar 2004 16:57:43 -0800 (PST) (envelope-from kientzle) Message-Id: <200403070057.i270vh1g004580@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 6 Mar 2004 16:57:43 -0800 (PST) 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-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: Sun, 07 Mar 2004 00:57:44 -0000 kientzle 2004/03/06 16:57:43 PST FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_cpio.c Log: Recognize hardlinks when reading cpio files. This doesn't yet address the issue of selective restore of hardlinked files. With cpio format, it's possible to correctly restore any linked file; the API doesn't yet fully support this. (There's no way for the library to inform a client whether or not there's a file body associated with this entry. The assumption right now is that "hardlink" entries have no file body.) Revision Changes Path 1.3 +100 -5 src/lib/libarchive/archive_read_support_format_cpio.c