serenity/Kernel/Graphics/Console
Liav A 37ed1b28fa Kernel: Ensure proper locking when mutating boot console cursor
The BootFramebufferConsole highly depends on using the m_lock spinlock,
therefore setting and changing the cursor state should be done under
that spinlock too to avoid crashing.
2022-09-20 20:51:03 +01:00
..
BootFramebufferConsole.cpp Kernel: Ensure proper locking when mutating boot console cursor 2022-09-20 20:51:03 +01:00
BootFramebufferConsole.h Kernel: Ensure proper locking when mutating boot console cursor 2022-09-20 20:51:03 +01:00
Console.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
ContiguousFramebufferConsole.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
ContiguousFramebufferConsole.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GenericFramebufferConsole.cpp Kernel/Console: Fix gaps between background glyph color 2022-06-11 12:19:29 +01:00
GenericFramebufferConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
VGATextModeConsole.cpp Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
VGATextModeConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00