summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* string stuff, ok krw@henning2003-04-192-13/+18
* fifo -> FIFOjmc2003-04-021-2/+2
* typos;jmc2003-02-071-5/+7
* fix typos; Jon Bernardmillert2002-11-181-4/+4
* Add missing includes, breaks and semicolons to appease gcc3; David Krausemillert2002-09-231-2/+3
* Remove short-lived 'preserve' option that was replaced with 'nochange'.millert2002-04-041-2/+1
* We also need to vis-encode the path contained in a symbolic link.millert2002-03-142-8/+20
* kill more registers.mpech2002-03-144-30/+30
* Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD.millert2002-03-094-10/+11
* Escape whitespace and encode special chars with vis(3); from FreeBSDmillert2002-03-092-7/+21
* Add a 'preserve' flag to tell mtree not to change the attributes ofmillert2002-03-044-26/+31
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-192-37/+7
* 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-167-32/+32
* add -l flag - do loose permissions checks, in which more stringent permissionsjakob2001-10-013-10/+49
* pass -Wallmillert2001-08-105-20/+24
* Add file flag support to mtree from henning@crackinghacking.demillert2001-08-106-12/+90
* We're talking about SHA1 here, not MD5; d.doroshenko@omnitel.netaaron2001-04-181-2/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-6/+8
* Repair mdoc botch.aaron2000-03-151-2/+2
* getcwd() does not stuff an error string in buf on error, call strerror()millert2000-01-201-3/+3
* typo; rogoyski@cs.utexas.eduderaadt2000-01-141-2/+1
* more macro conversionaaron1999-07-041-2/+2
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-23/+43
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-2/+2
* -q was not in usage()rohee1999-01-241-3/+3
* use getcwd(3)deraadt1998-12-281-3/+3
* The return value of setmode(3) is a pointer to malloc()'ed area andmillert1998-09-241-2/+3
* add -q flag to silent messages of the type:marc1998-08-203-11/+27
* readlink len-1deraadt1998-05-181-3/+3
* u_short keys --> u_int keysflipk1997-11-051-3/+3
* $OpenBSD$deraadt1997-09-211-3/+1
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-252-9/+9
* err() -> error() so we don't conflict with err(3).millert1997-07-187-53/+53
* Add rmd160 support. Sheesh, you'd think this was tripwire.millert1997-07-187-30/+69
* Add sha1 digest support.millert1997-07-126-26/+61
* 16 bit uids suckderaadt1997-04-061-3/+8
* r?index -> strr?chrmillert1997-01-171-4/+4
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* From NetBSD:millert1997-01-036-32/+56
* Add back "optional" keyword that got nuked in merge of FreeBSD mods.millert1996-12-205-24/+31
* but -Wall is not neededderaadt1996-12-101-2/+1
* merge freebsd mtree diffs, plus -Wall cleanupderaadt1996-12-109-160/+284
* 64-bit clean + RCS tagsniklas1996-12-089-16/+24
* timespec members are now named tv_{,u}sectholo1996-03-023-8/+11
* from netbsd: add () in an expression even though it is not really neededderaadt1995-12-141-4/+4
* initial import of NetBSD treederaadt1995-10-1810-0/+1750