summaryrefslogtreecommitdiff
path: root/Userland/Services/SystemServer/Service.cpp
AgeCommit message (Expand)Author
2021-06-17SystemServer: Improve error message when execv() failsGunnar Beutner
2021-05-07Services: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
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