ladybird/Kernel/TTY
Liav A 7053d7ece3 Kernel: Add a way to print the pseudo name of attached TTY of a process
Contrary to the past, we don't attempt to assume the real name of a TTY
device, but instead, we generate a pseudo name only when needed to do so
which is still OK because we don't break abstraction layer rules and we
still can provide userspace with the required information.
2022-03-26 11:01:49 +01:00
..
ConsoleManagement.cpp Kernel/Devices: Use try_create_device helper for ConsoleDevice 2021-09-17 01:02:48 +03:00
ConsoleManagement.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
MasterPTY.cpp Kernel: Don't assume paths of TTYs and pseudo terminals anymore 2022-03-22 20:26:05 +01:00
MasterPTY.h Kernel: Don't assume paths of TTYs and pseudo terminals anymore 2022-03-22 20:26:05 +01:00
PTYMultiplexer.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
PTYMultiplexer.h Kernel: Protect PTYMultiplexer freelist with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
SlavePTY.cpp Kernel: Add a way to print the pseudo name of attached TTY of a process 2022-03-26 11:01:49 +01:00
SlavePTY.h Kernel: Add a way to print the pseudo name of attached TTY of a process 2022-03-26 11:01:49 +01:00
TTY.cpp Kernel: Don't assume paths of TTYs and pseudo terminals anymore 2022-03-22 20:26:05 +01:00
TTY.h Kernel: Add a way to print the pseudo name of attached TTY of a process 2022-03-26 11:01:49 +01:00
VirtualConsole.cpp Kernel: Add a way to print the pseudo name of attached TTY of a process 2022-03-26 11:01:49 +01:00
VirtualConsole.h Kernel: Add a way to print the pseudo name of attached TTY of a process 2022-03-26 11:01:49 +01:00