Age | Commit message (Expand) | Author |
---|---|---|
2023-01-27 | AK: Remove StringBuilder::build() in favor of to_deprecated_string() | Linus Groh |
2022-12-11 | Kernel+LibC+Tests: Implement `pwritev(2)` | sin-ack |
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-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-02 | Kernel: Stop requiring working malloc for syscall.h includes | Patrick Meyer |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-07-14 | Tests: Fix compile errors on Clang | Daniel Bertalan |
2021-07-07 | Tests: Build all tests on x86_64 | Gunnar Beutner |
2021-05-19 | Tests: static vs non-static constexpr variables | Lenny Maiorani |
2021-05-14 | LibC: Move mman.h to sys/mman.h | Jean-Baptiste Boric |
2021-05-14 | Userland: Migrate from arc4random_uniform() to get_random_uniform() | Jean-Baptiste Boric |
2021-05-06 | Tests: Establish root Tests directory, move Userland/Tests there | Brian Gianforcaro |