NetBSD/sbin/dump
kre b2fc8900ac 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.
2020-12-03 08:25:57 +00:00
..
dump.8 Add -D flag to allow the user to specify an alternate dumpdates file. 2019-08-19 18:12:50 +00:00
dump.h PR bin/55834 2020-12-03 08:25:57 +00:00
dumprmt.c
ffs_inode.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
itime.c Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry 2019-03-25 02:13:01 +00:00
main.c PR bin/55834 2020-12-03 08:25:57 +00:00
Makefile add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
optr.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
pathnames.h
rcache.c Default the read block size (-k default value) to kern.maxphys (usually 2015-08-24 17:34:03 +00:00
snapshot.c - mark Exit() __dead 2019-02-03 12:17:14 +00:00
snapshot.h
tape.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
traverse.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
unctime.c