1. 02482ee Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · Fri Jul 14 13:24:50 2023 +0200
  2. b540ec9 lib: fix buggy strcmp and strncmp by Rasmus Villemoes · Wed Oct 05 11:09:25 2022 +0200
  3. 4b2a18b lib: Add memdup() by Simon Glass · Sat Sep 25 07:03:06 2021 -0600
  4. cde6978 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · Thu May 20 13:23:55 2021 +0200
  5. 9297a7f lib: string: Implement strlcat by Sean Anderson · Thu Mar 11 00:15:42 2021 -0500
  6. 2f51257 lib: string: Fix strlcpy return value by Sean Anderson · Thu Mar 11 00:15:41 2021 -0500
  7. 26b66a3 string: Use memcpy() within memmove() when we can by Patrick Delaunay · Fri Dec 11 14:59:23 2020 +0100
  8. 9e8f6d6 string: Allow arch override of strndup() also by Simon Glass · Mon Feb 03 07:36:00 2020 -0700
  9. f056182 lib: Implement strndup() by Thierry Reding · Mon Apr 15 11:32:14 2019 +0200
  10. 43e571d string: Include the config header by Simon Glass · Tue Nov 06 15:21:38 2018 -0700
  11. 0d0e3c9 string: Add strcspn() by Simon Glass · Thu May 18 20:09:29 2017 -0600
  12. 4355d42 string: Add strchrnul() by Simon Glass · Thu May 18 20:09:28 2017 -0600
  13. 03f827e string: Use memcpy() within memmove() when we can by Simon Glass · Wed Apr 05 16:23:31 2017 -0600
  14. e2f94ae string: Provide a slimmed-down memset() by Simon Glass · Sun Apr 02 09:50:28 2017 -0600
  15. 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · Mon May 30 06:55:53 2016 -0400
  16. 0588ce1 lib: string: move strlcpy() to a common place by Masahiro Yamada · Thu Nov 20 21:20:32 2014 +0900
  17. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · Fri Oct 04 17:43:25 2013 +0200
  18. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  19. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · Tue Dec 11 22:16:18 2012 -0600
  20. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · Wed Dec 05 14:46:35 2012 +0000
  21. 6f1c9e0 nand: Sanitize ONFI strings. by Christian Hitz · Wed Oct 12 09:32:05 2011 +0200
  22. 5bf6348 memcpy/memmove: Do not copy to same address by Matthias Weisser · Sun May 22 23:03:55 2011 +0000
  23. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500[Renamed from lib_generic/string.c]
  24. fe1a2fb lib_generic memset: fill one word at a time if possible by Alessandro Rubini · Sat Oct 10 11:51:16 2009 +0200
  25. f881b54 lib_generic memcpy: copy one word at a time if possible by Alessandro Rubini · Sat Oct 10 11:51:05 2009 +0200
  26. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  27. af8c4ca Scheduled for removal: strnicmp() which is unused by Wolfgang Denk · Wed May 03 01:00:39 2006 +0200
  28. df70a42 Fix loop end test in lib_generic/string.c:strswab() by Wolfgang Denk · Tue Oct 04 23:38:07 2005 +0200
  29. c7ca7cf Fix strswab() to reliably find end of string Patch by Andrew Dyer, 08 Feb 2005 by Wolfgang Denk · Sun Sep 25 16:15:17 2005 +0200
  30. acd9b10 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · Sun Mar 14 00:59:59 2004 +0000
  31. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  32. 67ff36c * Patch by Daniel Engström, 18 Nov 2002: by wdenk · Tue Nov 19 23:01:07 2002 +0000
  33. c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000