Luna/libs/libc/src
2022-10-03 19:00:10 +02:00
..
_ Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00
luna Add a proper syscall() function to unistd.h 2022-10-02 17:02:15 +02:00
luna.cpp Make function stubs in libc loudly abort instead of silently failing 2022-10-02 18:10:53 +02:00
printf.cpp Add printf() and puts(), quite primitive, looks like hex printing isn't there yet... 2022-10-03 19:00:10 +02:00
stdio.cpp Add printf() and puts(), quite primitive, looks like hex printing isn't there yet... 2022-10-03 19:00:10 +02:00
stdlib.cpp Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00
string.cpp Add a memclr() SSE-optimized function 2022-10-02 19:13:33 +02:00
unistd.cpp Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00