summaryrefslogtreecommitdiff
path: root/libc/test/src/sys/mman
AgeCommit message (Expand)Author
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-10-15libc: Introduce calls to sysconf to get page size.Peter Collingbourne
2025-10-06[libc] Simplify mman tests (#161748)Michael Jones
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov
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-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-14[libc] Add Linux mman extension remap_file_pages. (#110307)Aly ElAshram
2024-07-04[libc] Implement fcntl when only SYS_fcntl64 is available (#97740)Mikhail R. Gadelha
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-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue
2024-01-30[libc] disable mlockall w/ MCL_ONFAULT (#80075)Nick Desaulniers
2024-01-30[libc] implement mlock/mlock2/munlock/mlockall/munlockall (#79645)Schrodinger ZHU Yifan
2024-01-24[libc] remove unstable mincore test for invalid vec (#79348)Schrodinger ZHU Yifan
2024-01-24[libc] reland mincore (#79309)Schrodinger ZHU Yifan
2023-12-04[libc] Revert #73704 and subsequent fixes #73984, #74026 (#74355)Schrodinger ZHU Yifan
2023-11-30[libc] remove fragile test from mincore (#74026)Schrodinger ZHU Yifan
2023-11-30[libc][mincore] use correct page_size for test (#73984)Schrodinger ZHU Yifan
2023-11-30[libc][SysMMan] implement mincore (#73704)Schrodinger ZHU Yifan
2023-11-03[libc] Cleanup ErrnoSetterMatcher target (#71240)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-03-13[libc][NFC] Switch mman.h tests to libc_errno and update Bazel build.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-11-15[libc] disable flakey testsMichael Jones
2022-09-23[libc][obvious] disable mprotect test under sanitizersMichael Jones
2022-09-23[libc] add madvise and posix_madviseMichael Jones
2022-09-23[libc] add mprotectMichael Jones
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2022-01-11[libc][NFC] Move sys/mman entrypoints to the default build configs.Siva Chandra Reddy
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-03-07[libc] [NFC] Use matchers in testsAlex Brachet
2020-01-24[libc] Move the implementation of mmap and munmap into a linux specific area.Siva Chandra Reddy
2020-01-17[libc] Replace the use of gtest with a new light weight unittest framework.Siva Chandra Reddy