1. 23b986c Fix bionic tests for undefined __SIGRTMIN in musl by Colin Cross · 2 years, 10 months ago
  2. 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 3 years ago
  3. 4ef83d6 Revert "strerror: incl enum name" by Steven Moreland · 3 years, 10 months ago
  4. c3060de strerror: incl enum name by Steven Moreland · 3 years, 10 months ago
  5. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  6. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
  7. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  8. 422b204 Merge "Switch to musl memmem (via OpenBSD)." by Elliott Hughes · 5 years ago
  9. 5633caa Switch to musl memmem (via OpenBSD). by Elliott Hughes · 5 years ago
  10. 2e71c17 Trivial strxfrm coverage improvement. by Elliott Hughes · 5 years ago
  11. c6b38ae Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  12. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  13. fbac97a Move NetBSD string routines to OpenBSD. by Elliott Hughes · 6 years ago
  14. eebf5fd Reduce strerror(3)'s impact on .data.rel.ro. by Elliott Hughes · 7 years ago
  15. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  16. 2f030af Add new memchr/strrchr tests. by Christopher Ferris · 8 years ago
  17. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  18. d61ca37 Fix misc-macro-parentheses warnings in bionic/tests. by Chih-Hung Hsieh · 9 years ago
  19. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  20. 71766c2 Add a memcpy(a, a, n) test. by Christopher Ferris · 9 years ago
  21. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  22. fdfcfce Fix over read in strcpy/stpcpy/strcat. by Christopher Ferris · 10 years ago
  23. 7ac3c12 Add strchrnul. by Elliott Hughes · 10 years ago
  24. d2a9fb3 Add a regression test for a fixed strnlen bug. by Elliott Hughes · 10 years ago
  25. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  26. 41ef902 Fix memchr overflow. by Elliott Hughes · 10 years ago
  27. 1468765 Add align/overread tests for strlcpy/strlcat. by Christopher Ferris · 11 years ago
  28. 7b956ed Reset enviroment for math_tests by Dmitriy Ivanov · 11 years ago
  29. 8da304b Merge "Make string tests check all alignment combinations" by Dmitriy Ivanov · 11 years ago
  30. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  31. 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago
  32. 1467dfe Make string tests check all alignment combinations by Dmitriy Ivanov · 11 years ago
  33. e03e1ea Fix memchr with a zero length. by Christopher Ferris · 11 years ago
  34. 3a657d0 Add extra strchr testing. by Christopher Ferris · 11 years ago
  35. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  36. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  37. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  38. 24614b4 Remove __memcmp16 from bionic. by Elliott Hughes · 11 years ago
  39. 2aca7fe AArch64: Fix memcmp16() test by Serban Constantinescu · 11 years ago
  40. fce8614 Fix for slm-tuned memmove (both 32- and 64-bit). by Varvara Rainchik · 11 years ago
  41. 6c80ccd denver: optimize memmove by Shu Zhang · 11 years ago
  42. 0990d4f Make SIGRTMIN hide the real-time signals we use internally. by Elliott Hughes · 11 years ago
  43. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 11 years ago
  44. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 12 years ago
  45. e5bbb6b Add strcmp/memcmp testing. by Christopher Ferris · 12 years ago
  46. b687ad3 Add new tests for memory/string routines. by Christopher Ferris · 12 years ago
  47. baa91f4 Add ssse3 implementation of __memcmp16. by Alexander Ivchenko · 12 years ago
  48. 13476de Add tests for __strcpy_chk() by Nick Kralevich · 12 years ago
  49. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  50. 4f40e51 libc: cleanup strchr by Nick Kralevich · 12 years ago
  51. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  52. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 13 years ago
  53. 6060589 fix strerror_r test by Nick Kralevich · 13 years ago
  54. dcab1b2 Add stack canaries / strcpy tests. by Nick Kralevich · 13 years ago
  55. e6e6006 glibc 2.15 treats errno as signed in strerror(3). by Elliott Hughes · 13 years ago
  56. 036154b Tests for string routines. by Anna Tikhonova · 13 years ago
  57. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  58. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 13 years ago
  59. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago