summaryrefslogtreecommitdiff
path: root/Userland/Utilities/mkdir.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-01mkdir: Use FilePermissionsMask to handle mode optionXavier Defrang
2021-12-21chmod+mkdir: Use convert_to_uint_from_octalXavier Defrang
2021-12-21mkdir: Implement --mode optionXavier Defrang
2021-12-21mkdir: Use LibMainXavier Defrang
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling