summaryrefslogtreecommitdiff
path: root/src/libc
AgeCommit message (Expand)Author
2017-07-16fixed newline output in Linux stub in libc testsAndreas Baumann
2017-07-14some linkage tweaking, the kernel is not linked against libssp (whichAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-13removed som kernel_panics in libcAndreas Baumann
2017-07-13added an exit functionAndreas Baumann
2017-07-13added a simple test for malloc/freeAndreas Baumann
2017-07-13separated C library implementations with an OS_ABAOS define (for now),Andreas Baumann
2017-07-05'mem' command shows memory usage of kernel heap nowAndreas Baumann
2017-07-01added a strlcatAndreas Baumann
2017-06-15added a memcpy function (clang needs it to copy structs in assignments)Andreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann