| Age | Commit message (Expand) | Author |
| 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 |
| 2006-12-14 | Fix mtree to release the returned strings from flags_to_string() | he |
| 2006-12-14 | Complete the move of string_to_flags() and flags_to_string() from the | he |
| 2006-12-14 | The "#ifdef UNUSED_BLOCK" in stat_flags.c wasn't so unused after | he |
| 2006-10-30 | kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to | christos |
| 2006-10-16 | c99 initializers | christos |
| 2006-10-14 | PR/34818: rad at twig dot com: Recognize solaris door files. | christos |
| 2006-10-08 | Apply patch from Peter Bex to fix PR bin/31922. | martin |
| 2006-10-07 | PR/28786: Jukka Salmi: mtree bug (in verify.c) | elad |
| 2006-09-12 | describe how to suppress printing of "type" keyword when -k is used. | pavel |
| 2006-04-22 | i.e. without a space. PR 33328 by Igor Sobrado. | wiz |
| 2006-04-12 | If parameter don't have values, then 'continue' after setting the flag bit. | dsl |
| 2005-11-10 | SHA2 support has been pulled up to NetBSD 3.0, update the history part. | elad |
| 2005-10-01 | fix setmode error handling. | christos |
| 2005-09-29 | The list of keywords must be sorted because it is search with bsearch(3). | tron |