summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/mtree.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-201-1/+2
* mtree should use getcwd() instead of getwd(). getcwd() is safer,keramida2007-11-021-1/+1
* Added forgotten -w to the usage().ru2004-06-041-1/+1
* Get rid of "lineno: 0" in error messages from create mode.phk2004-01-111-2/+5
* Give mtree(8) the ability to take [two -f spec] arguments and comparephk2003-11-051-4/+18
* Rename spec() and verify() functions to have mtree_ prefix and takephk2003-11-051-1/+1
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)phk2003-10-211-5/+1
* Remove "register" keywords.phk2003-10-211-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
* The -s option should not assume -U.tobez2003-03-191-0/+1
* - Align the function prototype of the external `crc' function withrobert2003-03-131-3/+1
* fixup for WARNS=4.alfred2002-07-111-3/+1
* de-__P()alfred2002-07-111-1/+1
* Re-add -P option (for POSIX-like command line interface)ache2000-09-251-2/+6
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptache2000-09-151-7/+7
* Add -q. this will cause the warning messages about missingimp2000-07-251-2/+5
* Revert the reversion of the default mtree behaviour. The mtreemarcel2000-07-241-7/+7
* Correct the usage() message as per rev 1.25 of mtree.8 .sheldonh2000-07-171-1/+1
* Fix getopt string I forgetache2000-07-161-1/+1
* Revert back to original mtree default behaviour to not follow symlinks, to beache2000-07-161-6/+6
* Use -P instead of -S to specify that no symlinks should be followed.joe2000-07-141-5/+5
* Added a flag (-S) to mtree to specify that symlinks shouldn't bejoe2000-07-131-1/+5
* Give mtree the ability to exclude files and directories from its traversal.wollman2000-05-121-2/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Create a new flag, "nochange", which will specify that a directory ispeter1998-06-051-2/+2
* Use err(3) instead of local redefinition.charnier1997-10-011-9/+12
* Change FTS_PHYSICAL (not follow symlinks but return them)ache1997-05-151-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* Add -U option which does the same things as -u except exits with 0rgrimes1994-10-091-4/+12
* 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-181-4/+10
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+146
OpenPOWER on IntegriCloud