1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 23:45:07 +00:00
serenity/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 SystemServer: Port to LibMain :^) 2021-12-16 22:48:17 +01:00
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 Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00