summaryrefslogtreecommitdiff
path: root/src/mkdir.c
Commit message (Expand)AuthorAgeFilesLines
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-2/+2
* maint: fix const correctness warnings with security_context_tPádraig Brady2014-07-011-2/+2
* doc: clarify in --help that -Z doesn't take an argumentPádraig Brady2014-04-091-3/+6
* doc: clarify SMACK related --help and documentationChengwei Yang2014-01-171-1/+2
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady2013-12-051-4/+7
* selinux: adjust utils to run restorecon with -ZPádraig Brady2013-11-271-11/+75
* mkdir,mkfifo,mknod: give scontext-related variable a better scopeBernhard Voelker2013-07-021-5/+6
* maint: refactor SMACK interface to a separate modulePádraig Brady2013-07-021-7/+2
* mkdir,mkfifo,mknod: with -Z, create SMACK security contextJarkko Sakkinen2013-07-011-1/+16
* mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert2013-05-111-7/+18
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-36/+36
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* accommodate gnulib header removalsJim Meyering2008-10-191-1/+0
* doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering2008-06-281-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change)Daniel Dunbar2008-03-261-1/+1
* install, rmdir: write --verbose output to stdout, not to stderr.Ondřej Vašík2008-03-101-14/+2
* mkdir, split: write --verbose output to stdout, not stderr.Steven Schubiger2008-02-071-2/+15
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* mkdir: Accept new "-Z, --context=C" option.Jim Meyering2007-03-291-2/+16
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* * src/install.c (make_ancestor): New arg COMPONENT.Paul Eggert2006-10-071-13/+10
* Fix bug reported today by Mike Frysinger: mkdir -pv is logging thePaul Eggert2006-10-061-2/+6
* * NEWS: Document that mkdir -p and install -d now fork on occasion.Paul Eggert2006-09-161-19/+42
* Don't include dirname.h, since system.h does it now.Paul Eggert2006-09-031-1/+0
* (struct mkdir_options): New struct.Paul Eggert2006-07-171-57/+46
* Include lchmod.h.Paul Eggert2006-01-021-15/+7
* (main) Avoid a minor race condition when `-m MODE' is specified, by usingJim Meyering2005-12-191-2/+9
* (create_parents): Remove static var (now local to 'main').Paul Eggert2005-06-141-35/+16
* (main): Adjust to new make_dir_parents convention.Paul Eggert2005-06-141-6/+2
* tweak diagnostic wording: Use `... return to working directory', ratherJim Meyering2005-06-141-1/+1
* (main): When make_dir_parents changes the current workingJim Meyering2005-06-131-1/+16
* Don't use "path" or "filename".Paul Eggert2005-06-021-3/+3
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1