Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
6ee4d10651
|
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
|
6f002c926a
|
Kernel: add basic fcntl() with couple of commands and no validation
|
2023-09-04 12:57:09 +03:00 |
Bananymous
|
f7c4bc908e
|
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
|
64890bb640
|
Kernel: Add SYS_OPENAT
|
2023-06-11 03:29:22 +03:00 |
Bananymous
|
9a8512887f
|
LibC: open() now just returns syscall(SYS_OPEN, ...)
errno is handled in syscall()
|
2023-05-29 20:19:17 +03:00 |
Bananymous
|
cd74b2167d
|
LibC: Write mostly functioning stdio
|
2023-04-23 14:32:37 +03:00 |