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
2022-10-22
SystemServer: Fix race condition in Service::determine_account()
Gunnar Beutner
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-08-14
SystemServer: Create accounts with `Account::Read::PasswdOnly`
Lucas CHOLLET
2022-08-14
SystemServer: Change user only when needed
Lucas CHOLLET
2022-08-14
SystemServer: Unlink before binding a new socket
Lucas CHOLLET
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-10
SystemServer: Detect spawning user for AcceptSocketConnections services
Lucas CHOLLET
2022-06-09
SystemServer: Add Service::try_create to propagate errors
Lucas CHOLLET
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
SystemServer: Remove Socket.h header + use Core::System in some places
sin-ack
2021-12-19
SystemServer: Fixed grammatical error "a charm"
Jonta
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-25
SystemServer: Rename 'BootModes' config option to 'SystemModes'
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-08-07
SystemServer: Handle missing service executable gracefully
Brian Gianforcaro
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
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