summaryrefslogtreecommitdiff
path: root/Userland/Services/SystemServer/main.cpp
AgeCommit message (Expand)Author
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