1. f0c233b lib: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. 02482ee Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · 1 year, 4 months ago
  3. b540ec9 lib: fix buggy strcmp and strncmp by Rasmus Villemoes · 2 years, 2 months ago
  4. 4b2a18b lib: Add memdup() by Simon Glass · 3 years, 2 months ago
  5. cde6978 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · 3 years, 6 months ago
  6. 9297a7f lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  7. 2f51257 lib: string: Fix strlcpy return value by Sean Anderson · 3 years, 9 months ago
  8. 26b66a3 string: Use memcpy() within memmove() when we can by Patrick Delaunay · 4 years ago
  9. 9e8f6d6 string: Allow arch override of strndup() also by Simon Glass · 4 years, 10 months ago
  10. f056182 lib: Implement strndup() by Thierry Reding · 6 years ago
  11. 43e571d string: Include the config header by Simon Glass · 6 years ago
  12. 0d0e3c9 string: Add strcspn() by Simon Glass · 8 years ago
  13. 4355d42 string: Add strchrnul() by Simon Glass · 8 years ago
  14. 03f827e string: Use memcpy() within memmove() when we can by Simon Glass · 8 years ago
  15. e2f94ae string: Provide a slimmed-down memset() by Simon Glass · 8 years ago
  16. 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  17. 0588ce1 lib: string: move strlcpy() to a common place by Masahiro Yamada · 10 years ago
  18. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  19. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  20. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · 12 years ago
  21. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  22. 6f1c9e0 nand: Sanitize ONFI strings. by Christian Hitz · 13 years ago
  23. 5bf6348 memcpy/memmove: Do not copy to same address by Matthias Weisser · 14 years ago
  24. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago[Renamed from lib_generic/string.c]
  25. fe1a2fb lib_generic memset: fill one word at a time if possible by Alessandro Rubini · 15 years ago
  26. f881b54 lib_generic memcpy: copy one word at a time if possible by Alessandro Rubini · 15 years ago
  27. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  28. af8c4ca Scheduled for removal: strnicmp() which is unused by Wolfgang Denk · 19 years ago
  29. df70a42 Fix loop end test in lib_generic/string.c:strswab() by Wolfgang Denk · 19 years ago
  30. c7ca7cf Fix strswab() to reliably find end of string Patch by Andrew Dyer, 08 Feb 2005 by Wolfgang Denk · 19 years ago
  31. acd9b10 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · 21 years ago
  32. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  33. 67ff36c * Patch by Daniel Engström, 18 Nov 2002: by wdenk · 22 years ago
  34. c609719 Initial revision by wdenk · 22 years ago