summaryrefslogtreecommitdiff
path: root/LibC/mman.cpp
AgeCommit message (Expand)Author
2019-05-19LibC: Add mmap_with_name() that names the allocation immediately.Andreas Kling
2019-04-08Kernel+LibC: Add stubs for POSIX shared memory API.Andreas Kling
2019-02-16LibC: mmap() should not interpret high addresses as errors, oops!Andreas Kling
2018-12-21Make syscall invocations look pleasant.Andreas Kling
2018-11-08Start working on memory-mapped files.Andreas Kling
2018-11-06Change syscall naming scheme.Andreas Kling
2018-10-28Add sys$set_mmap_name and use it from LibC's malloc.Andreas Kling
2018-10-25Implement errno in LibC.Andreas Kling
2018-10-24Add simplified mmap() and munmap() syscalls.Andreas Kling