1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 10:00:59 +00:00
serenity/Kernel/TTY
Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File
It's not valid for a FileDescription to not have a file, so let's
disallow it by taking a File& (or FIFO&) in the constructor.
2019-08-11 09:33:31 +02:00
..
MasterPTY.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
MasterPTY.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
PTYMultiplexer.cpp FileDescription: Disallow construction with a null File 2019-08-11 09:33:31 +02:00
PTYMultiplexer.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
SlavePTY.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
SlavePTY.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
TTY.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
TTY.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
VirtualConsole.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
VirtualConsole.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00