1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 14:38:12 +00:00
serenity/Kernel/TTY
Liav A 4177e6be8b Kernel: Remove KDSETMODE and KDGETMODE ioctl options from the TTY class
These options are not relevant and are actually meaningless on pure TTY
devices, as they are meant to be effective only for the VirtualConsole
devices.

This also removes the virtual marking from two methods because they're
no longer declared in the TTY class as well.
2023-08-26 16:29:28 +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: Fix condition for write to succeed on pseudoterminal 2023-08-23 15:26:03 +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 all tasks-related code to the Tasks subdirectory 2023-06-04 21:32:34 +02:00
SlavePTY.h Kernel: Use UnixDateTime wherever applicable 2023-05-24 23:18:07 +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