summaryrefslogtreecommitdiff
path: root/Tests/Kernel/fuzz-syscalls.cpp
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-11Kernel+LibC+Tests: Implement `pwritev(2)`sin-ack
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-07-07Tests: Build all tests on x86_64Gunnar Beutner
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro