banan-os/libc
Bananymous 49d941ad65 LibC: Fix a bug in malloc
You could not allocate with size equal to one of the pool sizes.
2023-09-28 21:05:27 +03:00
..
include Kernel/LibC/Userspace: Add SYS_POWEROFF + cli tool 2023-09-28 12:36:47 +03:00
sys Kernel/LibC/Userspace: Add SYS_POWEROFF + cli tool 2023-09-28 12:36:47 +03:00
.gitignore
CMakeLists.txt Kernel: Add some functionality to disable TTY input/output 2023-09-27 15:44:05 +03:00
assert.cpp
ctype.cpp
dirent.cpp
fcntl.cpp
icxxabi.cpp
malloc.cpp LibC: Fix a bug in malloc 2023-09-28 21:05:27 +03:00
math.S
printf_impl.cpp LibC: Implement length modifiers to printf 2023-09-28 11:42:57 +03:00
pwd.cpp
signal.cpp
stdio.cpp
stdlib.cpp
string.cpp LibC: Add errno for unknown error 2023-09-28 12:06:17 +03:00
termios.cpp
time.cpp
unistd.cpp