ladybird/Kernel/TTY
Liav A 5ffe2f117c Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY
This ioctl operation will allow userspace to determine the index number
of a MasterPTY after opening /dev/ptmx and actually getting an internal
file descriptor of MasterPTY.
2022-03-22 20:26:05 +01:00
..
ConsoleManagement.cpp Kernel/Devices: Use try_create_device helper for ConsoleDevice 2021-09-17 01:02:48 +03:00
ConsoleManagement.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
MasterPTY.cpp Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY 2022-03-22 20:26:05 +01:00
MasterPTY.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
PTYMultiplexer.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
PTYMultiplexer.h Kernel: Protect PTYMultiplexer freelist with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
SlavePTY.cpp Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
SlavePTY.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
TTY.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
TTY.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
VirtualConsole.cpp LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits 2022-03-18 11:29:43 +01:00
VirtualConsole.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00