summaryrefslogtreecommitdiff
path: root/libc/test/src/sys/mman/linux/mlock_test.cpp
AgeCommit message (Expand)Author
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-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-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