summaryrefslogtreecommitdiff
path: root/Userland/Services/SystemServer/main.cpp
AgeCommit message (Expand)Author
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-06-29SystemServer+Meta: Use the new SysFSLiav A
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-01Kernel: Expose minor device numbers for keyboard and mouseValtteri Koskivuori
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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-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-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Services: Move to Userland/Services/Andreas Kling