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