summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/verify.c
AgeCommit message (Collapse)Author
2004-11-21Use the same ordering when verifying as with creating and replaceOtto Moerbeek
some hardcoded constants with symbolic ones. Noted by Ed Wandasiewicz in PR 3991. ok deraadt@ millert@
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-09ansiTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-19string stuff, ok krw@Henning Brauer
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-09Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD.Todd C. Miller
The old 'preserve' name is still accepted but is not documented and will be removed in the future.
2002-03-04Add a 'preserve' flag to tell mtree not to change the attributes ofTodd C. Miller
a file/directory. This is useful when you want to update children of a directory but not the parent.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-10pass -WallTodd C. Miller
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
1996-12-20Add back "optional" keyword that got nuked in merge of FreeBSD mods.Todd C. Miller
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