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
Age
Commit message (
Expand
)
Author
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-12
SystemServer: Generalize chown_all_framebuffer_devices function
Liav A
2021-08-10
SystemServer: Change group ownership on all framebuffer devices
Liav A
2021-08-07
SystemServer: Handle missing service executable gracefully
Brian Gianforcaro
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-06-29
SystemServer+Meta: Use the new SysFS
Liav A
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-17
SystemServer: Improve error message when execv() fails
Gunnar Beutner
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-13
SystemServer: Stop creating the /tmp/rpc directory
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-07
Services: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
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-03-29
SystemServer: Call endgrent() after we're finished looking up groups
Andreas Kling
2021-03-29
SystemServer: dynamically fetch device group IDs
Idan Horowitz
2021-03-29
SystemServer: chown all available TTY devices to the tty group
Idan Horowitz
2021-03-28
LibCoreDump+CrashDaemon: Compress coredumps
Idan Horowitz
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
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-24
SystemServer: Do not crash if device files are not present
Jean-Baptiste Boric
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