summaryrefslogtreecommitdiff
path: root/Services/SystemServer/Service.cpp
AgeCommit message (Expand)Author
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-26SystemServer: Set HOME for servicesSergey Bugaev
2020-12-26SystemServer: Port to Core::AccountSergey Bugaev
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-08-20SystemServer: Minor #include cleanup in Service.cpp (#3227)Muhammad Zahalqa
2020-08-15SystemServer: Adjust assertion+comment for new dup2() behaviorAndreas Kling
2020-06-22SystemServer: Put some debug spam behind #ifdefsAndreas Kling
2020-06-09SystemServer: Add support for accepting socket connections :^)Sergey Bugaev
2020-06-09SystemServer: Add support for multi-instance servicesSergey Bugaev
2020-05-27SystemServer: Add BootModes and Environment service optionsSergey Bugaev
2020-05-08Services: Renamed from ServersAndreas Kling