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-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-22 | Everywhere: Fix typos | Linus Groh |
2021-01-20 | Kernel+LibC: Turn errno codes into a strongly typed enum | Andreas Kling |
2021-01-17 | Kernel: Some futex improvements | Tom |
2020-12-30 | Kernel: Consolidate the various BlockCondition::unblock variants | Tom |
2020-12-12 | Kernel: Change wait blocking to Process-only blocking | Tom |
2020-12-12 | Kernel: disown should unblock any potential waiters | Tom |
2020-12-12 | Kernel: Fix some issues related to fixes and block conditions | Tom |
2020-12-02 | Kernel: Add CLOCK_REALTIME support to the TimerQueue | Tom |
2020-11-30 | Kernel: Move block condition evaluation out of the Scheduler | Tom |