summaryrefslogtreecommitdiff
path: root/Userland/id.cpp
AgeCommit message (Collapse)Author
2019-06-30Userland: Fixed "id" usage error typo (#254)Rhin
2019-06-29Userland: Added flags to id command (#253)Rhin
Fixes #158.
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-02-22Userland: Fix extra unused printf() argument warning.Andreas Kling
2018-12-29Tweak /bin/id output slightly.Andreas Kling
2018-11-09Build LibC and Userland with clang as well.Andreas Kling
2018-11-09Fix all current build warnings in the userland.Andreas Kling
2018-11-07Add some basic setgroups(), getgroups() and initgroups().Andreas Kling
Also teach /bin/id to print the user's supplemental groups.
2018-11-06Add getgrent() family of functions.Andreas Kling
2018-11-01Free physical pages allocated for a process's page directory on exit.Andreas Kling
Also use a ProcessPagingScope instead of region aliasing to implement create-process ELF loading.
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling
Also add a little /etc/passwd database. There's just me in there.
2018-10-22Import very modest Userland.Andreas Kling