serenity/Kernel/TTY
AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
Replacement made by `find Kernel Userland -name '*.h' -o -name '*.cpp' | sed -i -Ee 's/dbgln\b<(\w+)>\(/dbgln_if(\1, /g'`
2021-02-08 18:08:55 +01:00
..
MasterPTY.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
MasterPTY.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
PTYMultiplexer.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
PTYMultiplexer.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
SlavePTY.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
SlavePTY.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
TTY.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +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: Evaluate block conditions inside VirtualConsole::emit() 2021-01-23 16:53:03 +01:00
VirtualConsole.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00