summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/create.c
Commit message (Expand)AuthorAgeFilesLines
* Write timestamps with exactly 9 digits after the period.kientzle2009-01-311-1/+1
* Adds sha256 support. While it is a good idea to also add sha384 andtobez2005-03-291-0/+13
* Get rid of "lineno: 0" in error messages from create mode.phk2004-01-111-22/+34
* collect all "extern bla" stuff in extern.h in order to get cross-filephk2004-01-111-6/+0
* Do not emit comments when -n is specified.phk2004-01-081-5/+10
* Take advantage of the fact that we know the err(3) function does notphk2003-11-051-24/+14
* Fix bug in mtree(8)'s create mode where files or directories with hadphk2003-10-301-1/+1
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)phk2003-10-211-7/+3
* Remove "register" keywords.phk2003-10-211-20/+11
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
* - Align the function prototype of the external `crc' function withrobert2003-03-131-4/+4
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Get rid of %qd, and unbreak Alpha build.des2002-07-151-1/+3
* fixup for WARNS=4.alfred2002-07-111-5/+6
* de-__P()alfred2002-07-111-5/+4
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-16/+0
* Mark a static function as __printflike()kris2001-07-051-1/+1
* Make the output of mtree(8) more systematic and machine readable.phk2000-10-031-5/+7
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-6/+12
* Give mtree the ability to exclude files and directories from its traversal.wollman2000-05-121-0/+4
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-2/+2
* Added support for file flags, mostly merged from the NetBSD version.joe1999-12-091-5/+35
* -Wall fixes.billf1999-09-271-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. Makewollman1999-02-261-5/+39
* Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters.jkoshy1999-01-181-2/+2
* Teach mtree(8) to handle whitespace in filenames. Uses strvis(3).jkoshy1999-01-121-3/+12
* Fixed printf format errors.bde1998-08-021-3/+3
* Create a new flag, "nochange", which will specify that a directory ispeter1998-06-051-2/+2
* Use err(3) instead of local redefinition.charnier1997-10-011-19/+29
* ts_sec -> tv_secnate1996-09-201-2/+2
* Report `fts_errno' instead of `errno' when the former applies.bde1995-07-241-2/+2
* Fix to match new MD5 api, faster.phk1995-07-121-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* mtree * MD5 = better securitywollman1995-02-101-0/+11
* My optimization to eliminate /set records was a little too aggressive, itrgrimes1994-09-191-2/+5
* 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-181-79/+119
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+290
OpenPOWER on IntegriCloud