ladybird/Kernel/TTY
Andreas Kling 58fb38551c Kernel/TTY: Remove redundant SpinLock from VirtualConsole
VirtualConsole::m_lock was only used in a single place: on_tty_write()
That function is already protected by a global lock, so this second
lock served no purpose whatsoever.
2021-08-07 12:38:14 +02:00
..
ConsoleManagement.cpp Kernel: Don't clear VirtualConsoles when initializing 2021-06-25 19:26:30 +02:00
ConsoleManagement.h Kernel: Fix crash when switching to console 5 & 6 2021-05-31 17:42:21 +01:00
MasterPTY.cpp Kernel: Convert MasterPTY creation to use DoubleBuffer factory 2021-08-03 18:54:23 +02:00
MasterPTY.h Kernel: Convert MasterPTY creation to use DoubleBuffer factory 2021-08-03 18:54:23 +02:00
PTYMultiplexer.cpp Kernel: Convert MasterPTY creation to use DoubleBuffer factory 2021-08-03 18:54:23 +02:00
PTYMultiplexer.h Kernel: Move Mutex into Locking/ 2021-08-07 11:48:00 +02:00
SlavePTY.cpp Kernel: Standardize the header include style to 'include <Kernel/...>' 2021-07-11 21:37:38 +02:00
SlavePTY.h Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
TTY.cpp Kernel: Fix handful of remaining "return -EFOO" mistakes 2021-08-06 00:37:47 +02:00
TTY.h Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
VirtualConsole.cpp Kernel/TTY: Remove redundant SpinLock from VirtualConsole 2021-08-07 12:38:14 +02:00
VirtualConsole.h Kernel/TTY: Remove redundant SpinLock from VirtualConsole 2021-08-07 12:38:14 +02:00