Module Name: src Committed By: martin Date: Fri Mar 29 19:43:28 UTC 2019
Modified Files: src/sbin/dump [netbsd-8]: dump.8 dump.h ffs_inode.c itime.c main.c optr.c tape.c traverse.c src/sbin/dump_lfs [netbsd-8]: dump_lfs.8 Log Message: Pull up following revision(s) (requested by manu in ticket #1221): sbin/dump/tape.c: revision 1.55 sbin/dump_lfs/dump_lfs.8: revision 1.18 sbin/dump/dump.h: revision 1.56 sbin/dump/dump.8: revision 1.69 sbin/dump/dump.h: revision 1.57 sbin/dump/ffs_inode.c: revision 1.23 sbin/dump/optr.c: revision 1.43 sbin/dump/itime.c: revision 1.21 sbin/dump/main.c: revision 1.74 sbin/dump/itime.c: revision 1.22 sbin/dump/main.c: revision 1.75 sbin/dump/dump.8: revision 1.70 sbin/dump/traverse.c: revision 1.52 sbin/dump/dump.8: revision 1.71 Document what rdump is (was once) for. PR 53442. Use getfsspecname() to fill the filesystem argument in dumpdates. While here, make sure that the error strings terminate with newline consistently, and add a function that adds the system error string. Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry This address situations where dump(8) cannot figure out the device being dumped. It also allows tracking of subvolume dumps by using virtual device as dumpdates entry. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.68.6.1 src/sbin/dump/dump.8 cvs rdiff -u -r1.54 -r1.54.8.1 src/sbin/dump/dump.h src/sbin/dump/tape.c cvs rdiff -u -r1.22 -r1.22.20.1 src/sbin/dump/ffs_inode.c cvs rdiff -u -r1.20 -r1.20.20.1 src/sbin/dump/itime.c cvs rdiff -u -r1.73 -r1.73.8.1 src/sbin/dump/main.c cvs rdiff -u -r1.42 -r1.42.18.1 src/sbin/dump/optr.c cvs rdiff -u -r1.50 -r1.50.20.1 src/sbin/dump/traverse.c cvs rdiff -u -r1.16 -r1.16.24.1 src/sbin/dump_lfs/dump_lfs.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.