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