summaryrefslogtreecommitdiff
path: root/libc/include/sys
AgeCommit message (Expand)Author
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
2025-08-17[libc] Setup hdrgen for ioctl (#153976)Aiden Grossman
2025-07-18[libc] Remove trivial .h.def files (#149466)Roland McGrath
2025-05-13[libc] Enable utimes function for riscv (#139181)Mikhail R. Gadelha
2025-05-13[libc] Enable poll function for riscv (#139180)Mikhail R. Gadelha
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul
2025-02-06[libc] implement `sys/uio/readv` (#124718)c8ef
2025-01-28[libc] clean up duplicated includes in generated headers (#124524)Alex Prabhat Bara
2025-01-29[libc] Revise the definition of `{get, set}rlimit`. (#124701)c8ef
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-15[libc] implement unistd/getentropy (#122692)Schrodinger ZHU Yifan
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan
2025-01-07[libc] Revamp hdrgen command line and build integration (#121522)Roland McGrath
2025-01-01[libc] Move hdrgen yaml files into include/ (#121443)Roland McGrath
2024-12-05[libc] revert all process_mrelease changes (#118650)Schrodinger ZHU Yifan
2024-11-27[libc] (reland #117503) Implement process_mrelease (#117851)Omar Hossam
2024-11-26Revert "[libc] Implement process_mrelease." (#117807)lntue
2024-11-26[libc] Implement process_mrelease. (#117503)Omar Hossam
2024-11-01[libc] Use relative inclusion for public headers. (#114324)lntue
2024-06-28[libc] remove include_file headergen usage (#96970)Michael Jones
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones
2024-03-25[libc] add statvfs/fstatvfs (#86169)Schrodinger ZHU Yifan
2024-03-22[libc] fix up the use of angle includes in include/ (#86027)Nick Desaulniers
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
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-18[libc] Provide sys/queue.h (#78081)Petr Hosek
2023-12-05[libc] implement prctl (#74386)Schrodinger ZHU Yifan
2023-02-23[libc] Introduce sys/socket.hJeff Bailey
2022-10-25[libc] Add the header sys/types.h.Siva Chandra Reddy
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy
2022-10-12[libc] add headers sys/auxv sys/prctl and sys/timeMichael Jones
2022-10-10[libc] add isattyMichael Jones
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-23[libc] move sys/mman macros to /includeMichael Jones
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-08-22[libc][Obvious] Move some macros definitions to sys/stat.h.Siva Chandra Reddy
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy
2021-11-19[libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy