aboutsummaryrefslogtreecommitdiffstats
path: root/toys/posix/mkdir.c
Commit message (Expand)AuthorAgeFilesLines
* Improve -Z error reporting.Elliott Hughes2015-07-011-1/+1
* Attempt to fix the mkdir LSM race.Rob Landley2015-05-281-7/+3
* mkdir: Fix argument of option -ZJosé Bollo2015-05-211-1/+1
* Add -Z support to mkdir, based on a patch from Jose Bollo.Rob Landley2015-05-191-2/+19
* Help text should have a blank line after usage: lines, and a couple other whi...Rob Landley2014-06-021-0/+1
* Move mkpathat to lib, remove redundant function used by patch.Rob Landley2014-03-111-49/+0
* Factor out mkpathat.Rob Landley2014-03-111-17/+30
* Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ent...Rob Landley2013-12-181-6/+9
* Make chdir handle permissions according to posix, reported by Jacek Bukarewicz..Rob Landley2013-09-051-4/+5
* Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley2013-01-021-6/+1
* Minor tweaks.Rob Landley2012-12-231-7/+4
* Add -m option to mkdirFelix Janda2012-12-231-6/+14
* Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley2012-11-131-40/+38
* New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley2012-10-081-3/+2
* Regularize command headers, update links to standards documents.Rob Landley2012-08-251-1/+1
* Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley2012-08-251-0/+76