ladybird/Kernel/TTY
Brian Gianforcaro 9f6eabd73a Kernel: Move TTY subsystem to use KString instead of AK::String
This is minor progress on removing the `AK::String` API from the Kernel
in the interest of improving OOM safety.
2021-11-02 11:34:31 +01:00
..
ConsoleManagement.cpp Kernel/Devices: Use try_create_device helper for ConsoleDevice 2021-09-17 01:02:48 +03:00
ConsoleManagement.h Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
MasterPTY.cpp Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
MasterPTY.h Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
PTYMultiplexer.cpp Kernel/Devices: Defer creation of SysFS component after the constructor 2021-09-11 11:41:14 +02:00
PTYMultiplexer.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
SlavePTY.cpp Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
SlavePTY.h Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
TTY.cpp Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
TTY.h Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
VirtualConsole.cpp Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00
VirtualConsole.h Kernel: Move TTY subsystem to use KString instead of AK::String 2021-11-02 11:34:31 +01:00