1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 19:07:34 +00:00
serenity/Userland/Services/SystemServer
Liav A f354b52099 SystemServer: Propagate errors properly in the main code
To do this properly, we also create Strings with formatting of device
nodes' names, taking into consideration errors when doing that.
Also, we use LibCore System mknod method instead of raw LibC functions
to be able to propagate errors from these calls too.
2023-02-03 19:38:23 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp SystemServer: Propagate errors properly in the main code 2023-02-03 19:38:23 +01:00
Service.cpp SystemServer: Propagate errors 2023-02-01 19:21:10 +01:00
Service.h SystemServer: Propagate errors 2023-02-01 19:21:10 +01:00