1. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  2. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  3. f2d153f Merge "Initial implementation of __cxa_thread_atexit_impl" by Dmitriy Ivanov · 10 years ago
  4. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  5. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  6. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  7. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  8. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  9. 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 10 years ago
  10. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
  11. c6fbbb4 Merge "Hide statfs/fstatfs' ST_VALID flag from userspace." by Elliott Hughes · 10 years ago
  12. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  13. c0eaa73 Merge "Support loading shared libraries from zip files" by Dimitry Ivanov · 10 years ago
  14. ee7649c set errno to ENOENT in getauxval per glibc 2.19 by Daniel Micay · 10 years ago
  15. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  16. aef7195 Support loading shared libraries from zip files by Simon Baldwin · 11 years ago
  17. cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 10 years ago
  18. d3e2a20 Merge "Hide content of pthread_cond_t in pthread_cond_internal_t." by Yabin Cui · 10 years ago
  19. b1ada3d Fix typo by Dmitriy Ivanov · 10 years ago
  20. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago
  21. 64a9c4f Make gtest_main exit 1 when some test are failed. by Yabin Cui · 10 years ago
  22. 5b8e7cd Remove duplication in pthread_mutex.cpp. by Yabin Cui · 10 years ago
  23. c6e5874 Loosen fchmodat AT_SYMLINK_NOFOLLOW test on symlink. by Yabin Cui · 10 years ago
  24. 24e8871 Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. by Yabin Cui · 10 years ago
  25. d964759 Fix fortify compilation test in x86_64. by Yabin Cui · 10 years ago
  26. 94545eb Fix fortify compilation test on x86. by Yabin Cui · 10 years ago
  27. f3bd305 Fix fortify compilation test on mips. by Yabin Cui · 10 years ago
  28. e1c0213 Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 10 years ago
  29. 08ee8d2 Switch pthread_rwlock_t to stdatomic. by Yabin Cui · 10 years ago
  30. 20f2268 Add fortify compile test. by Yabin Cui · 10 years ago
  31. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 10 years ago
  32. f623747 Make bionic gtest main be compatible with gtest output format for cts test. by Yabin Cui · 10 years ago
  33. ea9c933 Make all output of child test go to parent process in gtest_main. by Yabin Cui · 10 years ago
  34. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 10 years ago
  35. be52e65 Fix dup2 in the case where the two fds are equal. by Elliott Hughes · 10 years ago
  36. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  37. 54b61b7 Merge "Accuracy tests for libm" by Christopher Ferris · 10 years ago
  38. fb48c68 Merge "Fix memchr overflow." by Elliott Hughes · 10 years ago
  39. e1f9dda Regression test for NDK bug 80199. by Elliott Hughes · 10 years ago
  40. 41ef902 Fix memchr overflow. by Elliott Hughes · 10 years ago
  41. 56b2b29 Accuracy tests for libm by Jingwei Zhang · 11 years ago
  42. 7f92509 Fix our ftw tests. by Elliott Hughes · 10 years ago
  43. 05d2621 Display errors instead of running infinitely. by Christopher Ferris · 11 years ago
  44. ead0814 Add path separator in bionic-unit-tests program path. by Yabin Cui · 10 years ago
  45. 6382665 Merge "Add signal handling in bionic gtest main." by Yabin Cui · 10 years ago
  46. 1d4c780 Add signal handling in bionic gtest main. by Yabin Cui · 11 years ago
  47. 1797601 Merge "Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test." by Yabin Cui · 10 years ago
  48. f4fe693 Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test. by Yabin Cui · 11 years ago
  49. 11829be Merge "Add test about pthread_mutex_t owner tid limit." by Yabin Cui · 11 years ago
  50. 140f367 Add test about pthread_mutex_t owner tid limit. by Yabin Cui · 11 years ago
  51. d80ec66 Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support" by Nick Kralevich · 11 years ago
  52. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  53. d036e94 Explicitly check that the reason fortify tests abort is fortify. by Elliott Hughes · 11 years ago
  54. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  55. b6e3e80 Add the fortify tests back into the glibc tests. by Elliott Hughes · 11 years ago
  56. 11c4353 Add --gtest-filter as synonym for --gtest_filter in bionic gtest main. by Yabin Cui · 11 years ago
  57. 385c07a Merge "Fix parse of gtest_filter in bionic gtest main." by Yabin Cui · 11 years ago
  58. 0bc4e96 Fix parse of gtest_filter in bionic gtest main. by Yabin Cui · 11 years ago
  59. acc06a0 Merge "Add a test for float registers across setjmp/logjmp." by Elliott Hughes · 11 years ago
  60. 4a82ede Rename "TIMEWARN" to "SLOW" in bionic gtest. by Yabin Cui · 11 years ago
  61. 87dd503 Add a test for float registers across setjmp/logjmp. by Elliott Hughes · 11 years ago
  62. 0e6af17 Merge "Support --gtest_ouput option in bionic gtest main." by Yabin Cui · 11 years ago
  63. 657b1f9 Support --gtest_ouput option in bionic gtest main. by Yabin Cui · 11 years ago
  64. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  65. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  66. 14152b9 Remove obsolete BUILD_TINY_ANDROID. by Elliott Hughes · 11 years ago
  67. e6bb5a2 Fix optimized fread. by Elliott Hughes · 11 years ago
  68. 31005ca Merge "Minimize calls to mprotect" by Dmitriy Ivanov · 11 years ago
  69. 279a22f Minimize calls to mprotect by Dmitriy Ivanov · 11 years ago
  70. 4ce907d Allow make to set a timeout for the host tests. by Dan Albert · 11 years ago
  71. 62284dd There's no such thing as LOCAL_CXXFLAGS. by Elliott Hughes · 11 years ago
  72. 0ed7e08 Fix the stdio.fread_EOF test. by Elliott Hughes · 11 years ago
  73. bcb378d Fix fread_EOF test name. by Elliott Hughes · 11 years ago
  74. 8c4994b Implement __fsetlocking. by Elliott Hughes · 11 years ago
  75. c053a42 Merge "Optimized fread." by Elliott Hughes · 11 years ago
  76. 75b9938 Optimized fread. by Elliott Hughes · 11 years ago
  77. 516eb53 Remove testcase time printing in bionic-unit-tests. by Yabin Cui · 11 years ago
  78. 6104eb9 Add target libbionic_gtest_main for cts test. by Yabin Cui · 11 years ago
  79. 1d7b3f3 Merge "Improve <stdio_ext.h> testing." by Elliott Hughes · 11 years ago
  80. df8f1a4 Improve <stdio_ext.h> testing. by Elliott Hughes · 11 years ago
  81. cfe7e75 Merge "Make sys_resource test more robust." by Yabin Cui · 11 years ago
  82. 4853f40 Make sys_resource test more robust. by Yabin Cui · 11 years ago
  83. 19e246d Fix possible leak in pthread_detach. by Yabin Cui · 11 years ago
  84. deab11a Merge "Make bionic-unit-tests default run isolate mode." by Yabin Cui · 11 years ago
  85. a35cd8c Test that ip6-localhost exists in etc/hosts. by Yabin Cui · 11 years ago
  86. be83736 Make bionic-unit-tests default run isolate mode. by Yabin Cui · 11 years ago
  87. c62a4b5 Fix freeaddrinfo(NULL). by Elliott Hughes · 11 years ago
  88. 917d390 Make pthread stack size match real range. by Yabin Cui · 11 years ago
  89. bfa15e4 Set linux 32bit personality for 32 bit processes by Dmitriy Ivanov · 11 years ago
  90. 597800f Merge "better gtest runner for bionic" by Yabin Cui · 11 years ago
  91. 541b0b1 Merge "Reserve enough user request stack space in pthread_create." by Yabin Cui · 11 years ago
  92. 6a7aaf4 Reserve enough user request stack space in pthread_create. by Yabin Cui · 11 years ago
  93. ba09edc Merge "Fix nan output in the printf family." by Elliott Hughes · 11 years ago
  94. 1b18aff Fix nan output in the printf family. by Elliott Hughes · 11 years ago
  95. 370a3e5 Merge "Sync with upstream for gethnamaddr.c." by Yabin Cui · 11 years ago
  96. 58d33a5 Sync with upstream for gethnamaddr.c. by Yabin Cui · 11 years ago
  97. 92b9cb2 Merge "Add another test for weak-reference" by Dmitriy Ivanov · 11 years ago
  98. bfa88bc Add another test for weak-reference by Dmitriy Ivanov · 11 years ago
  99. 294d1e2 better gtest runner for bionic by Yabin Cui · 11 years ago
  100. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago