summaryrefslogtreecommitdiff
path: root/Base/etc
AgeCommit message (Expand)Author
2020-03-03Base: Add anon user to the phys groupAndreas Kling
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
2020-02-23SystemDialog: Revamp to be more Win95-likethatlittlegit
2020-02-17SystemMenu: Finish the implementation and start this at boot :^)Andreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-09WindowServer: Remove username from MenuManager.Hüseyin ASLITÜRK
2020-01-26LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"Andreas Kling
2020-01-12Kernel+Base: Mount root as nodev,nosuidSergey Bugaev
2020-01-11Base: Apply some filesystem flags by defaultSergey Bugaev
2020-01-11Base: Run ProtocolServer as a separate "protocol" userAndreas Kling
2020-01-09Base: Add a "lookup" user+group that runs LookupServerAndreas Kling
2020-01-04Base: Add an "audio" group that gets to write to /dev/audioAndreas Kling
2020-01-04Base: Add a "phys" group for users with physical accessAndreas Kling
2020-01-04Base: Add "tty" group and make /dev/tty* be root:tty mode 610Andreas Kling
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-11LookupServer: Switch to a more privacy-respecting DNS providerValtteri Koskivuori
2019-12-05CPUGraph: Launch the CPUGraph menu applet on startupAndreas Kling
2019-11-26SystemServer: Implement lazy spawningSergey Bugaev
2019-11-26LookupServer: Port to socket takeoverSergey Bugaev
2019-11-26ProtocolServer: Port to socket takeoverSergey Bugaev
2019-11-26AudioServer: Port to socket takeoverSergey Bugaev
2019-11-26WindowServer: Port to socket takeoverSergey Bugaev
2019-11-26SystemServer: Implement keepaliveSergey Bugaev
2019-11-26SystemServer: Read service list from a config fileSergey Bugaev
2019-08-17Kernel+SystemServer: Mount filesystems and start TTYServer in userspaceSergey Bugaev
2019-06-07LookupServer: Load hostnamesChristopher Dumas
2019-05-27Network stack is now configurable, and resolution is also configurable, but l...Christopher Dumas
2019-02-21Kernel+Userland: Implement setuid() and setgid() and add /bin/suAndreas Kling
2019-02-10Base: Rename /users to /home.Andreas Kling
2019-01-30Rename the default user to "anon" and give him a home directory.Andreas Kling
2019-01-24Let userland retain the window backing store while drawing into it.Andreas Kling
2018-11-17Make bash-2.05b build with minimal changes.Andreas Kling
2018-11-06Add getgrent() family of functions.Andreas Kling
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling