summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/create.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andmillert2018-09-161-14/+14
* Nuke a bunch of whitespace nits seen while '%q' hunting.krw2016-08-161-3/+2
* %qd -> %lld + (long long) for off_t's.krw2016-08-141-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+2
* handle large time_t types; ok millertderaadt2013-04-161-3/+3
* Add support for the "sha256digest" keyword to create/comparenaddy2012-07-081-2/+12
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tmillert2005-08-101-5/+7
* Use the same ordering when verifying as with creating and replaceotto2004-11-211-6/+5
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-011-13/+5
* ansideraadt2004-07-091-3/+3
* Use MD5_DIGEST_STRING_LENGTHmillert2004-05-021-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* one more strvis -> strnvis.vincent2003-04-301-6/+9
* We also need to vis-encode the path contained in a symbolic link.millert2002-03-141-5/+12
* kill more registers.mpech2002-03-141-8/+8
* Escape whitespace and encode special chars with vis(3); from FreeBSDmillert2002-03-091-4/+13
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-20/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* pass -Wallmillert2001-08-101-5/+7
* Add file flag support to mtree from henning@crackinghacking.demillert2001-08-101-2/+14
* u_short keys --> u_int keysflipk1997-11-051-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-5/+5
* err() -> error() so we don't conflict with err(3).millert1997-07-181-12/+12
* Add rmd160 support. Sheesh, you'd think this was tripwire.millert1997-07-181-2/+12
* Add sha1 digest support.millert1997-07-121-5/+14
* 16 bit uids suckderaadt1997-04-061-3/+8
* From NetBSD:millert1997-01-031-4/+4
* merge freebsd mtree diffs, plus -Wall cleanupderaadt1996-12-101-80/+133
* 64-bit clean + RCS tagsniklas1996-12-081-5/+6
* timespec members are now named tv_{,u}sectholo1996-03-021-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+296