summaryrefslogtreecommitdiff
path: root/Userland/Services/SystemServer
AgeCommit message (Expand)Author
2021-10-17SystemServer: Add per user mode (--user)Peter Elliott
2021-10-13SystemServer: Avoid uninitialized memoryBen Wiederhake
2021-09-08Kernel+SystemServer: Simplify the DevTmpFS designLiav A
2021-09-08SystemServer: Don't rely on fstab to specify where to mount the ProcFSLiav A
2021-09-08SystemServer: Traverse sub-directories in /sys/devLiav A
2021-09-08Kernel+SystemServer: Defer creation of device nodes to userspaceLiav A
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-12SystemServer: Generalize chown_all_framebuffer_devices functionLiav A
2021-08-10SystemServer: Change group ownership on all framebuffer devicesLiav A
2021-08-07SystemServer: Handle missing service executable gracefullyBrian Gianforcaro
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-06-29SystemServer+Meta: Use the new SysFSLiav A
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17SystemServer: Improve error message when execv() failsGunnar Beutner
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-13SystemServer: Stop creating the /tmp/rpc directoryAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-07Services: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-01Kernel: Expose minor device numbers for keyboard and mouseValtteri Koskivuori
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-03-29SystemServer: Call endgrent() after we're finished looking up groupsAndreas Kling
2021-03-29SystemServer: dynamically fetch device group IDsIdan Horowitz
2021-03-29SystemServer: chown all available TTY devices to the tty groupIdan Horowitz
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
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-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