summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSystem/CMakeLists.txt
AgeCommit message (Expand)Author
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22LibSystem: Disable stack protector in syscall wrappers on i686Andreas Kling
2021-11-22LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void>Andreas Kling
2021-03-19CMake: Make libc.a self-containedItamar
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling