toaruos/libc
2019-12-20 20:20:23 +09:00
..
assert Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
ctype libc: support for building libstdc++? 2018-10-12 10:35:28 +09:00
dirent libc: opendir should not set errno, it's set by open 2019-01-03 20:21:32 +09:00
dlfcn libc: stub __cxa_atexit 2018-10-12 11:30:30 +09:00
errno Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
iconv libc: support for building libstdc++? 2018-10-12 10:35:28 +09:00
ioctl libc: move syscall defs; consistently use SYS_ macros 2018-12-10 10:09:27 +09:00
libgen dirname: add command and libc function 2018-11-18 09:56:43 +09:00
libintl libc: stub libintl implementation 2018-12-08 18:45:19 +09:00
locale libc fixes 2018-06-25 18:15:02 +09:00
math libc: fprem fmod() 2018-12-08 13:33:25 +09:00
poll libc: implement poll with fswait3 2019-12-05 17:49:36 +09:00
pthread libc: more pthread stubs 2018-12-19 14:38:08 +09:00
pty Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
pwd Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
sched Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
signal libc: move syscall defs; consistently use SYS_ macros 2018-12-10 10:09:27 +09:00
stdio sscanf: should accept whitespace before integers 2019-06-29 20:36:28 +09:00
stdlib libc: add realpath (with ToaruOS path mechanics; not Unix) 2019-06-29 20:36:48 +09:00
string libc: fix strncpy - must set nil bytes 2018-11-27 18:41:50 +09:00
strings libc: strncasecmp that more closely matches strncmp 2018-10-12 15:55:18 +09:00
sys kernel: add fswait3 and hack around terminals blocking on their own reads 2019-12-05 17:42:46 +09:00
time libc: fix off-by-one errors in localtime 2019-12-20 20:20:23 +09:00
unistd access(2) should return -1 on error 2019-08-08 09:42:44 +09:00
wchar libc: working wcstombs and mbstowcs 2018-10-10 11:01:30 +09:00
crt0.S libc: crt's to GNU as 2018-10-13 15:53:16 +09:00
crti.S libc: crt's to GNU as 2018-10-13 15:53:16 +09:00
crtn.S libc: crt's to GNU as 2018-10-13 15:53:16 +09:00
main.c libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
setjmp.S Enough to build lua 2018-06-25 13:15:09 +09:00