summaryrefslogtreecommitdiffstats
path: root/contrib/mtree
Commit message (Collapse)AuthorAgeFilesLines
* MFC r273796brooks2014-11-045-98/+116
| | | | | | | Import in latest mtree from NetBSD to fix a bug in parsing group files that jmg fixed upstream. Sponsored by: DARPA, AFRL
* MFC r258437:brooks2013-11-263-52/+99
| | | | | | | | | | Sync with NetBSD. The functional change is to make the output when comparing a directory to an mtree file more compatible with fmtree when FreeBSD 9 compatiblity mode is on. This output is clearly intended for humans not computers, but some tools such as mergemaster's -U option rely on it. Approved by: re (glebius)
* MFC r256687:brooks2013-10-234-27/+44
| | | | | | | | | | | | | Upgrade to the latest version of mtree from NetBSD. This revision re-removes the printing of size for non-regular files, supports type-less root (.) entries as seen in a couple ports, and corrects a bug in -N that caused expanded Subversion $FreeBSD$ strings in comments to be processed as /etc/group entries. Includes one trivial portability fix (including <stdint.h> in three files) that has been committed upstream. Approved by: re (glebius)
* Import a new version of NetBSD's mtree.ed2013-04-097-14/+185
| | | | | | | | This version of mtree implements a new flag (-O) that can be used to restrict the tool to certain pathnames. Also, it fixes a compiler warning generated by -Wmissing-variable-declarations. Acked by: brooks
* Add NetBSD's mtree to the tree and install it as nmtree as the first stepbrooks2012-12-2114-0/+4833
towards replacing our mtree. Sponsored by: DARPA, AFRL Thanks to: cristos@NetBSD for reviewing and committing my patches wiz@NetBSD for fixing typos in my patches
OpenPOWER on IntegriCloud