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
Age
Commit message (
Expand
)
Author
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
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-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
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-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
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-06-01
ls: Show user name and group name if available. (#151)
Mustafa
2019-05-30
Misc: Add a simple init process
Robin Burchell