Bananymous
|
39a5c52088
|
Kernel: Fix directory permissions
We did not care about X bit in directories and instead used only the
R bit for search/read.
|
2023-09-08 11:46:53 +03:00 |
Bananymous
|
9ab7e76a3b
|
LibC: cleanup fstatat
|
2023-08-11 12:25:15 +03:00 |
Bananymous
|
aa86125f2b
|
Kernel: Implement SYS_FSTAT
|
2023-06-11 03:29:22 +03:00 |
Bananymous
|
d1ad38c8d4
|
Kernel/LibC: add SYS_STAT and stat(), lstat()
|
2023-06-05 14:37:14 +03:00 |
Bananymous
|
40055f023c
|
LibC: add wait and waitpid
Note that wait() doesn't work since only waiting for specified
pid is supported. wait() will just return -1 and set errno to
ECHILD.
|
2023-06-04 18:00:52 +03:00 |