| Age | Commit message (Expand) | Author |
| 2012-10-05 | add -j flag to indent directory blocks (from brooks) | christos |
| 2012-10-05 | add -q flag to silence warnings about symlinks to existing dirs (from OpenBSD | christos |
| 2012-10-05 | add -n flag to disable comments (brook) | christos |
| 2012-10-05 | account for differences in digest names | christos |
| 2012-10-05 | our fts compare routine is less constified. | christos |
| 2012-10-05 | explicitly include <sys/stat.h> | christos |
| 2012-10-05 | more const | christos |
| 2012-10-05 | remove dup extern (brooks) | christos |
| 2012-10-03 | - Sort order of options mentioned in text; | wiz |
| 2012-07-15 | resource leak (Coverity issues 274383 and 274384) | spz |
| 2012-03-25 | PR/41061: Steven Drake: mtree -d complains about extra symlinks | christos |
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg |
| 2011-08-29 | Use __dead and __printflike | joerg |
| 2011-02-14 | Suppress a superfluous whitespace after "time=..." in the output. | uebayasi |
| 2010-01-20 | Fix date. | wiz |
| 2010-01-20 | Document -t (modify mtime). Bump date. | uebayasi |
| 2009-09-22 | Fix errors in previous: "optional" and "ignore" keywords also need the | apb |
| 2009-09-19 | Do not print a trailing space on each line with "mtree -C". | apb |
| 2009-09-19 | Fix the "mtree -M" problem reported in PR 42031 by Geoff Wing. | apb |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-11 | When an mtree spec file omits a parent directory, "missing directory in | apb |
| 2009-04-09 | * Rewrite intro to mention all three things mtree can do (check directory | apb |
| 2009-04-08 | Sync usage with man page. | wiz |
| 2009-04-08 | Sort options and option descriptions. | wiz |
| 2009-04-08 | The recent addition of sorting to "mtree -C" broke some third party | apb |
| 2009-04-07 | fix another missing "prev" link | apb |
| 2009-04-05 | Fix broken "prev" pointer in one case. | apb |
| 2009-04-05 | Watch one's "p"s and "q"s and fix cast aspersions on alpha ("warning: field | dogcow |
| 2009-04-04 | Tags are internally stored with leading and trailing commas, for ease | apb |
| 2009-04-03 | Make "mtree -C" sort its output. | apb |
| 2009-03-11 | Don't use .Xo/.Xc. Replace use of .Sm off / .Sm on with .Ns. | joerg |
| 2009-02-02 | New sentence, new line. | wiz |
| 2009-02-01 | -c: make it clear where the file hierarchy starts | hubertf |
| 2009-02-01 | When {MD5,RMD160,SHA1,SHA256_,SHA384_,SHA512_}File fail, use errno | hubertf |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-12-28 | fix dev_t formats. | christos |
| 2008-12-28 | fix time_t and dev_t formats | christos |
| 2008-11-04 | ensure mtree_err gets a format string | dbj |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-02 | Move TNF licenses to 2 clause form | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-12 | use __RCSID() | lukem |
| 2007-12-12 | warns=4 | christos |
| 2007-12-05 | PR/37482: Malcolm Herbert: mtree does not check for getlogin() returning null | christos |
| 2007-11-19 | Renamed dsort to dcmp, since it doesn't sort, it only compares. | rillig |
| 2007-11-19 | Even on non-BSD systems, the "-R all" option should disable printing of | rillig |
| 2007-10-18 | cast to long explicitly for the compat build | christos |
| 2007-02-04 | The hashing routines (MD5File() and co.) can do dynamic allocation, so | elad |
| 2007-01-20 | Fix a typo in a boolean test, which used & instead of &&. | perry |
| 2006-12-16 | Don't depend on lubutil if we're building host tools. Fix tools build on | bouyer |