Bananymous
|
054c5450df
|
LibC: syscall() now returns -1 on error and updates errno
|
2023-05-07 01:51:39 +03:00 |
Bananymous
|
1d42b26fce
|
LibC: Fix some bugs
|
2023-04-25 13:27:01 +03:00 |
Bananymous
|
79812b34b0
|
LibC: fread() now does a single syscall
|
2023-04-25 12:38:08 +03:00 |
Bananymous
|
cd74b2167d
|
LibC: Write mostly functioning stdio
|
2023-04-23 14:32:37 +03:00 |
Bananymous
|
ff8c0086e2
|
LibC: puts() now just calls syscall(SYS_WRITE, ...)
|
2023-04-22 15:29:38 +03:00 |
Bananymous
|
a5830c5424
|
LibC: add stubs for a lot of functions
|
2023-04-05 23:58:40 +03:00 |