summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/alarm.cpp
AgeCommit message (Expand)Author
2021-03-02Kernel: Make TimeManagement use AK::Time internallyBen Wiederhake
2021-03-02Kernel: Make Thread use AK::Time internallyBen Wiederhake
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-02Kernel: Add CLOCK_REALTIME support to the TimerQueueTom
2020-12-02Kernel: Use TimerQueue for SIGALRMTom
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling