ladybird/Userland/Services/SystemServer
Liav A e508073168 SystemServer: Create /dev/tty as a character device instead of a symlink
The new device has major number 5, minor number 0, and is represented by
the SelfTTYDevice class in the Kernel.
2022-03-22 20:26:05 +01:00
..
CMakeLists.txt
main.cpp SystemServer: Create /dev/tty as a character device instead of a symlink 2022-03-22 20:26:05 +01:00
Service.cpp SystemServer: Remove Socket.h header + use Core::System in some places 2022-02-14 11:44:09 +01:00
Service.h