summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/mtree.c
AgeCommit message (Collapse)Author
2000-01-20getcwd() does not stuff an error string in buf on error, call strerror()Todd C. Miller
instead.
1999-01-24-q was not in usage()Bruno Rohee
1998-12-28use getcwd(3)Theo de Raadt
1998-08-20add -q flag to silent messages of the type:Marco S Hyman
missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link
1997-07-18err() -> error() so we don't conflict with err(3).Todd C. Miller
1997-07-18Add rmd160 support. Sheesh, you'd think this was tripwire.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-03From NetBSD:Todd C. Miller
Add a `-t' (touch) option to update time stamps. Only record size for regular files.
1996-12-10merge freebsd mtree diffs, plus -Wall cleanupTheo de Raadt
1996-12-0864-bit clean + RCS tagsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt