| Age | Commit message (Expand) | Author | Lines |
| 2016-11-28 | install,mkdir: fix handling of -DZ and -pZ, respectively | Kamil Dudka | -1/+1 |
| 2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | -5/+6 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady | -4/+4 |
| 2015-05-23 | mkdir: fix -pZ with existing parent directories | Pádraig Brady | -14/+3 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady | -1/+1 |
| 2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert | -2/+2 |
| 2014-07-01 | maint: fix const correctness warnings with security_context_t | Pádraig Brady | -2/+2 |
| 2014-04-09 | doc: clarify in --help that -Z doesn't take an argument | Pádraig Brady | -3/+6 |
| 2014-01-17 | doc: clarify SMACK related --help and documentation | Chengwei Yang | -1/+2 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -1/+1 |
| 2013-12-05 | selinux: fix --context=CTX for cp and diagnose defaultcon() errors | Pádraig Brady | -4/+7 |
| 2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady | -11/+75 |
| 2013-07-02 | mkdir,mkfifo,mknod: give scontext-related variable a better scope | Bernhard Voelker | -5/+6 |
| 2013-07-02 | maint: refactor SMACK interface to a separate module | Pádraig Brady | -7/+2 |
| 2013-07-01 | mkdir,mkfifo,mknod: with -Z, create SMACK security context | Jarkko Sakkinen | -1/+16 |
| 2013-05-11 | mkdir: don't assume umask equals POSIX default ACL mask | Paul Eggert | -7/+18 |
| 2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker | -4/+3 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -1/+1 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -36/+36 |
| 2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | -1/+1 |
| 2008-10-19 | accommodate gnulib header removals | Jim Meyering | -1/+0 |
| 2008-06-28 | doc: add "..." to Usage, to indicate there may be multiple OPTIONs | Jim Meyering | -1/+1 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-05-26 | convert single-author programs to use proper_name | Jim Meyering | -1/+1 |
| 2008-03-26 | mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change) | Daniel Dunbar | -1/+1 |
| 2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík | -14/+2 |
| 2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger | -2/+15 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-03-29 | mkdir: Accept new "-Z, --context=C" option. | Jim Meyering | -2/+16 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -1/+1 |
| 2006-10-07 | * src/install.c (make_ancestor): New arg COMPONENT. | Paul Eggert | -13/+10 |
| 2006-10-06 | Fix bug reported today by Mike Frysinger: mkdir -pv is logging the | Paul Eggert | -2/+6 |
| 2006-09-16 | * NEWS: Document that mkdir -p and install -d now fork on occasion. | Paul Eggert | -19/+42 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -1/+0 |
| 2006-07-17 | (struct mkdir_options): New struct. | Paul Eggert | -57/+46 |
| 2006-01-02 | Include lchmod.h. | Paul Eggert | -15/+7 |
| 2005-12-19 | (main) Avoid a minor race condition when `-m MODE' is specified, by using | Jim Meyering | -2/+9 |