summaryrefslogtreecommitdiff
path: root/libc/src/sys
AgeCommit message (Expand)Author
2025-06-18[libc] Internal getrandom implementation (#144427)sribee8
2025-06-13[libc][NFC] clean internal fd handling (#143991)Michael Jones
2025-06-12[libc] Fix ioctl errno inclusion (#143928)Michael Jones
2025-06-12[libc] add ioctl (#141393)W. Turner Abney
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-05-16[libc] Enable setitimer and getitimer functions on riscv (#139182)Mikhail R. Gadelha
2025-05-13[libc] Enable utimes function for riscv (#139181)Mikhail R. Gadelha
2025-05-05[libc] Swap order of syscall on chmod (#138427)Mikhail R. Gadelha
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan
2025-04-04[libc][NFC] replace NULL with nullptr (#134464)Michael Jones
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul
2025-02-06[libc] implement `sys/uio/readv` (#124718)c8ef
2025-02-05[libc][wait] add comment about __W_CONTINUED value (#125934)Nick Desaulniers
2025-02-05[libc][wait] hard code __W_CONTINUED for SYS_waitid fallback (#125929)Nick Desaulniers
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan
2024-12-05[libc] revert all process_mrelease changes (#118650)Schrodinger ZHU Yifan
2024-11-27[libc] skip test and return ENOSYS when processm_release unavailable (#117951)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-22[libc] Fix unpoisoning for recvfrom (#117366)Michael Jones
2024-11-06[libc] add mremap (#112804)Jingyu Qiu
2024-11-05[libc] Fix sendmsg iovec unpoisoning (#115057)Michael Jones
2024-10-28[libc] Fix the remaining fcntl.h proxy header includes. (#113961)Job Henandez Lara
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara
2024-10-14[libc] Add Linux mman extension remap_file_pages. (#110307)Aly ElAshram
2024-10-03[libc] Small recvfrom fixes (yaml, unpoison) (#111020)Michael Jones
2024-10-03[libc] Fix send and recv functions (#110936)Michael Jones
2024-09-24[libc] Add MSAN unpoison annotations to recv funcs (#109844)Michael Jones
2024-09-19[libc] Put bind back, fix gcc build (#109341)Michael Jones
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones
2024-09-11[libc] implement vdso (#91572)Schrodinger ZHU Yifan
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber
2024-07-22[libc] Disable epoll_pwait2 for now. (#99967)Michael Jones
2024-07-20[libc] Implement pwait2 using pwait (#99781)Mikhail R. Gadelha
2024-07-20[libc] Added static casts to fix implicit conversion warnings in 32-bit systemsMikhail R. Gadelha
2024-07-19[libc] Fix headers for statvfs implementationJoseph Huber
2024-07-18[libc] Removed __LIBC_CONST_ATTR attribute and updated math.yaml with the new...RoseZhang03
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-08[libc] Fix statfs_to_statvfs conversion function on rv32 (#98098)Mikhail R. Gadelha
2024-07-08[libc][NFC] Adjust use of off_t internally (#68269)Mikhail R. Gadelha
2024-07-07[libc] implement pathconf/fpathconf (#87165)Nhat Nguyen
2024-06-05[libc] Unpoison epoll structs (#94536)Michael Jones
2024-04-23[libc] adding linux SYS_fchmodat2 syscall. (#89819)David CARLIER
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen