summaryrefslogtreecommitdiff
path: root/Userland/mkdir.cpp
AgeCommit message (Expand)Author
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-04-28mkdir: Add -p option to create parent directoriesLinus Groh
2020-04-28mkdir: Use ArgParser, support creating multiple directoriesLinus Groh
2020-02-18mkdir: Use pledge()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling