1. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  2. 0c3b632 Merge "Add O_APPEND flag for __libc_write_stderr." by Yabin Cui · 10 years ago
  3. 28e69f7 Add O_APPEND flag for __libc_write_stderr. by Yabin Cui · 10 years ago
  4. 2495851 Use ALIAS_SYMBOL for assembler aliasing. by Christopher Ferris · 10 years ago
  5. fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
  6. 93d44ff Merge "Let g_thread_list_lock only protect g_thread_list." by Yabin Cui · 10 years ago
  7. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago
  8. 32b039e Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." by Dmitriy Ivanov · 10 years ago
  9. f8246ac Merge "Add test for pthread types alignment check." by Yabin Cui · 10 years ago
  10. 84c10c2 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 10 years ago
  11. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  12. a2db50d Fix alignment error for pthread_internal_t/pthread stack. by Yabin Cui · 10 years ago
  13. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  14. aec2bb5 Fix two errors in pthread_detach.cpp. by Yabin Cui · 10 years ago
  15. 6943f29 Merge "Make __get_thread inlined." by Yabin Cui · 10 years ago
  16. 2f836d4 Make __get_thread inlined. by Yabin Cui · 10 years ago
  17. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  18. ab12dc7 Merge "Fix _PATH_DEFPATH to correspond to the actual default path." by Elliott Hughes · 10 years ago
  19. 1101962 Fix _PATH_DEFPATH to correspond to the actual default path. by Elliott Hughes · 10 years ago
  20. ee7649c set errno to ENOENT in getauxval per glibc 2.19 by Daniel Micay · 10 years ago
  21. ecbfb25 Fix build: pthread_mutex/pthread_detach. by Yabin Cui · 10 years ago
  22. 94babae Merge "Make pthread join_state not protected by g_thread_list_lock." by Yabin Cui · 10 years ago
  23. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  24. b5cd3c7 Fix build: align pthread_cond_t to sizeof(long) by Dmitriy Ivanov · 10 years ago
  25. eb8b122 Add alignment to opaque types. by Christopher Ferris · 10 years ago
  26. 9e6c7bc Fix atomic_load on const variable in pthread_cond_t. by Yabin Cui · 10 years ago
  27. d3e2a20 Merge "Hide content of pthread_cond_t in pthread_cond_internal_t." by Yabin Cui · 10 years ago
  28. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 11 years ago
  29. 83c0028 Merge "For libm, use a macro for aliasing symbols." by Christopher Ferris · 11 years ago
  30. 995b813 For libm, use a macro for aliasing symbols. by Christopher Ferris · 11 years ago
  31. 2fabea4 Hide content of pthread_rwlock_t in pthread_rwlock_internal_t. by Yabin Cui · 11 years ago
  32. 81c31bd Merge "Add some GNU specific elf constants." by Christopher Ferris · 11 years ago
  33. d7e091e Merge "Switch libc and libm to sysv-only hash style" by Dmitriy Ivanov · 11 years ago
  34. 2e16d2c Switch libc and libm to sysv-only hash style by Dmitriy Ivanov · 11 years ago
  35. c94c7ff Add some GNU specific elf constants. by Christopher Ferris · 11 years ago
  36. 5b8e7cd Remove duplication in pthread_mutex.cpp. by Yabin Cui · 11 years ago
  37. 58cf31b Make pthread join_state not protected by g_thread_list_lock. by Yabin Cui · 11 years ago
  38. c4a586d syslog.h: missing LOG_MAKEPRI definition by Mark Salyzyn · 11 years ago
  39. be86f87 Merge "Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>." by Elliott Hughes · 11 years ago
  40. ba87fe5 Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>. by Elliott Hughes · 11 years ago
  41. e842dc0 am c16c8368: Merge "Generate gnu hash for arm only" by Dimitry Ivanov · 11 years ago
  42. 1156508 Generate gnu hash for arm only by Goran Jakovljevic · 11 years ago
  43. dca2fad am a94cf791: Merge "Generate sysv hash for libc, libstdc++ and libm" by Dmitriy Ivanov · 11 years ago
  44. 4a55c46 Generate sysv hash for libc, libstdc++ and libm by Dmitriy Ivanov · 11 years ago
  45. 2bf9f30 am 536ec735: Merge changes I796a4ce8,I6165d062,I66c95d90,Ia67fa11d by Dmitriy Ivanov · 11 years ago
  46. 2bb873a am e86a86f9: Merge "Remove PTHREAD_ATTR_FLAG_MAIN_THREAD." by Yabin Cui · 11 years ago
  47. 536ec73 Merge changes I796a4ce8,I6165d062,I66c95d90,Ia67fa11d by Dmitriy Ivanov · 11 years ago
  48. 18a6956 Add support for packed relocations. by Dmitriy Ivanov · 11 years ago
  49. 9d0c793 Remove PTHREAD_ATTR_FLAG_MAIN_THREAD. by Yabin Cui · 11 years ago
  50. af1ad42 am fe4f2a67: Merge "Use pthread_once for g_uselocale_key creation." by Yabin Cui · 11 years ago
  51. f7e3b3e Use pthread_once for g_uselocale_key creation. by Yabin Cui · 11 years ago
  52. 9ecb7f4 am c3307dc4: Merge "Better control of pthread keys used in bionic." by Yabin Cui · 11 years ago
  53. c3307dc Merge "Better control of pthread keys used in bionic." by Yabin Cui · 11 years ago
  54. 80aa71a am e1c0213b: Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 11 years ago
  55. e1c0213 Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 11 years ago
  56. 08ee8d2 Switch pthread_rwlock_t to stdatomic. by Yabin Cui · 11 years ago
  57. 4a2891d Better control of pthread keys used in bionic. by Yabin Cui · 11 years ago
  58. c210e84 am e1edd301: Merge "Refactor pthread_key.cpp to be lock-free." by Yabin Cui · 11 years ago
  59. e1edd30 Merge "Refactor pthread_key.cpp to be lock-free." by Yabin Cui · 11 years ago
  60. 5e2bd71 Refactor pthread_key.cpp to be lock-free. by Yabin Cui · 11 years ago
  61. 62b6d11 am d5c2745c: Merge "Lose bionic_atomic stuff." by Yabin Cui · 11 years ago
  62. d5c2745 Merge "Lose bionic_atomic stuff." by Yabin Cui · 11 years ago
  63. 1f3ac62 am ceb9c182: Merge "bionic: deprecate _PATH_MEM" by Mark Salyzyn · 11 years ago
  64. c09268a bionic: deprecate _PATH_MEM by Mark Salyzyn · 11 years ago
  65. df14d8e am 2ae7c1e3: Merge "Fix fread returning bad data." by Christopher Ferris · 11 years ago
  66. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 11 years ago
  67. ce751b3 Lose bionic_atomic stuff. by Yabin Cui · 11 years ago
  68. 00ba42b am 7355d29b: Merge "Make getgrent deprecated." by Yabin Cui · 11 years ago
  69. b8b5a72 Make getgrent deprecated. by Yabin Cui · 11 years ago
  70. 253fcfe am 398ef152: Merge "Move endpwent to ndk_cruft.cpp." by Yabin Cui · 11 years ago
  71. fbff0fd am f1b4a5d5: Merge "Make tempnam/mktemp deprecated." by Yabin Cui · 11 years ago
  72. 398ef15 Merge "Move endpwent to ndk_cruft.cpp." by Yabin Cui · 11 years ago
  73. f1b4a5d Merge "Make tempnam/mktemp deprecated." by Yabin Cui · 11 years ago
  74. 9b4f77f Make tempnam/mktemp deprecated. by Yabin Cui · 11 years ago
  75. 52d7f1a Move endpwent to ndk_cruft.cpp. by Yabin Cui · 11 years ago
  76. f5d4f32 am 448a8596: Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic." by Yabin Cui · 11 years ago
  77. 448a859 Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic." by Yabin Cui · 11 years ago
  78. a1e4a4a am 8c41eae6: Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." by Yabin Cui · 11 years ago
  79. 8c41eae Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." by Yabin Cui · 11 years ago
  80. 7fb680b Move getusershell/endusershell/setusershell to ndk_cruft.cpp. by Yabin Cui · 11 years ago
  81. e93bc6b am d91ded81: Merge "Fix "faccessat ignores flags"" by Nick Kralevich · 11 years ago
  82. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 11 years ago
  83. b8ce474 Switch system_properties.cpp from bionic atomic operations to stdatomic. by Yabin Cui · 11 years ago
  84. 4ec60a0 am 2aef607b: Merge "Fix dup2 in the case where the two fds are equal." by Elliott Hughes · 11 years ago
  85. be52e65 Fix dup2 in the case where the two fds are equal. by Elliott Hughes · 11 years ago
  86. 491c09e am 393bdb15: Merge "Add RLIM_SAVED_CUR and RLIM_SAVED_MAX." by Elliott Hughes · 11 years ago
  87. 6af62e0 Add RLIM_SAVED_CUR and RLIM_SAVED_MAX. by Elliott Hughes · 11 years ago
  88. 07e218a am 3d83b189: Merge "[MIPS64] Fix mips64 build." by Elliott Hughes · 11 years ago
  89. daf8911 [MIPS64] Fix mips64 build. by Nikola Veljkovic · 11 years ago
  90. 6421f8f am c39eef71: Merge "valgrind can\'t find syscall because we didn\'t put it in <unistd.h>." by Elliott Hughes · 11 years ago
  91. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 11 years ago
  92. a6395dda Merge commit '9d7f68ebfd79b1ce54dc56bceb7346f34615e5a1' into HEAD by Bill Yi · 11 years ago
  93. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 11 years ago
  94. 3e1b5f4 Merge "Parameterize use of clang in libc_ndk." by Dan Albert · 11 years ago
  95. 2c678e6 Parameterize use of clang in libc_ndk. by Dan Albert · 11 years ago
  96. d3fa31a Merge "[MIPS] Fix setjmp signals" by Elliott Hughes · 11 years ago
  97. 4add77b Merge "Make gets() deprecated." by Yabin Cui · 11 years ago
  98. 913fcb2 Make gets() deprecated. by Yabin Cui · 11 years ago
  99. 1dbc6bb Merge "Implement _FILE_OFFSET_BITS (mostly)." by Elliott Hughes · 11 years ago
  100. 9ec37c7 Merge "Update tzdata to tzdata2015a" by Neil Fuller · 11 years ago