Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 229391A9217 for ; Sun, 6 Dec 2020 10:31:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7DB9C84E01; Sun, 6 Dec 2020 10:31:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE18484DE5 for ; Sun, 6 Dec 2020 10:31: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 YWGLGNvM1ywb for ; Sun, 6 Dec 2020 10:31:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CE3184C86 for ; Sun, 6 Dec 2020 10:31:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45861FA9D; Sun, 6 Dec 2020 10:31:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 6 Dec 2020 10:31:02 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sbin/dump To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20201206103102.45861FA9D@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Dec 6 10:31:02 UTC 2020 Modified Files: src/sbin/dump [netbsd-9]: dump.h main.c Log Message: Pull up following revision(s) (requested by kre in ticket #1139): sbin/dump/dump.h: revision 1.59 sbin/dump/main.c: revision 1.78 PR bin/55834 count blocks written in unsigned 64 bit counter rather than signed int which overflows after 2^31-1 blocks (2TiB) after which neither the 5 minute status updates or SIGINFO (^T) reports are issued until the negative numbers increase past 0 and wildly inaccurate reports would be written. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.57.2.1 src/sbin/dump/dump.h cvs rdiff -u -r1.75 -r1.75.2.1 src/sbin/dump/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.