1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 05:47:37 +00:00
serenity/Kernel/TTY
Brian Gianforcaro 913374163c LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits
Noticed the TODO in `Attribute.h` and realized we have as solution
to this problem already. :^)
2022-03-18 11:29:43 +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: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02: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