ladybird/Kernel/TTY
Andreas Kling 58feebeed2 Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
- Remove goofy _r suffix from syscall names.
- Don't take a signed buffer size.
- Use Userspace<T>.
- Make TTY::tty_name() return a String instead of a StringView.
2020-08-04 18:17:16 +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+LibC: Tidy up sys$ttyname() and sys$ptsname() 2020-08-04 18:17:16 +02:00
SlavePTY.h Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 2020-08-04 18:17:16 +02:00
TTY.cpp Kernel: Remove ProcessInspectionHandle and make Process RefCounted 2020-08-02 17:15:11 +02:00
TTY.h Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 2020-08-04 18:17:16 +02:00
VirtualConsole.cpp Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
VirtualConsole.h Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 2020-08-04 18:17:16 +02:00