aboutsummaryrefslogtreecommitdiff
path: root/libc/spec/linux.td
AgeCommit message (Expand)AuthorFilesLines
2024-07-07[libc] add prctl func spec (#97971)Schrodinger ZHU Yifan1-1/+13
2024-06-21[libc] Added const modifier to SigSetPtrType (#96252)RoseZhang031-2/+2
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue1-18/+0
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen1-0/+18
2024-01-30[libc] implement mlock/mlock2/munlock/mlockall/munlockall (#79645)Schrodinger ZHU Yifan1-0/+9
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google1-0/+77
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google1-77/+0
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google1-0/+77
2024-01-24[libc] reland mincore (#79309)Schrodinger ZHU Yifan1-1/+14
2023-12-04[libc] Revert #73704 and subsequent fixes #73984, #74026 (#74355)Schrodinger ZHU Yifan1-14/+1
2023-11-30[libc][SysMMan] implement mincore (#73704)Schrodinger ZHU Yifan1-1/+14
2023-05-03[libc] add socket functionMichael Jones1-14/+0
2023-04-20[LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`Noah Goldstein1-0/+16
2023-02-23[libc] Introduce sys/socket.hJeff Bailey1-0/+14
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy1-2/+0
2022-10-20[libc][Obvious] Fix incomplete spec definition of sys/random.h.Siva Chandra Reddy1-1/+1
2022-10-12[libc] add headers sys/auxv sys/prctl and sys/timeMichael Jones1-0/+27
2022-10-10Implement `getrandom` function for linux targets.Schrodinger ZHU Yifan1-0/+23
2020-02-28[libc] Add ability to generate enum types/values to HdrGen.Siva Chandra Reddy1-9/+3
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet1-0/+45
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy1-0/+8
2019-12-09[libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy1-0/+66