summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-08-30fix SEE ALSO;Jason McIntyre
2019-08-30name these manual pages by the primary function, for instance thereTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-09-16Add missing includes for setpassent() and setgroupent().Todd C. Miller
2018-09-16Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andTodd C. Miller
2017-09-25Mark error() as __dead so clang doesn't reportKenneth R Westerback
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-14%qd -> %lld + (long long) for off_t's.Kenneth R Westerback
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2015-12-21Remove NULL-checks before free().mmcc
2015-12-20need to include err.h for err().Sebastian Benoit
2015-12-19Add pledge(2). It is not currently possible to pledge -u and -Utb
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-01-10do not list sha1 and sha256 in SEE ALSO, since md5 is already there, andJason McIntyre
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-04-16handle large time_t types; ok millertTheo de Raadt
2013-04-15do not need -static anymoreTheo de Raadt
2012-07-23workaround: link this static for a release, because the upgrade scriptTheo de Raadt
2012-07-08Add support for the "sha256digest" keyword to create/compareChristian Weisgerber
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-07-13no more rmd160(1);Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-01-09Fix wrong 'extern' declaration of crc_total in mtree's verify.c.Stefan Sperling
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