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