summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSystem
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-23LibSystem: Add wrapper for fstat()Andreas Kling
2021-11-22LibSystem: Add ErrorOr<T> wrapper for sigaction() :^)Andreas Kling
2021-11-22AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failuresAndreas 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-07-25Kernel+LibSystem: Add a 4th syscall argumentAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-19CMake: Make libc.a self-containedItamar
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling