aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/sys
AgeCommit message (Expand)AuthorFilesLines
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel2-0/+266
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue3-18/+12
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh3-12/+18
2025-10-15libc: Introduce calls to sysconf to get page size.Peter Collingbourne5-8/+12
2025-10-06[libc] Simplify mman tests (#161748)Michael Jones5-38/+25
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones3-4/+5
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones5-14/+4
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov2-5/+5
2025-08-27[libc][NFC] Fix Implicit Conversion Warning in getrandom Test (#155732)Aiden Grossman1-2/+3
2025-07-20[libc] Fix epoll_create behavior when only epoll_create1 is available (#149713)Mikhail R. Gadelha1-3/+0
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