index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
SystemServer
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
SystemServer: Use NonnullRefPtrVector
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Kernel: Require "tty" for ioctl() on TTY and MasterPTY
Andreas Kling
2020-01-11
Kernel: fork()ed children should inherit pledge promises :^)
Andreas Kling
2020-01-11
SystemServer: Use pledge()
Andreas Kling
2019-11-26
SystemServer: Implement lazy spawning
Sergey Bugaev
2019-11-26
SystemServer+LibCore: Implement socket takeover
Sergey Bugaev
2019-11-26
SystemServer: Implement keepalive
Sergey Bugaev
2019-11-26
SystemServer: Read service list from a config file
Sergey Bugaev
2019-11-23
ProtocolServer+LibProtocol: Introduce a server for handling downloads
Andreas Kling
2019-11-11
SystemServer: Stop launching the Launcher app on startup
Andreas Kling
2019-11-06
Kernel+SystemServer: Get rid of two virtual consoles
Andreas Kling
2019-10-31
SystemServer: Reap dead processes. (#706)
DrewStratford
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-18
SystemServer: Don't wake up every single second
Andreas Kling
2019-09-18
SystemServer: Let's only spawn one TTYServer by default
Andreas Kling
2019-09-15
SystemServer: Drop GID before dropping UID
Andreas Kling
2019-09-03
SystemServer: Use dbg() instead of dbgprintf()
Conrad Pankoff
2019-09-03
SystemServer: Allow more arguments for startup processes
Conrad Pankoff
2019-08-17
SystemServer: Don't spawn a TTYServer on on /dev/tty0
Andreas Kling
2019-08-17
Kernel+SystemServer: Mount filesystems and start TTYServer in userspace
Sergey Bugaev
2019-08-01
SystemServer: Remove always-true "if (pid == 0)" check
Andreas Kling
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-06-22
Userland: Fix many compiler warnings.
Andreas Kling
2019-06-16
SystemServer: Shut down after 5 seconds if testmode=1 is set on the kernel co...
Robin Burchell
2019-06-07
SystemServer: Run clang-format on everything.
Andreas Kling
2019-05-30
Misc: Add a simple init process
Robin Burchell