summaryrefslogtreecommitdiff
path: root/LibC/mman.h
AgeCommit message (Expand)Author
2019-04-08Kernel+LibC: Add stubs for POSIX shared memory API.Andreas Kling
2018-11-08Support basic mmap'ing of a file!Andreas Kling
2018-11-08Start working on memory-mapped files.Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling
2018-10-28Add sys$set_mmap_name and use it from LibC's malloc.Andreas Kling
2018-10-24Add simplified mmap() and munmap() syscalls.Andreas Kling