summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Make abort() update sp attn area (like assert does)Stewart Smith2015-02-111-1/+7
* Fix commit 16c80346Jeremy Kerr2015-02-091-2/+11
* Add OPAL_INVALID_CALL explicitly in opal.h and docsStewart Smith2015-02-051-11/+2
* Makefile: clean the gcov files created during coverageNeelesh Gupta2015-02-051-2/+11
* add libc/test/.gitignore for the new libc unit testsStewart Smith2015-01-271-0/+10
* Add skeleton for libc/ctype unit testsStewart Smith2015-01-203-1/+62
* Add skeleton for libc/stdlib unit testStewart Smith2015-01-203-1/+62
* Skeleton unit tests for libc memops (libc/string/*)Stewart Smith2015-01-203-1/+71
* Add some skiboot snprintf test casesStewart Smith2015-01-204-5/+242
* Merge branch 'update-2.1.1.1'Stewart Smith2015-01-191-55/+108
|\
| * opal: Fix buffer overrun in print_* functions.Mahesh Salgaonkar2015-01-191-55/+108
* | Exclude all test cases from coverage-reportStewart Smith2014-12-191-0/+2
* | Pretty print make check and coverage outputStewart Smith2014-12-191-4/+4
* | Fix makefile dependency generation, especially for HOSTCCStewart Smith2014-12-151-7/+0
* | Remove vsprintf: just like sprintf, vsnprintf is a much better ideaStewart Smith2014-11-283-21/+1
* | Remove sprintf: there's no good reason to have this in firmwareStewart Smith2014-11-283-32/+1
* | Merge branch 'update-2.1.1.1'Stewart Smith2014-11-262-9/+10
|\ \ | |/
| * Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith2014-11-261-0/+1
| * vsnprintf: Change print_itoa to use less stackShreyas B. Prabhu2014-11-261-9/+9
* | use $(wildcard ) in test MakefilesDan Streetman2014-11-251-1/+1
* | Preliminary code coverage reporting infrastructureStewart Smith2014-10-221-1/+11
* | libc/test: Fix timeJoel Stanley2014-10-011-1/+0
|/
* libc: Add mktime and gmtime_rAlistair Popple2014-08-155-3/+250
* attn: Add git version and backtrace details to user dataAruna Balakrishnaiah2014-08-131-1/+2
* Use PR_EMERG priority in assert() codepathStewart Smith2014-08-082-24/+1
* replace printf() with console log, level 5 aka INFO messagesStewart Smith2014-08-082-28/+1
* ATTN: Set up attention area to handle attentionAruna Balakrishnaiah2014-08-011-2/+6
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-0265-0/+2536
OpenPOWER on IntegriCloud