summaryrefslogtreecommitdiff
path: root/Userland/Services/SystemServer/main.cpp
AgeCommit message (Expand)Author
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-22Userland: Utilize MS_NOREGULAR mount flagLiav A
2022-10-22SystemServer: Mount TmpFS on /dev instead of DevTmpFSLiav A
2022-10-16SystemServer: Make system-mode=text the default in case of read failureLiav A
2022-09-11Userland: Move HID input device nodes to /dev/input/{mouse,keyboard}Liav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-21SystemServer: Create /tmp/semaphore on startupIdan Horowitz
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-10Kernel+SystemServer: Make KCOVDevice a character deviceLiav A
2022-06-09SystemServer: Add Service::try_create to propagate errorsLucas CHOLLET
2022-06-09SystemServer: Propagate more errorsLucas CHOLLET
2022-05-23SystemServer: Create a /dev/full device using numbers 1, 7Karol Kosek
2022-05-06SystemServer: Boot to text mode if there are no device nodes at /dev/gpuLiav A
2022-05-06SystemServer: Remove search of a FramebufferDeviceLiav A
2022-05-05Userland: Re-organize /dev GPU nodesLiav A
2022-04-21SystemServer: Boot into graphical mode even if there's no video hardwarekleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22SystemServer: Create /dev/tty as a character device instead of a symlinkLiav A
2022-03-09SystemServer: Create device files for gpus on startupSahan Fernando
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-14SystemServer: Remove now unnecessary call to chmod on /dev/audioLiav A
2022-02-14SystemServer: Create audio channel device nodes in /dev/audio directoryLiav A
2022-01-23SystemServer: Create /dev/devctl and create devices based on its eventsLiav A
2022-01-23SystemServer: Rename devfs => devtmpfsLiav A
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2021-12-16SystemServer: Use more LibCore syscall wrappers :^)Andreas Kling
2021-12-16SystemServer: Port to LibMain :^)Andreas Kling
2021-12-12Kernel+SystemServer: Add /dev/ttyDaniel Bertalan
2021-11-30Kernel: Register Virtio console ports with device managementJelle Raaijmakers
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
2021-11-21SystemServer+kcov-example: Make /dev/kcov0 available againBen Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-17SystemServer: Add per user mode (--user)Peter Elliott
2021-10-13SystemServer: Avoid uninitialized memoryBen Wiederhake
2021-09-08Kernel+SystemServer: Simplify the DevTmpFS designLiav A
2021-09-08SystemServer: Don't rely on fstab to specify where to mount the ProcFSLiav A
2021-09-08SystemServer: Traverse sub-directories in /sys/devLiav A
2021-09-08Kernel+SystemServer: Defer creation of device nodes to userspaceLiav A
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-12SystemServer: Generalize chown_all_framebuffer_devices functionLiav A
2021-08-10SystemServer: Change group ownership on all framebuffer devicesLiav A
2021-06-29SystemServer+Meta: Use the new SysFSLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-13SystemServer: Stop creating the /tmp/rpc directoryAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-01Kernel: Expose minor device numbers for keyboard and mouseValtteri Koskivuori
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-29SystemServer: Call endgrent() after we're finished looking up groupsAndreas Kling
2021-03-29SystemServer: dynamically fetch device group IDsIdan Horowitz