summaryrefslogtreecommitdiff
path: root/lib/string.c
AgeCommit message (Expand)Author
2022-10-27lib: fix buggy strcmp and strncmpRasmus Villemoes
2021-10-08lib: Add memdup()Simon Glass
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek BehĂșn
2021-04-12lib: string: Implement strlcatSean Anderson
2021-04-12lib: string: Fix strlcpy return valueSean Anderson
2021-01-16string: Use memcpy() within memmove() when we canPatrick Delaunay
2020-02-05string: Allow arch override of strndup() alsoSimon Glass
2019-06-05lib: Implement strndup()Thierry Reding
2018-11-20string: Include the config headerSimon Glass
2017-06-01string: Add strcspn()Simon Glass
2017-06-01string: Add strchrnul()Simon Glass
2017-05-09string: Use memcpy() within memmove() when we canSimon Glass
2017-04-04string: Provide a slimmed-down memset()Simon Glass
2016-06-06Remove unneeded remnants of bcopy().Robert P. J. Day
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass
2012-01-26nand: Sanitize ONFI strings.Christian Hitz
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser
2010-04-13Rename lib_generic/ to lib/Peter Tyser