.. |
arch
|
…
|
|
arpa
|
LibC: Implement inet_aton
|
2025-06-02 11:39:18 +03:00 |
include
|
Kernel: Implement basic AC97 driver
|
2025-07-15 14:17:49 +03:00 |
sys
|
Kernel/LibC: Implement flock
|
2025-06-28 16:55:13 +03:00 |
CMakeLists.txt
|
Kernel/LibC: Implement flock
|
2025-06-28 16:55:13 +03:00 |
assert.cpp
|
…
|
|
complex.cpp
|
…
|
|
ctype.cpp
|
…
|
|
dirent.cpp
|
LibC: Implement rewinddir
|
2025-06-28 16:55:13 +03:00 |
dlfcn.cpp
|
LibC: Implement very hacky dlopen/dlsym/dclose
|
2025-06-28 16:55:13 +03:00 |
endian.cpp
|
LibC: Add endian.h
|
2025-06-17 13:15:42 +03:00 |
environ.cpp
|
LibC: Fix enviroment variable allocation
|
2025-06-28 20:25:35 +03:00 |
errno.cpp
|
…
|
|
fcntl.cpp
|
…
|
|
fenv.cpp
|
…
|
|
ftw.cpp
|
…
|
|
grp.cpp
|
…
|
|
icxxabi.cpp
|
…
|
|
inttypes.cpp
|
…
|
|
langinfo.cpp
|
…
|
|
libgen.cpp
|
…
|
|
locale.cpp
|
…
|
|
malloc.cpp
|
LibC: Make malloc actually allign to s_malloc_default_align boundary
|
2025-06-28 16:55:13 +03:00 |
math.cpp
|
…
|
|
netdb.cpp
|
LibC: Implement gethostbyaddr
|
2025-06-28 16:55:13 +03:00 |
poll.cpp
|
…
|
|
printf_impl.cpp
|
…
|
|
pthread.cpp
|
LibC: Add stubs for pthread_{get,set}schedparam
|
2025-06-28 16:55:13 +03:00 |
pwd.cpp
|
LibC: Add pw_passwd and pw_gecos to passwd structure
|
2025-06-02 12:23:06 +03:00 |
scanf_impl.cpp
|
…
|
|
sched.cpp
|
LibC: Add sched_get_priority_{min,max}
|
2025-06-28 16:55:13 +03:00 |
setjmp.cpp
|
…
|
|
signal.cpp
|
…
|
|
stdio.cpp
|
LibC: fflush file in setvbuf before updating the buffer
|
2025-07-02 01:54:03 +03:00 |
stdlib.cpp
|
LibC: Fix mbstowcs and add wcstombs
|
2025-06-16 15:08:49 +03:00 |
string.cpp
|
…
|
|
strings.cpp
|
LibC: Implement deprecated bcmp, bcopy, bzero
|
2025-06-28 20:25:35 +03:00 |
syslog.cpp
|
LibC: Make {open,sys,close}log use their own FILE instead of stddbg
|
2025-06-06 11:59:15 +03:00 |
termios.cpp
|
…
|
|
time.cpp
|
…
|
|
unistd.cpp
|
LibC: Fix exec family function path resolution
|
2025-07-15 14:17:49 +03:00 |
utime.cpp
|
…
|
|
wchar-stdio.cpp
|
…
|
|
wchar.cpp
|
LibC: Allow searching null char with wcschr
|
2025-06-16 15:09:55 +03:00 |