toaruos/libc
2024-02-08 16:48:44 +09:00
..
arch lbic: aarch64 longjmp should pass second argument as return value 2023-04-23 22:40:23 +09:00
assert
ctype
dirent
dlfcn
errno
iconv
ioctl pty: initial support for setting line control 2023-10-08 14:52:34 +09:00
libgen
libintl
locale
math libc: Add some missing bit-twiddly libm functions 2023-04-23 17:56:33 +09:00
poll libc: only print debug info in poll with __libc_debug 2023-04-18 19:40:52 +09:00
pthread libc: make pthread_t scalar 2022-08-27 15:53:37 +09:00
pty
pwd
sched
signal kernel: rudimentary sigwait 2022-08-18 16:56:43 +09:00
stdio libc: fix incorrect cast of field width to char 2023-07-04 16:46:21 +09:00
stdlib libc: fix wrong argument order to bsearch comparator 2023-04-22 08:19:14 +09:00
string libc: strsignal 2022-08-18 19:20:56 +09:00
strings
sys libc: gethostbyname: better DNS response parser 2023-09-18 06:25:07 -04:00
time libc: actual overrun checks in strftime; fix %z to use proper format 2023-12-23 12:41:11 +09:00
unistd libc: add pread, pwrite; sys_pread, sys_pwrite 2024-02-08 16:48:44 +09:00
utime
wchar libc: wcwidth: latest UCD data 2023-12-28 09:48:05 +09:00
main.c