serenity/Kernel/TTY
Liav A 21b6d84ff0 Kernel/Devices: Remove required_mode and device_name methods
These methods are no longer needed because SystemServer is able to
populate the DevFS on its own.

Device absolute_path no longer assume a path to the /dev location,
because it really should not assume any path to a Device node.

Because StorageManagement still needs to know the storage name, we
declare a virtual method only for StorageDevices to override, but this
technique should really be removed later on.
2021-09-08 00:42:20 +02:00
..
ConsoleManagement.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
ConsoleManagement.h Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
MasterPTY.cpp Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
MasterPTY.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
PTYMultiplexer.cpp Kernel: Use KResultOr and TRY() for MasterPTY 2021-09-07 13:58:16 +02:00
PTYMultiplexer.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
SlavePTY.cpp Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
SlavePTY.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
TTY.cpp Kernel: Rename FileDescription => OpenFileDescription 2021-09-07 13:53:14 +02:00
TTY.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
VirtualConsole.cpp Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
VirtualConsole.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00