aboutsummaryrefslogtreecommitdiff
path: root/libc/string
AgeCommit message (Expand)AuthorFilesLines
2020-06-11io: endian annotations and fixNicholas Piggin1-1/+6
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-14/+3
2019-05-20libc/string: speed up common string functionsNicholas Piggin20-84/+84
2019-05-20libfdt: upgrade to upstream dtc.git 243176cNicholas Piggin2-1/+29
2018-05-24Fix strtok for previous tokens being NULLBalbir singh1-1/+4
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin1-1/+1
2017-09-15libc: add strnlen()Oliver O'Halloran1-0/+13
2016-10-11libc : Changes variable data type where return value of strlen() stored from ...Mukesh Ojha2-2/+2
2016-10-05libc/string: add memcpy_from_ci()Claudio Carvalho2-4/+52
2016-09-02strlen: use size_t for lenStewart Smith1-1/+1
2016-08-18libc: Use 8-bytes stores for non-0 memset tooBenjamin Herrenschmidt1-1/+8
2015-06-01Optimized memset() implementation for POWERStewart Smith1-0/+22
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt18-0/+536