ladybird/Kernel/TTY
Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet
This class represents a set of Thread::Blocker objects attached to
something that those blockers are waiting on.
2021-08-23 00:02:09 +02:00
..
ConsoleManagement.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
ConsoleManagement.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
MasterPTY.cpp Kernel: Make Process::current() return a Process& instead of Process* 2021-08-19 23:49:53 +02:00
MasterPTY.h Kernel: Convert MasterPTY creation to use DoubleBuffer factory 2021-08-03 18:54:23 +02:00
PTYMultiplexer.cpp Everywhere: Replace AK::Singleton => Singleton 2021-08-08 00:03:45 +02:00
PTYMultiplexer.h Kernel: Rename ProtectedValue<T> => MutexProtected<T> 2021-08-22 03:34:09 +02:00
SlavePTY.cpp Kernel: Rename Thread::BlockCondition to BlockerSet 2021-08-23 00:02:09 +02:00
SlavePTY.h Kernel: Rename Thread::BlockCondition to BlockerSet 2021-08-23 00:02:09 +02:00
TTY.cpp Kernel: Make Process::current() return a Process& instead of Process* 2021-08-19 23:49:53 +02:00
TTY.h Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
VirtualConsole.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VirtualConsole.h Kernel/TTY: Remove redundant SpinLock from VirtualConsole 2021-08-07 12:38:14 +02:00