Age | Commit message (Expand) | Author |
---|---|---|
2020-03-16 | Kernel: Add sys$get_stack_bounds() for finding the stack base & size | Andreas Kling |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-02-28 | LibC: Move shbuf_* implementations to serenity.cpp | Andreas Kling |
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-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-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 |