Age | Commit message (Expand) | Author |
---|---|---|
2022-05-02 | Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option | Andrew Kaster |
2021-11-23 | LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore | Andreas Kling |
2021-11-23 | LibSystem: Add wrapper for fstat() | Andreas Kling |
2021-11-22 | LibSystem: Add ErrorOr<T> wrapper for sigaction() :^) | Andreas Kling |
2021-11-22 | AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures | Andreas Kling |
2021-11-22 | LibSystem: Disable stack protector in syscall wrappers on i686 | Andreas Kling |
2021-11-22 | LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void> | Andreas Kling |
2021-07-25 | Kernel+LibSystem: Add a 4th syscall argument | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-19 | CMake: Make libc.a self-contained | Itamar |
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |