summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/mman.cpp
AgeCommit message (Expand)Author
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-23Kernel+UE+LibC: Store address as void* in SC_m{re,}map_paramsDaniel Bertalan
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-22LibC: Stub out munlock()Idan Horowitz
2021-12-21LibC: Add POSIX spec comments for memory management APIsBrian Gianforcaro
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-08-08LibC: Fix negation overflow UB in `sys/mman.cpp`Daniel Bertalan
2021-07-30LibC: Stub mlock in sys/mmanLuke
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric