Age | Commit message (Expand) | Author |
---|---|---|
2020-04-12 | Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO | Andreas Kling |
2020-02-16 | Kernel+LibC: Allow sys$mmap() callers to specify address alignment | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-07 | LibC: Add MAP_FILE for mmap() | Andreas Kling |
2020-01-02 | Kernel: Remove broken implementation of Unix SHM | Andreas Kling |
2019-12-18 | Kernel: Add MADV_GET_VOLATILE for checking the volatile flag | Andreas Kling |
2019-12-09 | Kernel: Start implementing purgeable memory support | Andreas Kling |
2019-11-17 | Kernel: Implement some basic stack pointer validation | Andreas Kling |
2019-08-12 | Kernel+LibC+crash: Add mprotect() syscall | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |