summaryrefslogtreecommitdiff
path: root/Userland/Services/SystemServer
AgeCommit message (Expand)Author
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-24SystemServer: Do not crash if device files are not presentJean-Baptiste Boric
2021-01-23SystemServer: Mask off the set-uid bit in SocketPermissionsAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling