Age | Commit message (Expand) | Author |
---|---|---|
2021-01-26 | Meta: Split debug defines into multiple headers. | asynts |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-23 | Everywhere: Deprecate dbg(). | asynts |
2021-01-17 | Kernel: Some futex improvements | Tom |
2020-12-12 | Kernel: Fix some issues related to fixes and block conditions | Tom |
2020-11-30 | Kernel: Move some time related code from Scheduler into TimeManagement | Tom |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-08-12 | Kernel: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-05 | Kernel: Use Userspace<T> for the futex syscall | Brian Gianforcaro |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |