summaryrefslogtreecommitdiff
path: root/Kernel/API/POSIX/sys/mman.h
AgeCommit message (Expand)Author
2022-05-05Kernel: Add the remaining POSIX `MADV_*` constantsTim Schumacher
2021-12-23Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flagDaniel Bertalan
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-01LibC: Define the MADV_DONTNEED madvise advice macroIdan Horowitz
2021-12-01LibC: Make the madvise advice field a value instead of a bitfieldIdan Horowitz
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/mman.hAndreas Kling