summaryrefslogtreecommitdiff
path: root/Servers/SystemServer/main.cpp
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08SystemServer: Use NonnullRefPtrVectorAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-12Kernel: Require "tty" for ioctl() on TTY and MasterPTYAndreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11SystemServer: Use pledge()Andreas Kling
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-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-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-05-30Misc: Add a simple init processRobin Burchell