Age | Commit message (Expand) | Author |
---|---|---|
2021-03-02 | Kernel: Make TimeManagement use AK::Time internally | Ben Wiederhake |
2021-03-02 | Kernel: Make Thread use AK::Time internally | Ben Wiederhake |
2021-03-01 | Kernel: Make all syscall functions return KResultOr<T> | Andreas Kling |
2020-12-21 | Kernel: Improve time keeping and dramatically reduce interrupt load | Tom |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-12-02 | Kernel: Add CLOCK_REALTIME support to the TimerQueue | Tom |
2020-12-02 | Kernel: Use TimerQueue for SIGALRM | Tom |
2020-11-30 | Kernel: Move some time related code from Scheduler into TimeManagement | Tom |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |