summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree
Commit message (Expand)AuthorAgeFilesLines
* Revert r262648 to stop severe tinderbox spamming on stable@.tijl2014-03-012-1/+272
* MFC: 261298brooks2014-03-012-272/+1
* Do not emit size for non-regular files. There is nothing thatdelphij2013-09-121-1/+1
* Always install our mtree as /usr/sbin/fmtree and link it asbrooks2013-01-091-2/+14
* More -Wmissing-variable-declarations fixes.ed2012-10-201-1/+2
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-2/+2
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Wording fixes.brueffer2010-05-141-2/+2
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-11/+11
* Keep the list of default keywords sorted so that paranoid folks like meyar2010-04-031-1/+1
* o Remove a duplicate reference to -f flag in the SYNOPSYS section.maxim2010-03-301-4/+1
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-282-5/+5
* Fix common misspelling of hierarchyuqs2010-02-201-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* Write timestamps with exactly 9 digits after the period.kientzle2009-01-314-3/+9
* Accept integer times. Previously, the field "time=1233294539" would bekientzle2009-01-301-6/+7
* Add the mtree.5 manpage. I'll come back soon andkientzle2008-01-012-1/+271
* When applying a spec, traverse the existing directory tree in lexicaldes2007-12-071-1/+7
* mtree should use getcwd() instead of getwd(). getcwd() is safer,keramida2007-11-021-1/+1
* o Add an example how to create /etc/mtree style mtree(8) files.maxim2007-06-161-1/+12
* Markup fixes.ru2006-09-291-1/+1
* o Add an 'optional' keyword, which allows files to be in themaxim2006-07-036-1/+36
* If we fail in chown(2), try to just change the group and continue on tobrian2005-08-111-10/+28
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Markup fixes.ru2005-06-141-1/+1
* Adds sha256 support. While it is a good idea to also add sha384 andtobez2005-03-299-9/+67
* Expand *n't contractions.ru2005-02-131-3/+3
* Sort sections.ru2005-01-181-7/+7
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Remove extra "*/".simokawa2004-08-071-2/+0
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-072-5/+22
* Eliminated double whitespace.ru2004-07-031-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+13
* Improve spec to spec comparison output.phk2004-06-141-3/+20
* Added forgotten -w to the usage().ru2004-06-041-1/+1
* Added forgotten -w to the SYNOPSIS.ru2004-06-041-4/+4
* Get rid of "lineno: 0" in error messages from create mode.phk2004-01-114-25/+42
* collect all "extern bla" stuff in extern.h in order to get cross-filephk2004-01-115-16/+8
* Do not emit comments when -n is specified.phk2004-01-081-5/+10
* The new "spec against spec" comparison code was yet another timephk2003-11-301-7/+22
* Off by one error in malloc.phk2003-11-191-1/+1
* Fix a bug relating to the "files before directories" sort order whenphk2003-11-131-0/+51
* Add a small testcase for the new -f-f mode.phk2003-11-051-0/+60
* Give mtree(8) the ability to take [two -f spec] arguments and comparephk2003-11-057-8/+238
* Rename spec() and verify() functions to have mtree_ prefix and takephk2003-11-054-13/+10
* Take advantage of the fact that we know the err(3) function does notphk2003-11-051-24/+14
* Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead ofbde2003-11-011-13/+9
* Make mtree's update function update the modification time too.phk2003-10-313-3/+53
* Update test-case to also fail on filenames containing '#'phk2003-10-301-0/+17
OpenPOWER on IntegriCloud