summaryrefslogtreecommitdiff
path: root/Base/etc/passwd
AgeCommit message (Expand)Author
2020-07-28Userland: Make su require passwordsPeter Elliott
2020-06-22ImageDecoder: Add a new service for out-of-process image decoding :^)Andreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-03-31Base: Change root user home directory from `/` to `/root`Brendan Coles
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-01-11Base: Run ProtocolServer as a separate "protocol" userAndreas Kling
2020-01-09Base: Add a "lookup" user+group that runs LookupServerAndreas Kling
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
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling