summaryrefslogtreecommitdiff
path: root/Kernel/TTY/ConsoleManagement.cpp
AgeCommit message (Expand)Author
2021-09-17Kernel/Devices: Use try_create_device helper for ConsoleDeviceLiav A
2021-08-22Kernel: Rename ScopedSpinlock => SpinlockLockerAndreas Kling
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-09Kernel: Fix logic typo in ConsoleManagement::is_initialized()Andreas Kling
2021-08-08Kernel: Remove unnecessary churn in ConsoleManagementAndreas Kling
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-06-25Kernel: Don't clear VirtualConsoles when initializingSahan Fernando
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
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 all logbuffer from ConsoleDevice to debug Virtual ConsoleLiav A
2021-05-16Kernel: Allow the user to specify the virtual console when bootingLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A