summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibC+LibPthread: Implement pthread_rwlock_*AnotherTest
2021-02-15LibC+LibPthread: Stub out pthread_rwlock_* functionsAnotherTest
2021-02-15Kernel+LibC: Implement readvAnotherTest
2021-02-15Kernel+LibC: Stub out SO_{SND_RCV}BUFAnotherTest
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-30Kernel: Add FIBMAP ioctl to Ext2FileSystemPeter Elliott
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-17Kernel: Some futex improvementsTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling