Age | Commit message (Expand) | Author |
---|---|---|
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-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 |
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 |
2018-10-31 | Add getpwent() family of functions to LibC. | Andreas Kling |