aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2021-02-09libc: Compile with -WextraAlexey Kardashevskiy2-7/+8
2018-06-07libc: Add a simple implementation of an assert() functionThomas Huth1-0/+36
2018-05-29libc: Add the snprintf() functionThomas Huth3-1/+30
2018-05-24libc: Check for NULL pointers in free()Thomas Huth1-1/+3
2018-05-24libc: Implement strrchr()Thomas Huth2-1/+29
2017-07-07libc: Declare size_t as unsigned longThomas Huth1-2/+1
2017-06-08libc: The arguments of puts() can be marked as "const"Thomas Huth2-2/+2
2016-09-14paflof: Add socket(), send() and recv() functions to paflofThomas Huth1-0/+53
2015-12-23libc: Add srand() callThomas Huth2-0/+6
2015-12-23libc: Fix the rand() function to return non-zero valuesThomas Huth1-2/+2
2015-12-02libc: Port vsnprintf back from skibootAlexey Kardashevskiy1-62/+118
2013-07-24Add standard header stdbool.hNikunj A Dadhania1-0/+20
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth4-0/+7
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt68-0/+3187