Bananymous
|
708a720d9d
|
Kernel: Remove SYS_OPEN
This can be done with SYS_OPENAT with fd set to AT_FDCWD
|
2024-09-17 16:16:47 +03:00 |
Bananymous
|
d88ee5c9ee
|
Kernel/LibC: Implement `creat` with `open`
This allows getting rid of unnecessary SYS_CREATE. Directory creation
still has its own syscall, but I could combine it with SYS_OPEN also.
|
2024-09-17 15:55:53 +03:00 |
Bananymous
|
5fca5c774a
|
LibC: Implement umask()
|
2024-07-31 23:26:10 +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 |