summaryrefslogtreecommitdiff
path: root/Kernel/TTY/ConsoleManagement.h
AgeCommit message (Expand)Author
2023-03-06Kernel: Stop using NonnullLockRefPtrVectorAndreas Kling
2023-01-02Kernel: Turn lock ranks into template parameterskleines Filmröllchen
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-19Kernel: Require lock rank for Spinlock constructionkleines Filmröllchen
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-09-05Kernel: Make all Spinlocks use u8 for storage, remove templateBrian Gianforcaro
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-08Kernel: Remove unnecessary churn in ConsoleManagementAndreas Kling
2021-05-31Kernel: Fix crash when switching to console 5 & 6Sebastian Zaha
2021-05-21Kernel: Fix framebuffer resolution modesetting after bootLiav A
2021-05-16Kernel: Print scheduler state to the display consoleLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A