banan-os/libc
Bananymous 05e9d76c77 BAN: Implement will_{addition,multiplication}_overflow 2024-06-14 11:04:29 +03:00
..
arch Kernel: Implement syscalls for i686 and cleanup x86_64 2024-04-03 02:23:23 +03:00
arpa LibC: Implement inet_ntop for IPv4 addresses 2024-02-08 11:59:11 +02:00
include LibC: Make ino_t always 64 bit 2024-06-14 00:18:21 +03:00
sys Kernel: Implement deletion of SMO objects 2024-05-31 13:04:23 +03:00
CMakeLists.txt LibC: Use GCC builtins for math functions 2024-03-21 15:19:44 +02: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
dirent.cpp Kernel/LibC: Rework dirent structure 2024-05-22 20:19:59 +03:00
fcntl.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
grp.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
icxxabi.cpp Kernel/LibC: Write cxx abi with proper locking 2024-03-26 02:28:10 +02:00
malloc.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
math.cpp LibC: Use GCC builtins for math functions 2024-03-21 15:19:44 +02:00
printf_impl.cpp LibC: fix printf %e for inf/nan values 2024-02-16 15:34:24 +02:00
pwd.cpp LibC: Don't use BAN inside pwd.cpp 2024-05-29 19:12:15 +03:00
scanf_impl.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
signal.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
stdio.cpp LibC: Fix parsing mode from string 2024-02-20 13:25:24 +02:00
stdlib.cpp BAN: Implement will_{addition,multiplication}_overflow 2024-06-14 11:04:29 +03:00
string.cpp Kernel: Add klibc for kernel 2024-02-14 15:00:04 +02:00
strings.cpp LibC: Implement non-locale specific functions from strings.h 2023-12-14 10:59:39 +02:00
stropts.cpp Kernel/LibC: Implement basic ioctl for network addresses 2024-02-03 01:50:10 +02:00
termios.cpp Kernel: Add bareboness possibility to set termios 2023-05-26 22:31:21 +03:00
time.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
unistd.cpp Kernel/LibC: Implement SYS_ISATTY and isatty() 2024-06-03 03:36:25 +03:00