Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley | |
2012-03-07 | Fix mkdir -p to accept paths that already exist, and detect path ending in a ↵ | Rob Landley | |
file. | |||
2012-03-05 | mkdir cleanups: Let umask do its thing at the syscall level, have mode be a ↵ | Rob Landley | |
global to prepare for -m, use do_blah name loopfiles() usually calls, one less redundant mkdir() call, go ahead and modify writeable args instead of strdup(), return before restoring / so error message is better, use perror_msg(). | |||
2012-03-05 | Add mkdir. | Georgi Chorbadzhiyski | |