Brian Gianforcaro 9d1b27263f Kernel: Declare type aliases with "using" instead of "typedef" 3 years ago
..
ConsoleManagement.cpp c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
ConsoleManagement.h 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
MasterPTY.cpp cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 years ago
MasterPTY.h 43f930d3aa Kernel: Convert MasterPTY creation to use DoubleBuffer factory 4 years ago
PTYMultiplexer.cpp 59335bd8ea Kernel: Rename FileDescription::create() => try_create() 3 years ago
PTYMultiplexer.h c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 years ago
SlavePTY.cpp 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 3 years ago
SlavePTY.h 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 years ago
TTY.cpp 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 3 years ago
TTY.h de9ff0af50 Kernel: Modify the IOCTL API to return KResult 4 years ago
VirtualConsole.cpp 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 3 years ago
VirtualConsole.h 9d1b27263f Kernel: Declare type aliases with "using" instead of "typedef" 3 years ago