summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2008-10-08Correct exit codes for extra files. PR 5072.Matthias Kilian
2008-06-13fix two smalls bugs wrt contination lines.Marc Espie
2008-05-17documentation tweaks.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2005-10-15no need to escape a double dot sequence (..);Jason McIntyre
2005-10-15sync the keywords list back into (alphabetical) order;Jason McIntyre
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
2004-12-30-c is required when generating initial specification;Jason McIntyre
2004-12-13more references to hier(7), from mickey;Jason McIntyre
2004-11-21Use the same ordering when verifying as with creating and replaceOtto Moerbeek
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-09ansiTheo de Raadt
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-05-02Mtree needs the old crc routines; remove some extraneous includes whileTodd C. Miller
2004-05-02Use MD5_DIGEST_STRING_LENGTHTodd C. Miller
2003-09-05-t missing in synopsisHenning Brauer
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-07-26Add missing "break" in -s case and make usage() explicitly take void.Todd C. Miller
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-16Bitwise AND was used where logical AND was intended; from mpech@Todd C. Miller
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-30one more strvis -> strnvis.Vincent Labrecque
2003-04-19string stuff, ok krw@Henning Brauer
2003-04-02fifo -> FIFOJason McIntyre
2003-02-07typos;Jason McIntyre
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