summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2018-12-13Use \(en.wiz
2018-12-13Fix naming inconsistency; PR 53769 from silas.dholland
2018-11-18Adjust test, we only want to return the structure member if the result is not...sevan
2017-12-31factor out common code from Poul-Henning Kamp.christos
2017-12-14use uintmax_t for nlink_t from FreeBSDchristos
2017-09-07Don't modify strings stored in hash, otherwise filling up ofnakayama
2017-02-22Fix typo.abhinav
2015-01-23fix tools build.christos
2015-01-23Pull into this year.wiz
2015-01-23attempt to reset file flags when -rrchristos
2015-01-07st_nlink on Linux is not int, so add an explicit cast.joerg
2014-10-27fix pasto; thanks John-Mark Gurney...christos
2014-04-24Pass a file pointer to write data instead of writing to stdout.christos
2014-03-31say why we can't use the password or the group databases.christos
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