summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2002-11-18fix typos; Jon BernardTodd C. Miller
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
2002-04-04Remove short-lived 'preserve' option that was replaced with 'nochange'.Todd C. Miller
2002-03-14We also need to vis-encode the path contained in a symbolic link.Todd C. Miller
2002-03-14kill more registers.Mike Pechkin
2002-03-09Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD.Todd C. Miller
2002-03-09Escape whitespace and encode special chars with vis(3); from FreeBSDTodd C. Miller
2002-03-04Add a 'preserve' flag to tell mtree not to change the attributes ofTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-10-01add -l flag - do loose permissions checks, in which more stringent permissionsJakob Schlyter
2001-08-10pass -WallTodd C. Miller
2001-08-10Add file flag support to mtree from henning@crackinghacking.deTodd C. Miller
2001-04-18We're talking about SHA1 here, not MD5; d.doroshenko@omnitel.netAaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-15Repair mdoc botch.Aaron Campbell
2000-01-20getcwd() does not stuff an error string in buf on error, call strerror()Todd C. Miller
2000-01-14typo; rogoyski@cs.utexas.eduTheo de Raadt
1999-07-04more macro conversionAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-01-24-q was not in usage()Bruno Rohee
1998-12-28use getcwd(3)Theo de Raadt
1998-09-24The return value of setmode(3) is a pointer to malloc()'ed area andTodd C. Miller
1998-08-20add -q flag to silent messages of the type:Marco S Hyman
1998-05-18readlink len-1Theo de Raadt
1997-11-05u_short keys --> u_int keysflipk
1997-09-21$OpenBSD$Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-18err() -> error() so we don't conflict with err(3).Todd C. Miller
1997-07-18Add rmd160 support. Sheesh, you'd think this was tripwire.Todd C. Miller
1997-07-12Add sha1 digest support.Todd C. Miller
1997-04-0616 bit uids suckTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-03From NetBSD:Todd C. Miller
1996-12-20Add back "optional" keyword that got nuked in merge of FreeBSD mods.Todd C. Miller
1996-12-10but -Wall is not neededTheo de Raadt
1996-12-10merge freebsd mtree diffs, plus -Wall cleanupTheo de Raadt
1996-12-0864-bit clean + RCS tagsNiklas Hallqvist
1996-03-02timespec members are now named tv_{,u}secThorsten Lockert
1995-12-14from netbsd: add () in an expression even though it is not really neededTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt