serenity/Kernel/TTY
Liav A ed315dd950 Kernel: Move m_uid and m_gid from the Device class to SlavePTY
No other device needs to store the UID/GID of the process that created
them, so only store these values within the SlavePTY class.
2023-08-31 11:59:18 +02:00
..
ConsoleManagement.cpp Kernel: Move all Graphics-related code into Devices/GPU directory 2023-06-06 00:40:32 +02:00
ConsoleManagement.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
MasterPTY.cpp Kernel: Move m_uid and m_gid from the Device class to SlavePTY 2023-08-31 11:59:18 +02:00
MasterPTY.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
PTYMultiplexer.cpp Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00
PTYMultiplexer.h Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00
SlavePTY.cpp Kernel: Move m_uid and m_gid from the Device class to SlavePTY 2023-08-31 11:59:18 +02:00
SlavePTY.h Kernel: Move m_uid and m_gid from the Device class to SlavePTY 2023-08-31 11:59:18 +02:00
TTY.cpp Kernel: Remove KDSETMODE and KDGETMODE ioctl options from the TTY class 2023-08-26 16:29:28 +02:00
TTY.h Kernel: Remove KDSETMODE and KDGETMODE ioctl options from the TTY class 2023-08-26 16:29:28 +02:00
VirtualConsole.cpp Kernel: Remove KDSETMODE and KDGETMODE ioctl options from the TTY class 2023-08-26 16:29:28 +02:00
VirtualConsole.h Kernel: Remove KDSETMODE and KDGETMODE ioctl options from the TTY class 2023-08-26 16:29:28 +02:00