index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
etc
Age
Commit message (
Expand
)
Author
2020-03-03
Base: Add anon user to the phys group
Andreas Kling
2020-02-23
SystemMenu: Move SystemDialog into SystemMenu and remove INI config
thatlittlegit
2020-02-23
SystemDialog: Revamp to be more Win95-like
thatlittlegit
2020-02-17
SystemMenu: Finish the implementation and start this at boot :^)
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
Base: Run WindowServer as a separate "window" user
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-09
WindowServer: Remove username from MenuManager.
Hüseyin ASLITÜRK
2020-01-26
LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"
Andreas Kling
2020-01-12
Kernel+Base: Mount root as nodev,nosuid
Sergey Bugaev
2020-01-11
Base: Apply some filesystem flags by default
Sergey Bugaev
2020-01-11
Base: Run ProtocolServer as a separate "protocol" user
Andreas Kling
2020-01-09
Base: Add a "lookup" user+group that runs LookupServer
Andreas Kling
2020-01-04
Base: Add an "audio" group that gets to write to /dev/audio
Andreas Kling
2020-01-04
Base: Add a "phys" group for users with physical access
Andreas Kling
2020-01-04
Base: Add "tty" group and make /dev/tty* be root:tty mode 610
Andreas Kling
2019-12-27
WindowServer: Remove Clock from server.
Hüseyin ASLITÜRK
2019-12-16
WindowServer+MenuApplets: Move the "Audio" applet to its own program
Andreas Kling
2019-12-11
LookupServer: Switch to a more privacy-respecting DNS provider
Valtteri Koskivuori
2019-12-05
CPUGraph: Launch the CPUGraph menu applet on startup
Andreas Kling
2019-11-26
SystemServer: Implement lazy spawning
Sergey Bugaev
2019-11-26
LookupServer: Port to socket takeover
Sergey Bugaev
2019-11-26
ProtocolServer: Port to socket takeover
Sergey Bugaev
2019-11-26
AudioServer: Port to socket takeover
Sergey Bugaev
2019-11-26
WindowServer: Port to socket takeover
Sergey Bugaev
2019-11-26
SystemServer: Implement keepalive
Sergey Bugaev
2019-11-26
SystemServer: Read service list from a config file
Sergey Bugaev
2019-08-17
Kernel+SystemServer: Mount filesystems and start TTYServer in userspace
Sergey Bugaev
2019-06-07
LookupServer: Load hostnames
Christopher Dumas
2019-05-27
Network stack is now configurable, and resolution is also configurable, but l...
Christopher Dumas
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling
2019-02-10
Base: Rename /users to /home.
Andreas Kling
2019-01-30
Rename the default user to "anon" and give him a home directory.
Andreas Kling
2019-01-24
Let userland retain the window backing store while drawing into it.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-06
Add getgrent() family of functions.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling