ladybird/Kernel/TTY
Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
There's no real system here, I just added it to various functions
that I don't believe we ever want to call after initialization
has finished.

With these changes, we're able to unmap 60 KiB of kernel text
after init. :^)
2021-02-19 20:23:05 +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 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions 2021-02-19 20:23:05 +01:00
PTYMultiplexer.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
SlavePTY.cpp Kernel: Convert snprintf() => String::formatted()/number() 2021-02-17 16:37:11 +01:00
SlavePTY.h Kernel: Convert snprintf() => String::formatted()/number() 2021-02-17 16:37:11 +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: Slap UNMAP_AFTER_INIT on a whole bunch of functions 2021-02-19 20:23:05 +01:00
VirtualConsole.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00