index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
SystemServer
/
Service.cpp
Age
Commit message (
Expand
)
Author
2021-06-17
SystemServer: Improve error message when execv() fails
Gunnar Beutner
2021-05-07
Services: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
SystemServer+LibCore: Allow service to request multiple sockets
sin-ack
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-23
SystemServer: Mask off the set-uid bit in SocketPermissions
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling