Received: by mail.netbsd.org (Postfix, from userid 605) id 429C214A1DD; Fri, 6 Nov 2015 20:26:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F68614A1DC for ; Fri, 6 Nov 2015 20:26:44 +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 PdDfZx0t40GA for ; Fri, 6 Nov 2015 20:26:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8CB5114A1D8 for ; Fri, 6 Nov 2015 20:26:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 86D2598; Fri, 6 Nov 2015 20:26:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 6 Nov 2015 20:26:43 +0000 From: "Jeff Rizzo" Subject: CVS commit: [netbsd-7] src/sbin/dump To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20151106202643.86D2598@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: "Jeff Rizzo" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: riz Date: Fri Nov 6 20:26:43 UTC 2015 Modified Files: src/sbin/dump [netbsd-7]: dump.8 main.c rcache.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #990): sbin/dump/rcache.c: revision 1.25 sbin/dump/dump.8: revision 1.67 sbin/dump/main.c: revision 1.72 Default the read block size (-k default value) to kern.maxphys (usually 64k these days). This gives a noticable performance boost on large filesystems. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.65.10.1 src/sbin/dump/dump.8 cvs rdiff -u -r1.71 -r1.71.4.1 src/sbin/dump/main.c cvs rdiff -u -r1.24 -r1.24.6.1 src/sbin/dump/rcache.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.