index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
SystemServer
Age
Commit message (
Expand
)
Author
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-10
SystemServer: Allow /dev/fb0 to not exist, for text mode support.
Andrew Kaster
2021-01-10
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
Andreas Kling
2021-01-10
SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServer
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-27
Kernel: Introduce the DevFS
Liav A
2020-12-26
SystemServer: Set HOME for services
Sergey Bugaev
2020-12-26
SystemServer: Port to Core::Account
Sergey Bugaev
2020-12-02
SystemServer: Wait on all waitable children in SIGCHLD handler
Tom
2020-09-30
LibCore: Add ensure_parent_directories to LibCore::File
Itamar
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-08-24
LibCore: Prefer strlcpy over strncpy, fix overflow
Ben Wiederhake
2020-08-20
SystemServer: Minor #include cleanup in Service.cpp (#3227)
Muhammad Zahalqa
2020-08-15
SystemServer: Adjust assertion+comment for new dup2() behavior
Andreas Kling
2020-06-23
SystemServer: Fix typo (exist -> exit) (#2615)
Ruairidh MacLeod
2020-06-22
SystemServer: Put some debug spam behind #ifdefs
Andreas Kling
2020-06-09
SystemServer: Add support for accepting socket connections :^)
Sergey Bugaev
2020-06-09
SystemServer: Add support for multi-instance services
Sergey Bugaev
2020-05-27
SystemServer: Add BootModes and Environment service options
Sergey Bugaev
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-08
Services: Renamed from Servers
Andreas Kling