aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
Commit message (Expand)AuthorAgeFilesLines
* Merge from CheriBSD:Brooks Davis2014-01-302-272/+1
* Merge from CheriBSD:Brooks Davis2014-01-301-5/+0
* Do not emit size for non-regular files. There is nothing thatXin LI2013-09-121-1/+1
* Always install our mtree as /usr/sbin/fmtree and link it asBrooks Davis2013-01-091-2/+14
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-1/+2
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* Wording fixes.Christian Brueffer2010-05-141-2/+2
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-11/+11
* Keep the list of default keywords sorted so that paranoid folks like meYaroslav Tykhiy2010-04-031-1/+1
* o Remove a duplicate reference to -f flag in the SYNOPSYS section.Maxim Konovalov2010-03-301-4/+1
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-282-5/+5
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Write timestamps with exactly 9 digits after the period.Tim Kientzle2009-01-314-3/+9
* Accept integer times. Previously, the field "time=1233294539" would beTim Kientzle2009-01-301-6/+7
* Add the mtree.5 manpage. I'll come back soon andTim Kientzle2008-01-012-1/+271
* When applying a spec, traverse the existing directory tree in lexicalDag-Erling Smørgrav2007-12-071-1/+7
* mtree should use getcwd() instead of getwd(). getcwd() is safer,Giorgos Keramidas2007-11-021-1/+1
* o Add an example how to create /etc/mtree style mtree(8) files.Maxim Konovalov2007-06-161-1/+12
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* o Add an 'optional' keyword, which allows files to be in theMaxim Konovalov2006-07-036-1/+36
* If we fail in chown(2), try to just change the group and continue on toBrian Somers2005-08-111-10/+28
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* Markup fixes.Ruslan Ermilov2005-06-141-1/+1
* Adds sha256 support. While it is a good idea to also add sha384 andAnton Berezin2005-03-299-9/+67
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Remove extra "*/".Hidetoshi Shimokawa2004-08-071-2/+0
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-5/+22
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-7/+13
* Improve spec to spec comparison output.Poul-Henning Kamp2004-06-141-3/+20
* Added forgotten -w to the usage().Ruslan Ermilov2004-06-041-1/+1
* Added forgotten -w to the SYNOPSIS.Ruslan Ermilov2004-06-041-4/+4
* Get rid of "lineno: 0" in error messages from create mode.Poul-Henning Kamp2004-01-114-25/+42
* collect all "extern bla" stuff in extern.h in order to get cross-filePoul-Henning Kamp2004-01-115-16/+8
* Do not emit comments when -n is specified.Poul-Henning Kamp2004-01-081-5/+10
* The new "spec against spec" comparison code was yet another timePoul-Henning Kamp2003-11-301-7/+22
* Off by one error in malloc.Poul-Henning Kamp2003-11-191-1/+1
* Fix a bug relating to the "files before directories" sort order whenPoul-Henning Kamp2003-11-131-0/+51
* Add a small testcase for the new -f-f mode.Poul-Henning Kamp2003-11-051-0/+60
* Give mtree(8) the ability to take [two -f spec] arguments and comparePoul-Henning Kamp2003-11-057-8/+238
* Rename spec() and verify() functions to have mtree_ prefix and takePoul-Henning Kamp2003-11-054-13/+10
* Take advantage of the fact that we know the err(3) function does notPoul-Henning Kamp2003-11-051-24/+14
* Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead ofBruce Evans2003-11-011-13/+9
* Make mtree's update function update the modification time too.Poul-Henning Kamp2003-10-313-3/+53
* Update test-case to also fail on filenames containing '#'Poul-Henning Kamp2003-10-301-0/+17