summaryrefslogtreecommitdiff
path: root/Userland/Utilities/mktemp.cpp
AgeCommit message (Expand)Author
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-05-18LibC: Remove static from function local constexpr variableLenny Maiorani
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-28Userland: Add a simple mktemp(1) utilityIdan Horowitz