aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/mkdir.c
AgeCommit message (Expand)Author
2019-03-13Use defined constants for mkpathat.Hadrian Węgrzynowski
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-11-13mkdir: accept both --parent and --parents as synonyms for -p.Elliott Hughes
2018-08-26Convert more commands to the new option/GLOBALS code style.Rob Landley
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2015-07-01Improve -Z error reporting.Elliott Hughes
2015-05-28Attempt to fix the mkdir LSM race.Rob Landley
2015-05-21mkdir: Fix argument of option -ZJosé Bollo
2015-05-19Add -Z support to mkdir, based on a patch from Jose Bollo.Rob Landley
2014-06-02Help text should have a blank line after usage: lines, and a couple other whi...Rob Landley
2014-03-11Move mkpathat to lib, remove redundant function used by patch.Rob Landley
2014-03-11Factor out mkpathat.Rob Landley
2013-12-18Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ent...Rob Landley
2013-09-05Make chdir handle permissions according to posix, reported by Jacek Bukarewicz..Rob Landley
2013-01-02Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley
2012-12-23Minor tweaks.Rob Landley
2012-12-23Add -m option to mkdirFelix Janda
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley