summaryrefslogtreecommitdiff
path: root/Servers/SystemServer
AgeCommit message (Expand)Author
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-11-26SystemServer: Implement lazy spawningSergey Bugaev
2019-11-26SystemServer+LibCore: Implement socket takeoverSergey Bugaev
2019-11-26SystemServer: Implement keepaliveSergey Bugaev
2019-11-26SystemServer: Read service list from a config fileSergey Bugaev
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-11SystemServer: Stop launching the Launcher app on startupAndreas Kling
2019-11-06Kernel+SystemServer: Get rid of two virtual consolesAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-31SystemServer: Reap dead processes. (#706)DrewStratford
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-18SystemServer: Don't wake up every single secondAndreas Kling
2019-09-18SystemServer: Let's only spawn one TTYServer by defaultAndreas Kling
2019-09-15SystemServer: Drop GID before dropping UIDAndreas Kling
2019-09-03SystemServer: Use dbg() instead of dbgprintf()Conrad Pankoff
2019-09-03SystemServer: Allow more arguments for startup processesConrad Pankoff
2019-08-17SystemServer: Don't spawn a TTYServer on on /dev/tty0Andreas Kling
2019-08-17Kernel+SystemServer: Mount filesystems and start TTYServer in userspaceSergey Bugaev
2019-08-01SystemServer: Remove always-true "if (pid == 0)" checkAndreas Kling
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-22Userland: Fix many compiler warnings.Andreas Kling
2019-06-16SystemServer: Shut down after 5 seconds if testmode=1 is set on the kernel co...Robin Burchell
2019-06-07SystemServer: Run clang-format on everything.Andreas Kling
2019-06-01ls: Show user name and group name if available. (#151)Mustafa
2019-05-30Misc: Add a simple init processRobin Burchell