summaryrefslogtreecommitdiff
path: root/libc/src/sys/CMakeLists.txt
AgeCommit message (Expand)Author
2025-06-12[libc] add ioctl (#141393)W. Turner Abney
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen
2024-03-25[libc] add statvfs/fstatvfs (#86169)Schrodinger ZHU Yifan
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google
2024-01-22[libc] implement sys/getauxval (#78493)Schrodinger ZHU Yifan
2023-12-05[libc] implement prctl (#74386)Schrodinger ZHU Yifan
2023-05-03[libc] add socket functionMichael Jones
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy
2022-10-10Implement `getrandom` function for linux targets.Schrodinger ZHU Yifan
2022-10-04[libc] Add a minimal implementation of the POSIX fork function.Siva Chandra Reddy
2022-09-16[libc] Add implementation of POSIX "uname" function.Siva Chandra Reddy
2022-09-16[libc] Add implementation of POSIX setrlimit and getrlimit functions.Siva Chandra Reddy
2022-08-26[libc] Add Linux implementation of GNU extension function sendfile.Siva Chandra Reddy
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy