Luna/libs/libc/include
apio f46831f459 libc: Define PATH_MAX
This restriction is actually not enforced by the kernel. It should be.
2022-11-12 14:13:28 +01:00
..
bits libc: Implement gettimeofday() and instantly mark it as deprecated 2022-10-30 20:40:05 +01:00
luna libc: Define PATH_MAX 2022-11-12 14:13:28 +01:00
sys libc: Add unimplemented st_nlink field 2022-11-09 11:36:21 +01:00
alloca.h libc: Add alloca.h 2022-10-27 17:23:50 +02:00
assert.h libc: Update headers with more comments 2022-10-25 19:27:24 +02:00
ctype.h libc: Update headers with more comments 2022-10-25 19:27:24 +02:00
dirent.h libc: Add DT_* macros to dirent.h 2022-11-09 11:36:41 +01:00
errno.h libc: Define EOVERFLOW and make every dummy errno value unique 2022-11-09 11:37:32 +01:00
fcntl.h libc: Add creat() 2022-11-12 14:12:49 +01:00
inttypes.h libc: More inttypes.h 2022-10-23 10:31:56 +02:00
libgen.h libc: Implement dirname() and basename() 2022-10-15 16:08:27 +02:00
locale.h libc: Add localeconv() 2022-11-09 11:38:14 +01:00
luna.h libc: Adapt libc to getprocid() + add getppid() 2022-10-18 17:36:33 +02:00
math.h libc: Add fpclassify 2022-11-09 11:36:52 +01:00
memory.h Implement enough runtime for binutils to compile 2022-10-31 12:29:53 +01:00
pwd.h libc: Add /etc/passwd and the pwd.h API 2022-10-28 20:55:00 +02:00
sched.h libc: Add sched_yield() 2022-10-15 11:43:13 +02:00
setjmp.h libc: Implement setjmp() and longjmp() 2022-10-17 21:22:18 +02:00
signal.h libc: Add stubs for signal() and raise() 2022-11-09 11:37:08 +01:00
stdio.h libc: Stub out scanf() 2022-11-06 20:47:07 +01:00
stdlib.h libc: Define MB_CUR_MAX 2022-11-12 13:24:04 +01:00
string.h libc: Implement stpcpy 2022-11-12 13:20:28 +01:00
strings.h libc: Add strings.h 2022-10-22 21:13:22 +02:00
time.h libc: Add difftime() 2022-11-06 15:09:38 +01:00
unistd.h Kernel: Rework the uid/gid system to make it compliant 2022-11-09 09:54:07 +01:00
utime.h Implement enough runtime for binutils to compile 2022-10-31 12:29:53 +01:00
wchar.h libc: Define wint_t in wchar.h 2022-11-09 16:29:33 +01:00