1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-16 22:27:34 +00:00
serenity/Userland/Services/SystemServer
Ben Wiederhake d2cc8baf41 SystemServer: Migrate from DeprecatedFile to File
Note that previously, the only check was that at least one byte was read
from /dev/devctl. This is incorrect, as potentially not the entire
struct was read. In practice, this probably never happened, but the new
code at least detects this case and aborts.
2023-05-12 19:46:54 +01:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
main.cpp SystemServer: Migrate from DeprecatedFile to File 2023-05-12 19:46:54 +01:00
Service.cpp Userland: Remove serialize-to-JSON functions only used for Inspector 2023-04-25 14:48:40 +02:00
Service.h Userland: Remove serialize-to-JSON functions only used for Inspector 2023-04-25 14:48:40 +02:00