aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/sys
AgeCommit message (Expand)AuthorFilesLines
2025-06-12[libc] Fix ioctl errno inclusion (#143928)Michael Jones2-2/+3
2025-06-12[libc] add ioctl (#141393)W. Turner Abney4-0/+96
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue4-15/+12
2025-06-10Disable prctl test when building for arm or riscv. (#143627)Amy Huang2-0/+7
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov39-172/+190
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan3-0/+129
2025-04-04[libc] Fix suseconds_t definition and utimes_test (#134326)Michael Jones2-8/+16
2025-04-03[libc] Make utimes_test more stable (#134321)Michael Jones1-2/+2
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul3-0/+112
2025-03-24[libc] Migrate sys/epoll tests to use ErrnoCheckingTest. (#132823)Alexey Samsonov7-15/+26
2025-03-19[libc] Migrate sys/socket tests to use ErrnoCheckingTest. (#132107)Alexey Samsonov7-122/+108
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue3-8/+10
2025-02-06[libc] implement `sys/uio/readv` (#124718)c8ef3-3/+72
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber4-6/+6
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan3-0/+45
2024-12-17[libc] Add unistd overlay (#119312)Tristan Ross1-3/+3
2024-12-05[libc] revert all process_mrelease changes (#118650)Schrodinger ZHU Yifan2-93/+0
2024-11-29[libc] always clean up child process to avoid hanging ninja (#118049)Schrodinger ZHU Yifan1-0/+2
2024-11-27[libc] skip test and return ENOSYS when processm_release unavailable (#117951)Schrodinger ZHU Yifan2-11/+8
2024-11-27[libc] (reland #117503) Implement process_mrelease (#117851)Omar Hossam2-0/+94
2024-11-26Revert "[libc] Implement process_mrelease." (#117807)lntue2-90/+0
2024-11-26[libc] Implement process_mrelease. (#117503)Omar Hossam2-0/+90
2024-11-12[libc] Make fstatvfs test less flakey (#115949)Michael Jones2-1/+9
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones3-7/+7
2024-11-06[libc] add mremap (#112804)Jingyu Qiu2-0/+83
2024-11-05[libc][NFC] Correct test header inclusion, license (#114604)Michael Jones4-4/+1
2024-10-31[libc] Remove asm-generic includes from tests (#114479)Michael Jones1-2/+0
2024-10-31[libc] Fix macro definition hermeticity (#114467)Michael Jones2-1/+2
2024-10-30[libc] Refactor statvfs tests (#114147)Michael Jones3-82/+80
2024-10-28[libc] Fix the remaining fcntl.h proxy header includes. (#113961)Job Henandez Lara1-1/+1
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara10-16/+16
2024-10-14[libc] Add Linux mman extension remap_file_pages. (#110307)Aly ElAshram2-0/+110
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara11-13/+7
2024-09-19[libc] Put bind back, fix gcc build (#109341)Michael Jones2-0/+69
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones6-59/+357
2024-07-21[libc] Fix statvfs test case when SYS_statfs64 is used (#99827)Mikhail R. Gadelha2-5/+17
2024-07-20[libc] Disable epoll_create fail test when SYS_epoll_create1 is used internal...Mikhail R. Gadelha1-0/+3
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek2-4/+6
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini2-6/+4
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek2-4/+6
2024-07-04[libc] Implement fcntl when only SYS_fcntl64 is available (#97740)Mikhail R. Gadelha2-3/+3
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones7-17/+281
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue3-44/+0
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen3-0/+44
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue1-1/+0
2024-03-25[libc] add statvfs/fstatvfs (#86169)Schrodinger ZHU Yifan5-0/+122
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan2-0/+97
2024-03-10[libc][mman] Implement msync (#84700)Schrodinger ZHU Yifan2-0/+89
2024-02-09[libc][NFC] Fix few warnings in tests. (#81262)lntue1-1/+0
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google17-50/+53