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