summaryrefslogtreecommitdiff
path: root/Userland/mkdir.cpp
AgeCommit message (Collapse)Author
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
Added a /bin/mkdir that makes directories. How very neat :^) There are various limitations because of missing functionality.