Received: by mail.netbsd.org (Postfix, from userid 605) id D9CC384D54; Fri, 9 Aug 2019 06:21:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D5C384D54 for ; Fri, 9 Aug 2019 06:21:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rU2Sca3m8sVB for ; Fri, 9 Aug 2019 06:21:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2740F84D50 for ; Fri, 9 Aug 2019 06:21:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24226FBF4; Fri, 9 Aug 2019 06:21:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 9 Aug 2019 06:21:01 +0000 From: "SAITOH Masanobu" Subject: CVS commit: [netbsd-9] src/usr.sbin/sysinst To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190809062101.24226FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Fri Aug 9 06:21:01 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #33): usr.sbin/sysinst/disks.c: revision 1.50 Do not even consider to fsck partitions where we do not know the file system type. Add v7fs support. To generate a diff of this commit: cvs rdiff -u -r1.44.2.5 -r1.44.2.6 src/usr.sbin/sysinst/disks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.