aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.36 - Typo fix.Masafumi Max NAKANE2002-05-101-1/+1
* MFC: Bootstrapping fixes.Ruslan Ermilov2001-09-241-6/+9
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-3/+1
* MFC: can not -> cannotSheldon Hearn2001-08-081-1/+1
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-4/+4
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: bring mtree up to current level.Poul-Henning Kamp2001-01-127-92/+154
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-3/+3
* MFC rev 1.17: compare symlinks properlySheldon Hearn2000-11-021-1/+2
* MFC: doc fixes.Paul Saab2000-06-301-2/+2
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-286-16/+43
* Fix a mis-resolved conflict.Garrett Wollman2000-05-161-1/+0
* MFC: includes, punctuation.Garrett Wollman2000-05-162-1/+6
* Give mtree the ability to exclude files.Garrett Wollman2000-05-156-3/+36
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-131-0/+107
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-2/+2
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-274-7/+5
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-011-0/+1
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-2/+3
* Added support for file flags, mostly merged from the NetBSD version.Josef Karthauser1999-12-099-10/+93
* -Wall fixes.Bill Fumerola1999-09-273-5/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* When bootstrapping mtree, don't depend on there being a libmd at all.Garrett Wollman1999-03-011-5/+3
* mtree is a "bootstrap tool", don't use the fancy new world-breaking featuresJordan K. Hubbard1999-02-271-2/+6
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. MakeGarrett Wollman1999-02-267-15/+139
* Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters.Joseph Koshy1999-01-181-2/+2
* Teach mtree(8) to handle whitespace in filenames. Uses strvis(3).Joseph Koshy1999-01-122-5/+19
* Free memory from getmode.Warner Losh1998-12-161-1/+2
* Fixed printf format errors.Bruce Evans1998-08-022-6/+6
* There is no need to make nochange imply ignore as well.Peter Wemm1998-06-102-6/+5
* Use correct size for readlink buffer. This is the size of theWarner Losh1998-06-091-2/+2
* Create a new flag, "nochange", which will specify that a directory isPeter Wemm1998-06-056-14/+21
* Use err(3) instead of local redefinition.Philippe Charnier1997-10-018-114/+125
* 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
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* ts_sec -> tv_secNate Williams1996-09-203-8/+8
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
* st_size in struct stat has type off_t (long long) and not unsigned longTorsten Blum1995-10-061-1/+1
* Use p->fts_level instead of unsuccessfully trying to keep track of theBruce Evans1995-07-241-7/+9
* Report `fts_errno' instead of `errno' when the former applies.Bruce Evans1995-07-241-2/+2
* Fix to match new MD5 api, faster.Poul-Henning Kamp1995-07-122-7/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-8/+8
* mtree * MD5 = better securityGarrett Wollman1995-02-107-14/+74
* Add -U option which does the same things as -u except exits with 0Rodney W. Grimes1994-10-092-6/+24
* Fixed bug caused by missing set of paranthesis when checking the modificationDavid Greenman1994-09-241-3/+3