Age | Commit message (Expand) | Author |
---|---|---|
2019-06-30 | Userland: Fixed "id" usage error typo (#254) | Rhin |
2019-06-29 | Userland: Added flags to id command (#253) | Rhin |
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling |
2019-02-22 | Userland: Fix extra unused printf() argument warning. | Andreas Kling |
2018-12-29 | Tweak /bin/id output slightly. | Andreas Kling |
2018-11-09 | Build LibC and Userland with clang as well. | Andreas Kling |
2018-11-09 | Fix all current build warnings in the userland. | Andreas Kling |
2018-11-07 | Add some basic setgroups(), getgroups() and initgroups(). | Andreas Kling |
2018-11-06 | Add getgrent() family of functions. | Andreas Kling |
2018-11-01 | Free physical pages allocated for a process's page directory on exit. | Andreas Kling |
2018-10-31 | Add getpwent() family of functions to LibC. | Andreas Kling |
2018-10-22 | Import very modest Userland. | Andreas Kling |