summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* fix wrong operator use in stdlib/rand.cStewart Smith2015-07-081-1/+1
* Increase unit test coverage of printf h and z length modifiersStewart Smith2015-07-021-0/+31
* Increase unit test coverage of printf %p and %oStewart Smith2015-07-021-0/+22
* add tests for libc tolower() and toupper()Stewart Smith2015-06-242-0/+22
* add tests for libc isdigit, isprint, isspace, isxdigitStewart Smith2015-06-242-0/+93
* add tests for libc memmoveStewart Smith2015-06-242-2/+27
* add tests for libc strncasecmpStewart Smith2015-06-242-0/+17
* add tests for libc strcasecmpStewart Smith2015-06-242-0/+27
* add tests for libc strcmpStewart Smith2015-06-242-0/+10
* add tests for libc memcmpStewart Smith2015-06-242-0/+10
* add tests for libc memchrStewart Smith2015-06-242-0/+13
* libflash/blocklevel: Extend the block level to be able to do eccCyril Bur2015-06-231-0/+2
* Remove unused struct tm elementsStewart Smith2015-06-151-5/+0
* Optimized memset() implementation for POWERStewart Smith2015-06-013-0/+55
* Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith2015-05-121-1/+9
* sparse: fix libc declarationsCédric Le Goater2015-02-261-6/+8
* sparse: fix Using plain integer as NULL pointer warningCédric Le Goater2015-02-262-2/+2
* sparse: declare errnoCédric Le Goater2015-02-261-0/+1
* atoi/atol should assume base 10, not autodetect base.Daniel Axtens2015-02-233-6/+9
* Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens2015-02-233-8/+3
* Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens2015-02-231-0/+60
* 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