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.