NetBSD/sbin/dump
lukem 9af1692ef1 * improve parsing of file-systems-to-dump when a path is given:
- if it's a path to an unmounted file-system listed in /etc/fstab, use
	that instead of assuming the user wanted a subtree dump of the parent
	directory. this restores the behaviour of dump before the subtree
	dumping code went in.
      - if it's a path to a mounted file-system which is not in /etc/fstab,
	use the info from getmntinfo(3). previously, dump would choke.
* implement error checked malloc(), calloc(), strdup(), and use
  appropriately (some of the calloc()s weren't being checked)
* use 'file-system' instead of 'filesystem' in the man page
2001-05-28 01:09:54 +00:00
..
Makefile Working version of aborted dump{,_lfs} join. 1999-10-01 04:35:21 +00:00
dump.8 * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
dump.h * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
dumprmt.c unifdef !__STDC__ (missed in previous) 2001-05-28 00:41:14 +00:00
ffs_inode.c unifdef !__STDC__ (missed in previous) 2001-05-28 00:41:14 +00:00
itime.c * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
main.c * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
optr.c * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
pathnames.h use _PATH_DEFTAPE from <paths.h> 1997-04-15 07:00:45 +00:00
rcache.c knf to ansi 2001-05-27 14:17:56 +00:00
tape.c * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
traverse.c * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
unctime.c knf to ansi 2001-05-27 14:17:56 +00:00