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