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