serenity/Kernel/TTY
Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem
Previously the VirtualConsole::on_tty_write() method would return an
incorrect value when an error had occurred. This prompted me to
update the TTY subsystem to use KResultOr<size_t> everywhere.
2021-06-16 21:29:36 +02:00
..
ConsoleManagement.cpp Kernel: Fix crash when switching to console 5 & 6 2021-05-31 17:42:21 +01:00
ConsoleManagement.h Kernel: Fix crash when switching to console 5 & 6 2021-05-31 17:42:21 +01:00
MasterPTY.cpp Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
MasterPTY.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
PTYMultiplexer.cpp Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
PTYMultiplexer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SlavePTY.cpp Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
SlavePTY.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
TTY.cpp Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
TTY.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
VirtualConsole.cpp Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00
VirtualConsole.h Kernel: Use KResultOr<size_t> throughout the TTY subsystem 2021-06-16 21:29:36 +02:00