1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 08:11:00 +00:00
serenity/Kernel/TTY
Tom 5a98e329d1 AK: Get rid of make_singleton function
Just default the InitFunction template argument.
2020-08-22 10:46:24 +02:00
..
MasterPTY.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
MasterPTY.h Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
PTYMultiplexer.cpp AK: Get rid of make_singleton function 2020-08-22 10:46:24 +02:00
PTYMultiplexer.h Kernel: Switch singletons to use new Singleton class 2020-08-21 11:47:35 +02:00
SlavePTY.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
SlavePTY.h Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
TTY.cpp Kernel: Distinguish between new and old process groups with equal pgids 2020-08-19 21:21:34 +02:00
TTY.h Kernel: Distinguish between new and old process groups with equal pgids 2020-08-19 21:21:34 +02:00
VirtualConsole.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
VirtualConsole.h Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 2020-08-04 18:17:16 +02:00