serenity/Kernel/TTY
Andreas Kling 292cd53192 Kernel: Remove SmapDisabler in sys$ioctl()
Use copy_{to,from}_user() in the various File::ioctl() implementations
instead of disabling SMAP wholesale in sys$ioctl().

This patch does not port IPv4Socket::ioctl() to those API's since that
will be more involved. That function now creates a local SmapDisabler.
2020-07-31 00:17:25 +02:00
..
MasterPTY.cpp Kernel: Turn Thread::current and Process::current into functions 2020-07-01 12:07:01 +02:00
MasterPTY.h Kernel: Allow File::close() to fail 2020-06-02 21:49:47 +02:00
PTYMultiplexer.cpp PTYMultiplexer: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
PTYMultiplexer.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
SlavePTY.cpp Kernel: Turn Thread::current and Process::current into functions 2020-07-01 12:07:01 +02:00
SlavePTY.h Kernel: Allow File::close() to fail 2020-06-02 21:49:47 +02:00
TTY.cpp Kernel: Remove SmapDisabler in sys$ioctl() 2020-07-31 00:17:25 +02:00
TTY.h Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
VirtualConsole.cpp Kernel: Ensure there are all VirtualConsoles properly initialized 2020-07-17 00:36:50 +02:00
VirtualConsole.h Kernel: Ensure there are all VirtualConsoles properly initialized 2020-07-17 00:36:50 +02:00