Age | Commit message (Expand) | Author |
---|---|---|
2020-02-02 | LibC: Allow opting into malloc() and free() performance event logging | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-03 | Lib: Remove Stopwatch class | Andreas Kling |
2020-01-02 | LibC+Userland: Add a proper syscall wrapper for purge() | Andreas Kling |
2019-12-30 | Kernel: Also add a process boosting mechanism | Andreas Kling |
2019-12-30 | Kernel: Add a basic thread boosting mechanism | Andreas Kling |
2019-12-30 | Kernel: Refactor scheduler to use dynamic thread priorities | Andreas Kling |
2019-12-25 | Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t | Andreas Kling |
2019-12-11 | Kernel: Implement a simple process time profiler | Andreas Kling |
2019-11-28 | Kernel: Implement very simple kernel module loading | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |