aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2023-09-12libc: Add ENXIO error codeChristophe Lombard1-5/+7
2023-09-12libc: Expand limits.h and include in stdint.hChristophe Lombard2-0/+9
2021-12-09libfdt: sync to upstream dtc.git commit 45f3d1a095ddNicholas Piggin1-0/+1
2020-06-11io: endian annotations and fixNicholas Piggin1-1/+6
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith10-10/+10
2019-12-16fix simple sparse warningsNicholas Piggin1-1/+1
2019-10-03core/util: trap based assertionsNicholas Piggin2-13/+39
2019-07-26SPDX-ify all skiboot codeStewart Smith10-134/+31
2019-05-20libc/string: speed up common string functionsNicholas Piggin21-103/+109
2019-05-20libfdt: upgrade to upstream dtc.git 243176cNicholas Piggin6-1/+47
2018-05-24Fix strtok for previous tokens being NULLBalbir singh1-1/+4
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin5-5/+5
2017-09-15libc: add strnlen()Oliver O'Halloran2-0/+14
2017-08-24libc/test/run-snprintf: int -> unsigned intStewart Smith1-1/+2
2017-08-24mktime: fix off-by-one error calling days_in_monthStewart Smith1-1/+1
2017-08-24libc/time.c: days_in_month() use char rather than intStewart Smith1-1/+1
2017-05-31libc: Add labs() to stdlibShilpasri G Bhat4-1/+34
2017-05-01gcov: fix typo preventing libc coverage reportStewart Smith1-1/+1
2017-02-02libc/stdio/vsnprintf.c: add explicit fallthroughStewart Smith1-0/+1
2017-01-05stdio: Fix default definition of pr_fmtBenjamin Herrenschmidt1-1/+1
2016-10-17snprintf: increase testing, %u and 0 paddingStewart Smith1-0/+53
2016-10-11libc : Changes variable data type where return value of strlen() stored from ...Mukesh Ojha3-4/+4
2016-10-05libc/string: add memcpy_from_ci()Claudio Carvalho3-5/+54
2016-09-02strlen: use size_t for lenStewart Smith1-1/+1
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-2/+2
2016-08-18libc: Use 8-bytes stores for non-0 memset tooBenjamin Herrenschmidt1-1/+8
2016-07-18libc: Remove NULL check for format argument in snprintf()Cyril Bur1-1/+1
2016-07-06Add "ffs" inline functionBenjamin Herrenschmidt1-0/+5
2016-06-20Fix for typosFrederic Bonnard2-2/+2
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-2/+5
2015-11-13Remove unused scanf and variantsStewart Smith5-455/+3
2015-09-09Move FSP specific abort() code to platform layerVasant Hegde2-10/+4
2015-07-08fix wrong operator use in stdlib/rand.cStewart Smith1-1/+1
2015-07-02Increase unit test coverage of printf h and z length modifiersStewart Smith1-0/+31
2015-07-02Increase unit test coverage of printf %p and %oStewart Smith1-0/+22
2015-06-24add tests for libc tolower() and toupper()Stewart Smith2-0/+22
2015-06-24add tests for libc isdigit, isprint, isspace, isxdigitStewart Smith2-0/+93
2015-06-24add tests for libc memmoveStewart Smith2-2/+27
2015-06-24add tests for libc strncasecmpStewart Smith2-0/+17
2015-06-24add tests for libc strcasecmpStewart Smith2-0/+27
2015-06-24add tests for libc strcmpStewart Smith2-0/+10
2015-06-24add tests for libc memcmpStewart Smith2-0/+10
2015-06-24add tests for libc memchrStewart Smith2-0/+13
2015-06-23libflash/blocklevel: Extend the block level to be able to do eccCyril Bur1-0/+2
2015-06-15Remove unused struct tm elementsStewart Smith1-5/+0
2015-06-01Optimized memset() implementation for POWERStewart Smith3-0/+55
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith1-1/+9
2015-02-26sparse: fix libc declarationsCédric Le Goater1-6/+8
2015-02-26sparse: fix Using plain integer as NULL pointer warningCédric Le Goater2-2/+2
2015-02-26sparse: declare errnoCédric Le Goater1-0/+1