summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix strtok for previous tokens being NULLBalbir singh2018-05-241-1/+4
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-285-5/+5
* libc: add strnlen()Oliver O'Halloran2017-09-152-0/+14
* libc/test/run-snprintf: int -> unsigned intStewart Smith2017-08-241-1/+2
* mktime: fix off-by-one error calling days_in_monthStewart Smith2017-08-241-1/+1
* libc/time.c: days_in_month() use char rather than intStewart Smith2017-08-241-1/+1
* libc: Add labs() to stdlibShilpasri G Bhat2017-05-314-1/+34
* gcov: fix typo preventing libc coverage reportStewart Smith2017-05-011-1/+1
* libc/stdio/vsnprintf.c: add explicit fallthroughStewart Smith2017-02-021-0/+1
* stdio: Fix default definition of pr_fmtBenjamin Herrenschmidt2017-01-051-1/+1
* snprintf: increase testing, %u and 0 paddingStewart Smith2016-10-171-0/+53
* libc : Changes variable data type where return value of strlen() stored from ...Mukesh Ojha2016-10-113-4/+4
* libc/string: add memcpy_from_ci()Claudio Carvalho2016-10-053-5/+54
* strlen: use size_t for lenStewart Smith2016-09-021-1/+1
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-2/+2
* libc: Use 8-bytes stores for non-0 memset tooBenjamin Herrenschmidt2016-08-181-1/+8
* libc: Remove NULL check for format argument in snprintf()Cyril Bur2016-07-181-1/+1
* Add "ffs" inline functionBenjamin Herrenschmidt2016-07-061-0/+5
* Fix for typosFrederic Bonnard2016-06-202-2/+2
* */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-2/+5
* Remove unused scanf and variantsStewart Smith2015-11-135-455/+3
* Move FSP specific abort() code to platform layerVasant Hegde2015-09-092-10/+4
* 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
OpenPOWER on IntegriCloud