NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55834 CVS commit: [netbsd-9] src/sbin/dump



The following reply was made to PR bin/55834; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55834 CVS commit: [netbsd-9] src/sbin/dump
Date: Sun, 6 Dec 2020 10:31:02 +0000

 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.
 


Home | Main Index | Thread Index | Old Index