1. 3fef96f Fix dt_runpath test. by Dmitriy Ivanov · 10 years ago
  2. 91ce715 Add test for an Android kernel bug about prctl. by Yabin Cui · 10 years ago
  3. d1e10d7 Merge "Use delete[] to de-allocate pointers from new[]" by Pirama Arumuga Nainar · 10 years ago
  4. 4d44675 Use delete[] to de-allocate pointers from new[] by Pirama Arumuga Nainar · 10 years ago
  5. 33ef6c2 Merge "Respect caller DT_RUNPATH in dlopen()." by Evgenii Stepanov · 10 years ago
  6. 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 10 years ago
  7. c224747 Improve personality initialization by Dmitriy Ivanov · 10 years ago
  8. 46d24d1 Merge "Replace NULL with nullptr" by Dmitriy Ivanov · 10 years ago
  9. d807b9a Merge "Use gcc to build and test x86_64 long double code." by Chih-Hung Hsieh · 10 years ago
  10. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 10 years ago
  11. aff18fd Replace NULL with nullptr by Dmitriy Ivanov · 10 years ago
  12. 7d09a8c Work around compiler optimization by Dmitriy Ivanov · 10 years ago
  13. de4e27e Remove libdl* tests from bionic-unit-tests-static by Dmitriy Ivanov · 10 years ago
  14. d1ade7c Don't use TIMER_ABSTIME in time_test. by Yabin Cui · 10 years ago
  15. 11ea08c Use new sanitizer option. by Dan Albert · 10 years ago
  16. 333bdad Merge "Add a sys/procfs.h." by Elliott Hughes · 10 years ago
  17. bf18c61 Add a sys/procfs.h. by Dan Albert · 10 years ago
  18. 402a750 Make path to apk compliant with jar url format by Dmitriy Ivanov · 10 years ago
  19. c910de9 Merge "Add process_vm_readv and process_vm_writev." by Elliott Hughes · 10 years ago
  20. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  21. bd3b961 Fix application_sdk_versions_smoke test by Dmitriy Ivanov · 10 years ago
  22. 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 10 years ago
  23. 60907c7 Allow NULL in pthread_mutex_lock/unlock. by Christopher Ferris · 10 years ago
  24. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  25. ef55f96 Merge "Fix dlsym(handle_of_main_executable, ...)" by Dmitriy Ivanov · 10 years ago
  26. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  27. f439b5a Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 10 years ago
  28. 9d476a0 Cleanup ftruncate negative test. by Dan Albert · 10 years ago
  29. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
  30. ffe01a3 Merge "Fix error handling for negative size in ftruncate." by Dan Albert · 10 years ago
  31. b0c6f2db Fix pthread_attr_getstack__main_thread failure on glibc. by Yabin Cui · 10 years ago
  32. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  33. 9333324 Remove -z global workaround for target x86 by Dmitriy Ivanov · 10 years ago
  34. 697bd9f Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 10 years ago
  35. f9eeea6 Merge "Remove pthread_detach_no_leak test." by Yabin Cui · 10 years ago
  36. 2957cc5 Remove pthread_detach_no_leak test. by Yabin Cui · 10 years ago
  37. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  38. 64a8698 Modify test to avoid race condition. automerge: 3da136a by Christopher Ferris · 10 years ago
  39. 9a2744d Merge "Fix POSIX timer thread naming." by Elliott Hughes · 10 years ago
  40. d1aea30 Fix POSIX timer thread naming. by Elliott Hughes · 10 years ago
  41. 2c256a0 Merge "Unregister pthread_atfork handlers on dlclose()" by Dmitriy Ivanov · 10 years ago
  42. e91e66f Use bfd linker for x86/x86_64 targets by Dmitriy Ivanov · 10 years ago
  43. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  44. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 10 years ago
  45. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  46. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  47. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  48. 3875744 Merge "Support symbol versioning" by Dmitriy Ivanov · 10 years ago
  49. 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
  50. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  51. a40cb0c Merge "Call __cxa_thread_finalize for the main thread." by Dmitriy Ivanov · 10 years ago
  52. 2587c6a Merge "Change on handling of SIGEV_THREAD timers." by Yabin Cui · 10 years ago
  53. 95f1ee2 Change on handling of SIGEV_THREAD timers. by Yabin Cui · 11 years ago
  54. 163ab8b Call __cxa_thread_finalize for the main thread. by Dmitriy Ivanov · 10 years ago
  55. 66aa0b6 Hide emutls* symbols in libc.so by Dmitriy Ivanov · 10 years ago
  56. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago
  57. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 10 years ago
  58. de88974 Merge "Fix dl* tests to run-on-host" by Dmitriy Ivanov · 10 years ago
  59. ef25592 Fix dl* tests to run-on-host by Dmitriy Ivanov · 10 years ago
  60. 9f2c2f5 Merge "Provide writer preference option in rwlock." by Yabin Cui · 10 years ago
  61. 76615da Provide writer preference option in rwlock. by Yabin Cui · 10 years ago
  62. 1dce3ed Fix x86_64 build by Dmitriy Ivanov · 10 years ago
  63. 8a1007d Merge "Add realpath for soinfo" by Dmitriy Ivanov · 10 years ago
  64. aae859c Add realpath for soinfo by Dmitriy Ivanov · 10 years ago
  65. 67de259 Merge "Add a test for getdelim(3) on a directory." by Elliott Hughes · 10 years ago
  66. 694fd2d Add a test for getdelim(3) on a directory. by Elliott Hughes · 10 years ago
  67. 4bd8f96 Merge "Fix bug for recursive/errorcheck mutex on 32-bit devices." by Yabin Cui · 10 years ago
  68. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  69. 45c5713 Add libdl dependency for target libraries by Dmitriy Ivanov · 10 years ago
  70. aea165c Merge "Add ANDROID_DLEXT_FORCE_LOAD flag" by Dmitriy Ivanov · 10 years ago
  71. 9b82136 Add ANDROID_DLEXT_FORCE_LOAD flag by Dmitriy Ivanov · 10 years ago
  72. 06b6e3c Merge "Look into local group on dlsym with RTLD_DEFAULT" by Dmitriy Ivanov · 10 years ago
  73. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 10 years ago
  74. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  75. 618935d Merge "gtest_repeat should allow negative values." by Christopher Ferris · 10 years ago
  76. 119cb55 gtest_repeat should allow negative values. by Christopher Ferris · 10 years ago
  77. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 10 years ago
  78. 0ad256c Fix ftw tests when run as non-root. by Elliott Hughes · 10 years ago
  79. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  80. 947aded Add test for thread_local keyword. by Dmitriy Ivanov · 10 years ago
  81. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  82. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  83. f2d153f Merge "Initial implementation of __cxa_thread_atexit_impl" by Dmitriy Ivanov · 10 years ago
  84. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  85. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  86. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  87. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  88. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  89. 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 10 years ago
  90. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
  91. c6fbbb4 Merge "Hide statfs/fstatfs' ST_VALID flag from userspace." by Elliott Hughes · 10 years ago
  92. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  93. c0eaa73 Merge "Support loading shared libraries from zip files" by Dimitry Ivanov · 10 years ago
  94. ee7649c set errno to ENOENT in getauxval per glibc 2.19 by Daniel Micay · 10 years ago
  95. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  96. aef7195 Support loading shared libraries from zip files by Simon Baldwin · 11 years ago
  97. cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 10 years ago
  98. d3e2a20 Merge "Hide content of pthread_cond_t in pthread_cond_internal_t." by Yabin Cui · 10 years ago
  99. b1ada3d Fix typo by Dmitriy Ivanov · 10 years ago
  100. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago