metal-cos/lib/libc
2023-10-23 16:27:55 -04:00
..
amd64 pthread init and implementing pthread_self 2015-01-30 20:47:32 -08:00
core CoreMutex cleanup and add to build 2015-01-30 20:44:01 -08:00
posix Rename cpu definitions to cpu.h and cpuop.h 2023-10-23 16:27:55 -04:00
abort.c Implemented a simple malloc and a few minor fixes 2015-01-04 22:10:37 -08:00
assert.c Enable fprintf for user level asserts. 2015-01-02 16:23:53 -08:00
crt1.c Add argument passing 2023-08-20 19:04:28 -04:00
crti.S Added a simple crti/n/1 to fix clang compat issues 2015-02-27 15:57:07 -08:00
crtn.S Added a simple crti/n/1 to fix clang compat issues 2015-02-27 15:57:07 -08:00
dir.c Fixing bugs in libc 2015-01-23 12:39:35 -08:00
exit.c Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
file.c fix the fgets hack 2023-10-05 12:48:49 -04:00
malloc.c Add calloc to libc 2023-08-19 22:14:06 -04:00
printf.c Updating copyright for files only touched by me 2018-07-05 16:55:21 -04:00
process.c Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
SConscript Add atoi to stdlib 2023-08-20 19:05:08 -04:00
stdlib.c Fix typeo in atoi when copying from kdb 2023-08-21 17:00:18 -04:00
string.c Reentrant strtok for kernel debugger 2023-10-01 19:47:26 -04:00
syscall.c Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
time.c Moving some definitions from time.h into sys/time.h 2015-02-02 15:29:12 -08:00