Rhin
|
ce0b615bef
|
Userland: Fixed "id" usage error typo (#254)
|
2019-06-30 07:36:14 +02:00 |
|
Rhin
|
1d39310d01
|
Userland: Added flags to id command (#253)
Fixes #158.
|
2019-06-29 21:47:38 +02:00 |
|
Andreas Kling
|
b07bbf383d
|
Userland: Run clang-format on everything.
|
2019-06-07 11:49:31 +02:00 |
|
Andreas Kling
|
aaa11e3c25
|
Userland: Fix extra unused printf() argument warning.
|
2019-02-22 10:32:17 +01:00 |
|
Andreas Kling
|
2239ab96e7
|
Tweak /bin/id output slightly.
|
2018-12-29 03:44:37 +01:00 |
|
Andreas Kling
|
4914f3b837
|
Build LibC and Userland with clang as well.
|
2018-11-09 14:29:00 +01:00 |
|
Andreas Kling
|
3e0a0dd7ed
|
Fix all current build warnings in the userland.
|
2018-11-09 10:19:33 +01:00 |
|
Andreas Kling
|
a7f1d892a9
|
Add some basic setgroups(), getgroups() and initgroups().
Also teach /bin/id to print the user's supplemental groups.
|
2018-11-07 01:38:51 +01:00 |
|
Andreas Kling
|
90bab5ea71
|
Add getgrent() family of functions.
|
2018-11-06 22:27:51 +01:00 |
|
Andreas Kling
|
90ddbca127
|
Free physical pages allocated for a process's page directory on exit.
Also use a ProcessPagingScope instead of region aliasing to implement
create-process ELF loading.
|
2018-11-01 23:08:10 +01:00 |
|
Andreas Kling
|
9886b27d9c
|
Add getpwent() family of functions to LibC.
Also add a little /etc/passwd database. There's just me in there.
|
2018-10-31 19:54:25 +01:00 |
|
Andreas Kling
|
63764b3a65
|
Import very modest Userland.
|
2018-10-22 14:06:22 +02:00 |
|