aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[libc] implement prctl (#74386)Schrodinger ZHU Yifan1-2/+0
2023-02-23[libc] Introduce sys/socket.hJeff Bailey1-0/+18
2022-10-25[libc] Add the header sys/types.h.Siva Chandra Reddy1-0/+16
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy1-0/+18
2022-10-12[libc] add headers sys/auxv sys/prctl and sys/timeMichael Jones3-0/+60
2022-10-10[libc] add isattyMichael Jones1-0/+18
2022-10-10Implement `getrandom` function for linux targets.Schrodinger ZHU Yifan1-0/+18
2022-10-04[libc] Add a minimal implementation of the POSIX fork function.Siva Chandra Reddy1-0/+18
2022-09-23[libc] move sys/mman macros to /includeMichael Jones1-0/+2
2022-09-16[libc] Add implementation of POSIX "uname" function.Siva Chandra Reddy1-0/+16
2022-09-16[libc] Add implementation of POSIX setrlimit and getrlimit functions.Siva Chandra Reddy1-0/+18
2022-08-26[libc] Add Linux implementation of GNU extension function sendfile.Siva Chandra Reddy1-0/+16
2022-08-22[libc][Obvious] Move some macros definitions to sys/stat.h.Siva Chandra Reddy1-0/+2
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy1-0/+16
2021-11-19[libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy2-0/+10
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth2-2/+2
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2-0/+23