summaryrefslogtreecommitdiff
path: root/Libraries/LibC/mman.cpp
AgeCommit message (Expand)Author
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
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-11Kernel: Use the Syscall string and buffer types moreAndreas Kling
2020-01-06Kernel: Pass name+length to mmap() and remove SmapDisablerAndreas Kling
2020-01-06Kernel: Pass name+length to set_mmap_name() and remove SmapDisablerAndreas Kling
2020-01-02Kernel: Remove broken implementation of Unix SHMAndreas Kling
2019-12-09Kernel: Start implementing purgeable memory supportAndreas Kling
2019-11-09LibC: Fix wrong syscall identifier for shm_unlink()Andreas Kling
2019-11-09LibC: shm_unlink() was making an unlink() syscall internallyAndreas Kling
2019-08-12Kernel+LibC+crash: Add mprotect() syscallAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling