index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
mkdir.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-01
mkdir: Use FilePermissionsMask to handle mode option
Xavier Defrang
2021-12-21
chmod+mkdir: Use convert_to_uint_from_octal
Xavier Defrang
2021-12-21
mkdir: Implement --mode option
Xavier Defrang
2021-12-21
mkdir: Use LibMain
Xavier Defrang
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling