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.