summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2013-11-21From Brooks Davis:christos
2013-10-17Our <sys/param.h> ends up calling header files that define intmax_t. Thischristos
2013-10-16skip comment lines on password and group databases (Brooks Davis)christos
2013-10-16Default a bare "." with no type to F_DIR. For FreeBSD compatibility (Brookschristos
2013-10-16Restore old behavior of not printing sizes for directories, since it varieschristos
2013-09-09use intmax_t instead of long long. fixes wrong cast for time_t.christos
2013-04-08move flags only used in main() inside main(), from Ed Schoutenchristos
2013-02-05fill up the directory hierarchy so that leaf files are not ignored ifchristos
2013-02-03fix man page.christos
2013-02-03add the ability to only output paths included in a spec file when creatingchristos
2012-12-20Typo fix.wiz
2012-12-20Add missing letter and use x.y versions for Fx/Nx.wiz
2012-12-20move flavor to misc.c because pax needs it.christos
2012-12-20joerg@: just use unsigned int pleasemlelstv
2012-12-20Implement the "flavor" output discussed in tech-userlevel@, by Brooks Davischristos
2012-12-15make us compatible with FreeBSD (for -n) (Brooks Davies)christos
2012-12-12- No mention of -t in the usage message or the manpage SYNOPSIS (Brooks Davis)christos
2012-12-12- No "j" in the getopt string. (Brooks Davis)christos
2012-12-12- two entries for rmd160digest in misc.c (Brooks Davis)christos
2012-12-12-n is incorrectly supressing the ".." lines. (Brooks Davis)christos
2012-10-07disable encoding of globbing characters for now.christos
2012-10-05Sync usage with man page.wiz
2012-10-05Fix typos; remove trailing whitespace; add missing options to SYNOPSIS.wiz
2012-10-05Fix typo in comment.wiz
2012-10-05Implement FreeBSD's "nochange" keyworld which causes the existance of achristos
2012-10-05Implement FreeBSD's "nochange" keyworld which causes the existance of achristos
2012-10-05Encode literal global characters in files. Otherwise the results ofchristos
2012-10-05NetBSD needs <time.h>christos
2012-10-05Implement FreeBSD's -f spec1 -f spec2 spec comparision function. Thischristos
2012-10-05Allow uid and uname or gid and gname to both be printed whilechristos
2012-10-05clarify seconds.09nanoseconds format (brooks)christos
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