serenity/Kernel/TTY
Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum
..and allow implicit creation of KResult and KResultOr from ErrnoCode.
This means that kernel functions that return those types can finally
do "return EINVAL;" and it will just work.

There's a handful of functions that still deal with signed integers
that should be converted to return KResults.
2021-01-20 23:20:02 +01:00
..
MasterPTY.cpp Kernel+LibC: Turn errno codes into a strongly typed enum 2021-01-20 23:20:02 +01:00
MasterPTY.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
PTYMultiplexer.cpp Kernel+LibC: Turn errno codes into a strongly typed enum 2021-01-20 23:20:02 +01:00
PTYMultiplexer.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
SlavePTY.cpp Kernel: Move block condition evaluation out of the Scheduler 2020-11-30 13:17:02 +01:00
SlavePTY.h Kernel: Move block condition evaluation out of the Scheduler 2020-11-30 13:17:02 +01:00
TTY.cpp Kernel+LibC: Turn errno codes into a strongly typed enum 2021-01-20 23:20:02 +01:00
TTY.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
VirtualConsole.cpp Kernel: Convert a bunch of String::format() => String::formatted() 2021-01-11 22:07:01 +01:00
VirtualConsole.h Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00