summaryrefslogtreecommitdiff
path: root/Base/etc/passwd
AgeCommit message (Expand)Author
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