1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 15:10:45 +00:00
serenity/Kernel/Devices/TTY
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
ConsoleManagement.cpp
ConsoleManagement.h
MasterPTY.cpp Kernel: Resolve deadlock in MasterPTY due to mutex in spinlock scope 2023-12-16 12:55:41 +01:00
MasterPTY.h Kernel: Resolve lock-inversion based deadlock in MasterPTY & BlockSet 2023-12-16 12:55:41 +01:00
PTYMultiplexer.cpp
PTYMultiplexer.h
SlavePTY.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
SlavePTY.h
TTY.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
TTY.h Kernel/TTY: Support non-blocking reads with termios VMIN == 0 2024-02-13 19:48:39 +01:00
VirtualConsole.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
VirtualConsole.h LibVT+Everywhere: Introduce 'automarks' and 'clear previous command' 2024-02-07 00:43:11 +01:00