summaryrefslogtreecommitdiff
path: root/libc/src/sys
AgeCommit message (Expand)Author
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-10-09[libc] fix sysconf test for rv32 (#162685)Schrodinger ZHU Yifan
2025-10-08[libc] Refactor AUXV handling with new auxv.h header library (#162326)Schrodinger ZHU Yifan
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones
2025-08-26[libc][NFC] Clean up utimes and setsid (#155495)Michael Jones
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-20[libc] Fix epoll_create behavior when only epoll_create1 is available (#149713)Mikhail R. Gadelha
2025-07-19[libc] Fix utimes build when full_build=OFF (#149668)Mikhail R. Gadelha
2025-07-19[libc] Fix setitimer build when full_build=OFF (#149665)Mikhail R. Gadelha
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