Received: by mail.netbsd.org (Postfix, from userid 605) id 8B8B484D25; Mon, 29 Mar 2021 15:31:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8DB584CD9 for ; Mon, 29 Mar 2021 15:31:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JaPtVIY5kgQY for ; Mon, 29 Mar 2021 15:31:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A78984D25 for ; Mon, 29 Mar 2021 15:31:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F25BFA95; Mon, 29 Mar 2021 15:31:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 29 Mar 2021 11:31:46 -0400 From: "Christos Zoulas" Subject: CVS commit: src/external/bsd/libarchive/dist/libarchive To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210329153146.3F25BFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Mon Mar 29 15:31:46 UTC 2021 Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_read_disk_posix.c Log Message: PR/56083: RVP: tar -c hangs when reading from FUSE-ext2 filesystems since it returns 0 for statvfs members and libarchive handles only -1. Centralize the transfer setting code. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/bsd/libarchive/dist/libarchive/archive_read_disk_posix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.