aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2015-02-23atoi/atol should assume base 10, not autodetect base.Daniel Axtens3-6/+9
2015-02-23Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens3-8/+3
2015-02-23Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens1-0/+60
2015-02-11Make abort() update sp attn area (like assert does)Stewart Smith1-1/+7
2015-02-09Fix commit 16c80346Jeremy Kerr1-2/+11
2015-02-05Add OPAL_INVALID_CALL explicitly in opal.h and docsStewart Smith1-11/+2
2015-02-05Makefile: clean the gcov files created during coverageNeelesh Gupta1-2/+11
2015-01-27add libc/test/.gitignore for the new libc unit testsStewart Smith1-0/+10
2015-01-20Add skeleton for libc/ctype unit testsStewart Smith3-1/+62
2015-01-20Add skeleton for libc/stdlib unit testStewart Smith3-1/+62
2015-01-20Skeleton unit tests for libc memops (libc/string/*)Stewart Smith3-1/+71
2015-01-20Add some skiboot snprintf test casesStewart Smith4-5/+242
2015-01-19Merge branch 'update-2.1.1.1'Stewart Smith1-55/+108
2015-01-19opal: Fix buffer overrun in print_* functions.skiboot-2.1.1-fw810.20-4Mahesh Salgaonkar1-55/+108
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Pretty print make check and coverage outputStewart Smith1-4/+4
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-7/+0
2014-11-28Remove vsprintf: just like sprintf, vsnprintf is a much better ideaStewart Smith3-21/+1
2014-11-28Remove sprintf: there's no good reason to have this in firmwareStewart Smith3-32/+1
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith2-9/+10
2014-11-26Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith1-0/+1
2014-11-26vsnprintf: Change print_itoa to use less stackShreyas B. Prabhu1-9/+9
2014-11-25use $(wildcard ) in test MakefilesDan Streetman1-1/+1
2014-10-22Preliminary code coverage reporting infrastructureStewart Smith1-1/+11
2014-10-01libc/test: Fix timeJoel Stanley1-1/+0
2014-08-15libc: Add mktime and gmtime_rAlistair Popple5-3/+250
2014-08-13attn: Add git version and backtrace details to user dataAruna Balakrishnaiah1-1/+2
2014-08-08Use PR_EMERG priority in assert() codepathStewart Smith2-24/+1
2014-08-08replace printf() with console log, level 5 aka INFO messagesStewart Smith2-28/+1
2014-08-01ATTN: Set up attention area to handle attentionAruna Balakrishnaiah1-2/+6
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt65-0/+2536