toaruos/libc
2023-04-20 13:12:37 +09:00
..
arch libc: more useful stub pow() for aarch64 so Quake plays 2022-10-26 17:39:35 +09:00
assert
ctype
dirent
dlfcn
errno
iconv
ioctl
libgen
libintl
locale
math libc: stub tgamma for kuroko 2022-09-04 19:23:12 +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 float formatters showing '0.10', etc. 2023-03-27 17:13:39 +09:00
stdlib libc: qsort_r 2022-08-26 05:32:00 +09:00
string libc: strsignal 2022-08-18 19:20:56 +09:00
strings
sys net: Support getsockname, getpeername for tcp 2023-04-18 19:40:52 +09:00
time libc: fix conversions of negative timestamps (eg., 0 in western timezones) 2022-04-17 18:36:38 -04:00
unistd
utime
wchar libc: update wcwidth 2023-04-20 13:12:37 +09:00
main.c