Age | Commit message (Expand) | Author |
---|---|---|
2020-04-27 | Kernel: Update TimerQueue next due timer only when necessary | Brian Gianforcaro |
2020-04-27 | Kernel: Expose timers via a TimerId type | Brian Gianforcaro |
2020-04-26 | Kernel: Refactor TimeQueue::add_timer to use timeval | Brian Gianforcaro |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-27 | Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) | Conrad Pankoff |