Age | Commit message (Expand) | Author |
---|---|---|
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-03-19 | Kernel: Introduce the new Time management subsystem | Liav A |
2020-02-24 | Kernel: Include the new PIT class in system components | Liav A |
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 |