Age | Commit message (Expand) | Author |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-08-11 | Stop down-converting to a timeval when comparing and setting times. | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-08-30 | fix SEE ALSO; | Jason McIntyre |
2019-08-30 | name these manual pages by the primary function, for instance there | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-16 | Add missing includes for setpassent() and setgroupent(). | Todd C. Miller |
2018-09-16 | Use user_from_uid(3), group_from_gid(3), uid_from_user(3) and | Todd C. Miller |
2017-09-25 | Mark error() as __dead so clang doesn't report | Kenneth R Westerback |
2016-08-16 | Nuke 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-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2015-12-21 | Remove NULL-checks before free(). | mmcc |
2015-12-20 | need to include err.h for err(). | Sebastian Benoit |
2015-12-19 | Add pledge(2). It is not currently possible to pledge -u and -U | tb |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-01-10 | do not list sha1 and sha256 in SEE ALSO, since md5 is already there, and | Jason McIntyre |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-04-16 | handle large time_t types; ok millert | Theo de Raadt |
2013-04-15 | do not need -static anymore | Theo de Raadt |
2012-07-23 | workaround: link this static for a release, because the upgrade script | Theo de Raadt |
2012-07-08 | Add support for the "sha256digest" keyword to create/compare | Christian Weisgerber |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2010-07-13 | no more rmd160(1); | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-01-09 | Fix wrong 'extern' declaration of crc_total in mtree's verify.c. | Stefan Sperling |
2008-10-08 | Correct exit codes for extra files. PR 5072. | Matthias Kilian |
2008-06-13 | fix two smalls bugs wrt contination lines. | Marc Espie |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-10-15 | no need to escape a double dot sequence (..); | Jason McIntyre |
2005-10-15 | sync the keywords list back into (alphabetical) order; | Jason McIntyre |
2005-08-10 | Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't | Todd C. Miller |
2004-12-30 | -c is required when generating initial specification; | Jason McIntyre |
2004-12-13 | more references to hier(7), from mickey; | Jason McIntyre |
2004-11-21 | Use the same ordering when verifying as with creating and replace | Otto Moerbeek |
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt |
2004-07-09 | ansi | Theo de Raadt |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-05-02 | Mtree needs the old crc routines; remove some extraneous includes while | Todd C. Miller |
2004-05-02 | Use MD5_DIGEST_STRING_LENGTH | Todd C. Miller |
2003-09-05 | -t missing in synopsis | Henning Brauer |
2003-09-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre |