serenity/Kernel/Devices/TTY
Liav A b49f2937f0 Kernel/TTY: Don't return NonnullLockRefPtr when creating MasterPTY
We can just return a normal NonnullRefPtr because nobody needs an actual
*LockRefPtrs here anymore.
2023-09-09 12:08:59 -06:00
..
ConsoleManagement.cpp
ConsoleManagement.h
MasterPTY.cpp Kernel/TTY: Don't return NonnullLockRefPtr when creating MasterPTY 2023-09-09 12:08:59 -06:00
MasterPTY.h Kernel/TTY: Don't return NonnullLockRefPtr when creating MasterPTY 2023-09-09 12:08:59 -06:00
PTYMultiplexer.cpp
PTYMultiplexer.h
SlavePTY.cpp
SlavePTY.h
TTY.cpp
TTY.h
VirtualConsole.cpp
VirtualConsole.h