summaryrefslogtreecommitdiffstats
path: root/commands/mkdir.c
Commit message (Expand)AuthorAgeFilesLines
* move make_directory declaration to libfile.hSascha Hauer2016-04-151-0/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-4/+8
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* mkdir command: do not fail with -p and directory already existsSascha Hauer2011-11-091-2/+5
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* call getopt_reset only onceSascha Hauer2009-10-191-2/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* implement mkdir -p #2Sascha Hauer2007-09-271-6/+24
* - change function declarations for better standard conformity:Sascha Hauer2007-09-241-1/+1
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
* svn_rev_706Sascha Hauer2007-07-051-0/+22
* svn_rev_653Sascha Hauer2007-07-051-0/+35