..
bits
libc: Alias __lc_unreachable to __builtin_unreachable
2022-10-15 11:20:20 +02:00
luna
Kernel, libc: Implement spawn()
2022-10-16 18:48:35 +02:00
sys
libc: Add support for mkdir()
2022-10-16 17:37:29 +02:00
assert.h
libc: Add assert()
2022-10-15 10:05:48 +02:00
ctype.h
libc: Add ctype.h
2022-10-14 21:12:26 +02:00
errno.h
libc: Add support for EEXIST, ENOTDIR, ENOSPC, ENOTSUP and EPIPE to strerror()
2022-10-16 17:24:58 +02:00
fcntl.h
libc: Implement fcntl(F_DUPFD) and dup()
2022-10-15 11:16:34 +02:00
inttypes.h
libc: More inttypes.h
2022-10-15 16:53:26 +02:00
libgen.h
libc: Implement dirname() and basename()
2022-10-15 16:08:27 +02:00
luna.h
Kernel, libc: Implement spawn()
2022-10-16 18:48:35 +02:00
sched.h
libc: Add sched_yield()
2022-10-15 11:43:13 +02:00
setjmp.h
libc: Add setjmp.h stub functions (not implemented)
2022-10-15 15:13:25 +02:00
signal.h
libc: Add stubbed signal.h header
2022-10-15 15:13:38 +02:00
stdio.h
libc: Add Luna-specific limits
2022-10-15 14:31:55 +02:00
stdlib.h
Replace the rand() which reads from /dev/random with a Mersenne PRNG.
2022-10-15 16:46:54 +02:00
string.h
libc: Implement strlcpy(), and make strncpy() standard-compliant
2022-10-15 17:24:22 +02:00
time.h
libc: Add support for the new clock() system call
2022-10-15 13:21:22 +02:00
unistd.h
libc: Add Luna-specific limits
2022-10-15 14:31:55 +02:00