summaryrefslogtreecommitdiff
path: root/Base/etc/passwd
AgeCommit message (Expand)Author
2021-08-12Base: Make /bin/Shell the login shell by defaultJean-Baptiste Boric
2021-06-06Clipboard: Remove unnecessary UID separationAndreas Kling
2021-06-06NotificationServer: Remove unnecessary UID separationAndreas Kling
2021-05-22Userland: Remove SymbolServer and the "symbol" user+groupAndreas Kling
2021-05-06Base: Remove unnecessary UID separation of multi-process BrowserAndreas Kling
2021-05-01Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd()Gunnar Beutner
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25Services: Add a WebSocket serviceDexesTTP
2021-02-04SymbolServer: Add symbolication service for out-of-process ELF parsingAndreas Kling
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