summaryrefslogtreecommitdiff
path: root/Services/SystemServer
AgeCommit message (Expand)Author
2021-01-11Kernel+Profiler: Make profiling per-process and without core dumpsAndreas Kling
2021-01-10SystemServer: Allow /dev/fb0 to not exist, for text mode support.Andrew Kaster
2021-01-10Kernel+SystemServer+CrashDaemon: Better control where we put core dumpsAndreas Kling
2021-01-10SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServerAndreas 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-27Kernel: Introduce the DevFSLiav A
2020-12-26SystemServer: Set HOME for servicesSergey Bugaev
2020-12-26SystemServer: Port to Core::AccountSergey Bugaev
2020-12-02SystemServer: Wait on all waitable children in SIGCHLD handlerTom
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
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-23SystemServer: Fix typo (exist -> exit) (#2615)Ruairidh MacLeod
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-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-08Services: Renamed from ServersAndreas Kling