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
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
SystemServer: Re-mount / as non-writable, nosuid and nodev
Liav A
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-05
SystemServer: Revert back to inheriting environments again
MacDue
2023-02-04
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
Liav A
2023-02-03
SystemServer: Propagate errors properly in the main code
Liav A
2023-02-01
SystemServer: Propagate errors
Lucas CHOLLET
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2022-12-15
LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`
Federico Guerinoni
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-22
SystemServer: Fix race condition in Service::determine_account()
Gunnar Beutner
2022-10-22
Userland: Utilize MS_NOREGULAR mount flag
Liav A
2022-10-22
SystemServer: Mount TmpFS on /dev instead of DevTmpFS
Liav A
2022-10-16
SystemServer: Make system-mode=text the default in case of read failure
Liav A
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-09-11
Userland: Move HID input device nodes to /dev/input/{mouse,keyboard}
Liav A
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-23
Userland: Remove stale remainders of old framebuffer devices
Liav A
2022-07-21
SystemServer: Create /tmp/semaphore on startup
Idan Horowitz
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-07-10
Kernel+SystemServer: Make KCOVDevice a character device
Liav A
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-06-09
SystemServer: Propagate more errors
Lucas CHOLLET
2022-05-23
SystemServer: Create a /dev/full device using numbers 1, 7
Karol Kosek
2022-05-06
SystemServer: Boot to text mode if there are no device nodes at /dev/gpu
Liav A
2022-05-06
SystemServer: Remove search of a FramebufferDevice
Liav A
2022-05-05
Userland: Re-organize /dev GPU nodes
Liav A
2022-04-21
SystemServer: Boot into graphical mode even if there's no video hardware
kleines Filmröllchen
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
SystemServer: Create /dev/tty as a character device instead of a symlink
Liav A
2022-03-09
SystemServer: Create device files for gpus on startup
Sahan Fernando
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-14
SystemServer: Remove now unnecessary call to chmod on /dev/audio
Liav A
2022-02-14
SystemServer: Remove Socket.h header + use Core::System in some places
sin-ack
2022-02-14
SystemServer: Create audio channel device nodes in /dev/audio directory
Liav A
2022-01-23
SystemServer: Create /dev/devctl and create devices based on its events
Liav A
[next]