Luna/kernel
apio fd402083d7
kernel: Fix kernel panic when adding a timer before another one
This was caused because add_to_timer_queue() did not set active_clock when inserting a timer before the end, making disarm() a no-op.
Therefore, the clock would continue to use the timer after it had been freed.
2024-01-06 18:12:25 +01:00
..
src kernel: Fix kernel panic when adding a timer before another one 2024-01-06 18:12:25 +01:00
CMakeLists.txt kernel: Add POSIX timer support 2024-01-05 22:12:58 +01:00
config.cmake.template kernel: Reenable userspace stack tracing, but hidden behind a config flag 2023-07-25 17:02:09 +02:00
debug.cmake kernel: Improve Your Disk IO performance by 500% with this One Trick! 2023-08-16 14:54:13 +02:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00