Bananymous
|
fda0ced72e
|
LibC: Implement getpw{nam,uid}_r
|
2025-07-31 22:47:40 +03:00 |
Bananymous
|
755d41ca4e
|
LibC: Add pw_passwd and pw_gecos to passwd structure
This information is available in /etc/passwd either way so why not
expose it to the user. Practically all UNIX-likes have these either way
|
2025-06-02 12:23:06 +03:00 |
Bananymous
|
9d97964998
|
LibC: Fix getpwend gid field :)
|
2024-12-02 20:13:37 +02:00 |
Bananymous
|
c69919738b
|
BuildSystem: Move all userpace libraries under the userspace directory
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
|
2024-06-18 13:14:35 +03:00 |