Bananymous
|
f1d12c330e
|
Kernel/LibC: Implement MMAP_FIXED_NOREPLACE
This is a handy thing from linux
Also fix MMAP_FIXED validation and error reporting
|
2025-11-12 00:06:36 +02:00 |
Bananymous
|
fa7b58057c
|
LibC: Add MAP_ANON as synonym for MAP_ANONYMOUS
This is part of POSIX issue 8 and some things only check MAP_ANON
|
2025-08-05 03:09:24 +03:00 |
Bananymous
|
46079a8612
|
LibC: Implement no-op posix_madvice
Also add non-posix prefixed definitions
|
2025-04-19 02:07:45 +03: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 |