aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/mtree.c
Commit message (Expand)AuthorAgeFilesLines
* Added forgotten -w to the usage().Ruslan Ermilov2004-06-041-1/+1
* Get rid of "lineno: 0" in error messages from create mode.Poul-Henning Kamp2004-01-111-2/+5
* Give mtree(8) the ability to take [two -f spec] arguments and comparePoul-Henning Kamp2003-11-051-4/+18
* Rename spec() and verify() functions to have mtree_ prefix and takePoul-Henning Kamp2003-11-051-1/+1
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)Poul-Henning Kamp2003-10-211-5/+1
* Remove "register" keywords.Poul-Henning Kamp2003-10-211-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* The -s option should not assume -U.Anton Berezin2003-03-191-0/+1
* - Align the function prototype of the external `crc' function withRobert Drehmel2003-03-131-3/+1
* fixup for WARNS=4.Alfred Perlstein2002-07-111-3/+1
* de-__P()Alfred Perlstein2002-07-111-1/+1
* Re-add -P option (for POSIX-like command line interface)Andrey A. Chernov2000-09-251-2/+6
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptAndrey A. Chernov2000-09-151-7/+7
* Add -q. this will cause the warning messages about missingWarner Losh2000-07-251-2/+5
* Revert the reversion of the default mtree behaviour. The mtreeMarcel Moolenaar2000-07-241-7/+7
* Correct the usage() message as per rev 1.25 of mtree.8 .Sheldon Hearn2000-07-171-1/+1
* Fix getopt string I forgetAndrey A. Chernov2000-07-161-1/+1
* Revert back to original mtree default behaviour to not follow symlinks, to beAndrey A. Chernov2000-07-161-6/+6
* Use -P instead of -S to specify that no symlinks should be followed.Josef Karthauser2000-07-141-5/+5
* Added a flag (-S) to mtree to specify that symlinks shouldn't beJosef Karthauser2000-07-131-1/+5
* Give mtree the ability to exclude files and directories from its traversal.Garrett Wollman2000-05-121-2/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Create a new flag, "nochange", which will specify that a directory isPeter Wemm1998-06-051-2/+2
* Use err(3) instead of local redefinition.Philippe Charnier1997-10-011-9/+12
* Change FTS_PHYSICAL (not follow symlinks but return them)Andrey A. Chernov1997-05-151-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Add -U option which does the same things as -u except exits with 0Rodney W. Grimes1994-10-091-4/+12
* 1. Remove commented out CFLAGS+=-DDEBUG from MakefileRodney W. Grimes1994-09-181-4/+10
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+146