banan-os/libc
Bananymous 88e92eec9e LibC: Add simple definition for realloc
The syscall just crashes the kernel currently. I will implement
this when needed
2023-06-02 17:56:13 +03:00
..
include LibC: Add simple definition for realloc 2023-06-02 17:56:13 +03:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
CMakeLists.txt LibC: add __cxa_at_exit() for libc 2023-06-02 17:50:55 +03:00
assert.cpp LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
ctype.cpp LibC: add toupper, tolower in ctype.h 2023-05-10 23:13:56 +03:00
fcntl.cpp LibC: open() now just returns syscall(SYS_OPEN, ...) 2023-05-29 20:19:17 +03:00
icxxabi.cpp LibC: add __cxa_at_exit() for libc 2023-06-02 17:50:55 +03:00
math.S LibC: add math.h with floorl 2023-05-10 22:35:42 +03:00
printf_impl.cpp LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
stdio.cpp Kernel/LibC: opening standard files is done in libc 2023-05-29 20:21:19 +03:00
stdlib.cpp LibC: Add simple definition for realloc 2023-06-02 17:56:13 +03:00
string.cpp LibC: define all errnos and strerror{name,desk}_np 2023-05-11 00:34:03 +03:00
termios.cpp Kernel: Add bareboness possibility to set termios 2023-05-26 22:31:21 +03:00
unistd.cpp LibC: Add simple definition for realloc 2023-06-02 17:56:13 +03:00