aboutsummaryrefslogtreecommitdiff
path: root/lib/string.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer1-7/+7
2022-10-27lib: fix buggy strcmp and strncmpWIP/27Oct2022Rasmus Villemoes1-10/+17
2021-10-08lib: Add memdup()Simon Glass1-0/+13
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek BehĂșn1-4/+5
2021-04-12lib: string: Implement strlcatSean Anderson1-0/+19
2021-04-12lib: string: Fix strlcpy return valueSean Anderson1-4/+8
2021-01-16string: Use memcpy() within memmove() when we canPatrick Delaunay1-1/+13
2020-02-05string: Allow arch override of strndup() alsoSimon Glass1-1/+1
2019-06-05lib: Implement strndup()Thierry Reding1-0/+23
2018-11-20string: Include the config headerSimon Glass1-0/+1
2017-06-01string: Add strcspn()Simon Glass1-0/+24
2017-06-01string: Add strchrnul()Simon Glass1-0/+8
2017-05-09string: Use memcpy() within memmove() when we canSimon Glass1-9/+2
2017-04-04string: Provide a slimmed-down memset()Simon Glass1-2/+4
2016-06-06Remove unneeded remnants of bcopy().Robert P. J. Day1-24/+0
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-0/+25
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-0/+59
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger1-39/+0
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass1-4/+12
2012-01-26nand: Sanitize ONFI strings.Christian Hitz1-0/+39
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser1-0/+6
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+605