summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/create.c
AgeCommit message (Expand)Author
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
2014-04-24Pass a file pointer to write data instead of writing to stdout.christos
2013-10-17Our <sys/param.h> ends up calling header files that define intmax_t. Thischristos
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-02-03add the ability to only output paths included in a spec file when creatingchristos
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-n is incorrectly supressing the ".." lines. (Brooks Davis)christos
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 -n flag to disable comments (brook)christos
2012-10-05our fts compare routine is less constified.christos
2012-10-05more constchristos
2012-07-15resource leak (Coverity issues 274383 and 274384)spz
2009-04-03Make "mtree -C" sort its output.apb
2009-02-01When {MD5,RMD160,SHA1,SHA256_,SHA384_,SHA512_}File fail, use errnohubertf
2008-12-28fix dev_t formats.christos
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
2006-10-30kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks tochristos
2005-09-24Use crypto/rmd160.h.elad
2005-09-02Use MAXHASHLEN here too.elad
2005-08-24Add SHA2 support in mtree.elad
2004-12-01strsvis(3) encode & decode the "link=" value (symlink target).lukem
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-12-23Add -C, which dumps the specification with the full path name first,lukem
2002-11-29avoid non-constant initializer errors by changing hack to workaroundgrant
2002-08-08Remove extraneous \n's in {err,warn}{,x} that used to be printfs.soren
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-29Add hooks to make mtree compilable from src/tools.tv
2001-11-10provide the ability to remove support for generating or checking variouslukem
2001-11-07User interface changes from (or inspired by) FreeBSD:lukem
2001-10-22- enforce the top-most entry must be "." and must be a directory; avoidslukem
2001-10-18complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue)lukem
2001-10-18make this mostly WARNS=2 safelukem
2001-10-09Add "device" keyword, which allows the device number to be specified,lukem
2001-10-04features:lukem
2001-10-01- implement -D - dump the specfile out in a manner that's parseablelukem
2001-03-09ANSIfy, KNF, in preperation for more work.simonb
2001-02-20Remove all the "#ifdef __APPLE__" code, to make this actuallyhubertf
2000-10-15LP64 format string cleanup. Problem reported by garbled.is