1. c92f9f8 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  2. c4ebe60 Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 10 years ago
  3. c5e02ee Cleanup ftruncate negative test. by Dan Albert · 10 years ago
  4. 5f3e19d Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  5. d8ead18 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
  6. c15a935 am fd20a8c2: resolved conflicts for merge of 473d96c0 to lmp-mr1-ub-dev by Yabin Cui · 10 years ago
  7. fd20a8c resolved conflicts for merge of 473d96c0 to lmp-mr1-ub-dev by Yabin Cui · 10 years ago
  8. 2b5c228 Remove pthread_detach_no_leak test. by Yabin Cui · 10 years ago
  9. ff40780 Remove -z global workaround for target x86 by Dmitriy Ivanov · 10 years ago
  10. 4bac6ea Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 10 years ago
  11. 5c0996a Fix timer flaky test in lollipop-mr1-cts-dev. by Yabin Cui · 10 years ago
  12. a60fd09 Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  13. 9a2744d Merge "Fix POSIX timer thread naming." by Elliott Hughes · 10 years ago
  14. d1aea30 Fix POSIX timer thread naming. by Elliott Hughes · 10 years ago
  15. 2c256a0 Merge "Unregister pthread_atfork handlers on dlclose()" by Dmitriy Ivanov · 10 years ago
  16. e91e66f Use bfd linker for x86/x86_64 targets by Dmitriy Ivanov · 10 years ago
  17. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  18. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 10 years ago
  19. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  20. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  21. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  22. 3875744 Merge "Support symbol versioning" by Dmitriy Ivanov · 10 years ago
  23. 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
  24. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  25. a40cb0c Merge "Call __cxa_thread_finalize for the main thread." by Dmitriy Ivanov · 10 years ago
  26. 2587c6a Merge "Change on handling of SIGEV_THREAD timers." by Yabin Cui · 10 years ago
  27. 95f1ee2 Change on handling of SIGEV_THREAD timers. by Yabin Cui · 11 years ago
  28. 163ab8b Call __cxa_thread_finalize for the main thread. by Dmitriy Ivanov · 10 years ago
  29. 66aa0b6 Hide emutls* symbols in libc.so by Dmitriy Ivanov · 10 years ago
  30. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago
  31. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 10 years ago
  32. de88974 Merge "Fix dl* tests to run-on-host" by Dmitriy Ivanov · 10 years ago
  33. ef25592 Fix dl* tests to run-on-host by Dmitriy Ivanov · 10 years ago
  34. 9f2c2f5 Merge "Provide writer preference option in rwlock." by Yabin Cui · 10 years ago
  35. 76615da Provide writer preference option in rwlock. by Yabin Cui · 10 years ago
  36. 1dce3ed Fix x86_64 build by Dmitriy Ivanov · 10 years ago
  37. 8a1007d Merge "Add realpath for soinfo" by Dmitriy Ivanov · 10 years ago
  38. aae859c Add realpath for soinfo by Dmitriy Ivanov · 10 years ago
  39. 67de259 Merge "Add a test for getdelim(3) on a directory." by Elliott Hughes · 10 years ago
  40. 694fd2d Add a test for getdelim(3) on a directory. by Elliott Hughes · 10 years ago
  41. 4bd8f96 Merge "Fix bug for recursive/errorcheck mutex on 32-bit devices." by Yabin Cui · 10 years ago
  42. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  43. 45c5713 Add libdl dependency for target libraries by Dmitriy Ivanov · 10 years ago
  44. aea165c Merge "Add ANDROID_DLEXT_FORCE_LOAD flag" by Dmitriy Ivanov · 10 years ago
  45. 9b82136 Add ANDROID_DLEXT_FORCE_LOAD flag by Dmitriy Ivanov · 10 years ago
  46. 06b6e3c Merge "Look into local group on dlsym with RTLD_DEFAULT" by Dmitriy Ivanov · 10 years ago
  47. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 10 years ago
  48. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  49. 618935d Merge "gtest_repeat should allow negative values." by Christopher Ferris · 10 years ago
  50. 119cb55 gtest_repeat should allow negative values. by Christopher Ferris · 10 years ago
  51. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 10 years ago
  52. 0ad256c Fix ftw tests when run as non-root. by Elliott Hughes · 10 years ago
  53. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  54. 947aded Add test for thread_local keyword. by Dmitriy Ivanov · 10 years ago
  55. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  56. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  57. f2d153f Merge "Initial implementation of __cxa_thread_atexit_impl" by Dmitriy Ivanov · 10 years ago
  58. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  59. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  60. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  61. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  62. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  63. 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 10 years ago
  64. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
  65. c6fbbb4 Merge "Hide statfs/fstatfs' ST_VALID flag from userspace." by Elliott Hughes · 10 years ago
  66. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  67. c0eaa73 Merge "Support loading shared libraries from zip files" by Dimitry Ivanov · 10 years ago
  68. ee7649c set errno to ENOENT in getauxval per glibc 2.19 by Daniel Micay · 10 years ago
  69. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  70. aef7195 Support loading shared libraries from zip files by Simon Baldwin · 11 years ago
  71. cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 10 years ago
  72. d3e2a20 Merge "Hide content of pthread_cond_t in pthread_cond_internal_t." by Yabin Cui · 10 years ago
  73. b1ada3d Fix typo by Dmitriy Ivanov · 10 years ago
  74. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago
  75. 64a9c4f Make gtest_main exit 1 when some test are failed. by Yabin Cui · 10 years ago
  76. 5b8e7cd Remove duplication in pthread_mutex.cpp. by Yabin Cui · 10 years ago
  77. c6e5874 Loosen fchmodat AT_SYMLINK_NOFOLLOW test on symlink. by Yabin Cui · 10 years ago
  78. 24e8871 Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. by Yabin Cui · 10 years ago
  79. d964759 Fix fortify compilation test in x86_64. by Yabin Cui · 10 years ago
  80. 94545eb Fix fortify compilation test on x86. by Yabin Cui · 10 years ago
  81. f3bd305 Fix fortify compilation test on mips. by Yabin Cui · 10 years ago
  82. e1c0213 Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 10 years ago
  83. 08ee8d2 Switch pthread_rwlock_t to stdatomic. by Yabin Cui · 10 years ago
  84. 20f2268 Add fortify compile test. by Yabin Cui · 10 years ago
  85. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 10 years ago
  86. f623747 Make bionic gtest main be compatible with gtest output format for cts test. by Yabin Cui · 10 years ago
  87. ea9c933 Make all output of child test go to parent process in gtest_main. by Yabin Cui · 10 years ago
  88. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 10 years ago
  89. be52e65 Fix dup2 in the case where the two fds are equal. by Elliott Hughes · 10 years ago
  90. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  91. 3da136a Modify test to avoid race condition. by Christopher Ferris · 10 years ago
  92. 54b61b7 Merge "Accuracy tests for libm" by Christopher Ferris · 10 years ago
  93. fb48c68 Merge "Fix memchr overflow." by Elliott Hughes · 10 years ago
  94. e1f9dda Regression test for NDK bug 80199. by Elliott Hughes · 10 years ago
  95. 41ef902 Fix memchr overflow. by Elliott Hughes · 10 years ago
  96. 56b2b29 Accuracy tests for libm by Jingwei Zhang · 11 years ago
  97. 7f92509 Fix our ftw tests. by Elliott Hughes · 10 years ago
  98. 05d2621 Display errors instead of running infinitely. by Christopher Ferris · 11 years ago
  99. ead0814 Add path separator in bionic-unit-tests program path. by Yabin Cui · 10 years ago
  100. 6382665 Merge "Add signal handling in bionic gtest main." by Yabin Cui · 10 years ago