.. |
assert
|
4c8f8e43fb
Use subdirectories for libc based on headers
|
4 years ago |
ctype
|
b33815c632
libc: support for building libstdc++?
|
3 years ago |
dirent
|
0095f8a2ee
libc: opendir should not set errno, it's set by open
|
3 years ago |
dlfcn
|
09c407235e
libc: stub __cxa_atexit
|
3 years ago |
errno
|
4c8f8e43fb
Use subdirectories for libc based on headers
|
4 years ago |
iconv
|
b33815c632
libc: support for building libstdc++?
|
3 years ago |
ioctl
|
c9c18f70ad
libc: move syscall defs; consistently use SYS_ macros
|
3 years ago |
libgen
|
6a0845d54a
dirname: add command and libc function
|
3 years ago |
libintl
|
9d8962c8f3
libc: stub libintl implementation
|
3 years ago |
locale
|
92fec3ece8
libc fixes
|
4 years ago |
math
|
d63c98b6bf
libc: fprem fmod()
|
3 years ago |
poll
|
191609c30f
poll wrapper around fswait2 (experimental; no POLLOUT, no POLLPRI)
|
3 years ago |
pthread
|
bdd407f29c
libc: more pthread stubs
|
3 years ago |
pty
|
ae6532607a
Add libc wrappers for some syscalls, remove unused syscall.h imports
|
3 years ago |
pwd
|
4c8f8e43fb
Use subdirectories for libc based on headers
|
4 years ago |
sched
|
ae6532607a
Add libc wrappers for some syscalls, remove unused syscall.h imports
|
3 years ago |
signal
|
c9c18f70ad
libc: move syscall defs; consistently use SYS_ macros
|
3 years ago |
stdio
|
0d8a512308
libc: break from scanf on failed non-whitespace match
|
3 years ago |
stdlib
|
6d12735370
libc: fix parse mistake in strtoul
|
3 years ago |
string
|
eff00f21c4
libc: fix strncpy - must set nil bytes
|
3 years ago |
strings
|
b5b2efd8da
libc: strncasecmp that more closely matches strncmp
|
3 years ago |
sys
|
54e9044161
libc: add more toaru-specific syscall wrappers
|
3 years ago |
time
|
059a2dbbd8
libc: fix mktime
|
3 years ago |
unistd
|
e2b6f13ba2
libc: set errno on read, write
|
3 years ago |
wchar
|
3d780117c3
libc: working wcstombs and mbstowcs
|
3 years ago |
crt0.S
|
3fc0ccef4f
libc: crt's to GNU as
|
3 years ago |
crti.S
|
3fc0ccef4f
libc: crt's to GNU as
|
3 years ago |
crtn.S
|
3fc0ccef4f
libc: crt's to GNU as
|
3 years ago |
main.c
|
54e9044161
libc: add more toaru-specific syscall wrappers
|
3 years ago |
setjmp.S
|
a404c0f0af
Enough to build lua
|
4 years ago |