summaryrefslogtreecommitdiff
path: root/Libraries/LibC/mman.h
AgeCommit message (Expand)Author
2020-12-14Kernel: Support TLS allocation from userspaceItamar
2020-04-12Kernel+LibC: Add minherit() and MAP_INHERIT_ZEROAndreas Kling
2020-02-16Kernel+LibC: Allow sys$mmap() callers to specify address alignmentAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-07LibC: Add MAP_FILE for mmap()Andreas Kling
2020-01-02Kernel: Remove broken implementation of Unix SHMAndreas Kling
2019-12-18Kernel: Add MADV_GET_VOLATILE for checking the volatile flagAndreas Kling
2019-12-09Kernel: Start implementing purgeable memory supportAndreas Kling
2019-11-17Kernel: Implement some basic stack pointer validationAndreas Kling
2019-08-12Kernel+LibC+crash: Add mprotect() syscallAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling