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