summaryrefslogtreecommitdiff
path: root/libc/test/src/sys
AgeCommit message (Expand)Author
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-06-10Disable prctl test when building for arm or riscv. (#143627)Amy Huang
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan
2025-04-04[libc] Fix suseconds_t definition and utimes_test (#134326)Michael Jones
2025-04-03[libc] Make utimes_test more stable (#134321)Michael Jones
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul
2025-03-24[libc] Migrate sys/epoll tests to use ErrnoCheckingTest. (#132823)Alexey Samsonov
2025-03-19[libc] Migrate sys/socket tests to use ErrnoCheckingTest. (#132107)Alexey Samsonov
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-06[libc] implement `sys/uio/readv` (#124718)c8ef
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan
2024-12-17[libc] Add unistd overlay (#119312)Tristan Ross
2024-12-05[libc] revert all process_mrelease changes (#118650)Schrodinger ZHU Yifan
2024-11-29[libc] always clean up child process to avoid hanging ninja (#118049)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-12[libc] Make fstatvfs test less flakey (#115949)Michael Jones
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones
2024-11-06[libc] add mremap (#112804)Jingyu Qiu
2024-11-05[libc][NFC] Correct test header inclusion, license (#114604)Michael Jones
2024-10-31[libc] Remove asm-generic includes from tests (#114479)Michael Jones
2024-10-31[libc] Fix macro definition hermeticity (#114467)Michael Jones
2024-10-30[libc] Refactor statvfs tests (#114147)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-05[libc] remove errno.h includes (#110934)Job Henandez Lara
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-07-21[libc] Fix statvfs test case when SYS_statfs64 is used (#99827)Mikhail R. Gadelha
2024-07-20[libc] Disable epoll_create fail test when SYS_epoll_create1 is used internal...Mikhail R. Gadelha
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-04[libc] Implement fcntl when only SYS_fcntl64 is available (#97740)Mikhail R. Gadelha
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-25[libc] add statvfs/fstatvfs (#86169)Schrodinger ZHU Yifan
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan
2024-03-10[libc][mman] Implement msync (#84700)Schrodinger ZHU Yifan
2024-02-09[libc][NFC] Fix few warnings in tests. (#81262)lntue
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google