Bananymous
|
808c97020a
|
Kernel/LibC: Implement SA_RESTART
I have been thinking how to do this for a long time but I finally
figured out a semi-clean way
|
2025-04-22 02:42:44 +03:00 |
Bananymous
|
415b20f884
|
LibC: Remove errno EEXISTS
I don't know why I had added this. It doesn't seem to be a thing on
either POSIX or linux. This was literally equivalent to EXIST
|
2024-12-02 20:13:38 +02:00 |
Bananymous
|
0bb44d7b75
|
LibC: Fix errno to work with shared libraries
|
2024-09-04 21:16:04 +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 |