Bananymous
|
8bb47aee02
|
Kernel/LibC/Userspace: Implement mkdir and creat
Touch now uses creat insteadd of open with O_CREAT flag
|
2023-10-25 21:07:26 +03:00 |
Bananymous
|
19d0fb6fcd
|
Kernel: add basic fcntl() with couple of commands and no validation
|
2023-09-04 12:57:09 +03:00 |
Bananymous
|
4972284dde
|
Kernel: open() and openat() now take mode as parameter
O_CREAT now tries to create file if O_CREAT is specified
|
2023-07-10 15:08:54 +03:00 |
Bananymous
|
5aed186827
|
Kernel: Add SYS_OPENAT
|
2023-06-11 03:29:22 +03:00 |
Bananymous
|
2a34391b71
|
LibC: open() now just returns syscall(SYS_OPEN, ...)
errno is handled in syscall()
|
2023-05-29 20:19:17 +03:00 |
Bananymous
|
b15deb420f
|
LibC: Write mostly functioning stdio
|
2023-04-23 14:32:37 +03:00 |