1. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  2. a40cb0c Merge "Call __cxa_thread_finalize for the main thread." by Dmitriy Ivanov · 10 years ago
  3. 12d8902 Merge "Update the number of jemalloc reserved keys." by Christopher Ferris · 10 years ago
  4. 2587c6a Merge "Change on handling of SIGEV_THREAD timers." by Yabin Cui · 10 years ago
  5. 95f1ee2 Change on handling of SIGEV_THREAD timers. by Yabin Cui · 11 years ago
  6. c0f8928 Update the number of jemalloc reserved keys. by Christopher Ferris · 10 years ago
  7. 163ab8b Call __cxa_thread_finalize for the main thread. by Dmitriy Ivanov · 10 years ago
  8. 66aa0b6 Hide emutls* symbols in libc.so by Dmitriy Ivanov · 10 years ago
  9. 940d312 Fix addition of extra arg to cfi_restore. by Christopher Ferris · 10 years ago
  10. a529efa Merge "Add missing cfi directives for x86 assembler." by Christopher Ferris · 10 years ago
  11. 605ee81 Add missing cfi directives for x86 assembler. by Christopher Ferris · 10 years ago
  12. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago
  13. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 10 years ago
  14. 9ce9bf5 Merge "Add Elfxx_Ver* types" by Dmitriy Ivanov · 10 years ago
  15. c0e7dbb Add Elfxx_Ver* types by Dmitriy Ivanov · 10 years ago
  16. 0a92ac8 Merge "Use assembly memmove for all arm32 processors." by Christopher Ferris · 10 years ago
  17. 9f2c2f5 Merge "Provide writer preference option in rwlock." by Yabin Cui · 10 years ago
  18. aba687a Upgrade timezone data to 2015b by Neil Fuller · 10 years ago
  19. 694282b Merge "Update update-tzdata.py tool to generate ICU4J data jars" by Neil Fuller · 10 years ago
  20. 4d3abcb Update update-tzdata.py tool to generate ICU4J data jars by Neil Fuller · 10 years ago
  21. 41efc92 Use assembly memmove for all arm32 processors. by Christopher Ferris · 10 years ago
  22. 76615da Provide writer preference option in rwlock. by Yabin Cui · 10 years ago
  23. 598493e Merge "Stop libc from cross-referencing unwind symbols" by Dmitriy Ivanov · 10 years ago
  24. 957f618 Merge "Changes to re-enable overrides for tz data" by Neil Fuller · 10 years ago
  25. cd13b14 Stop libc from cross-referencing unwind symbols by Dmitriy Ivanov · 10 years ago
  26. 4bd8f96 Merge "Fix bug for recursive/errorcheck mutex on 32-bit devices." by Yabin Cui · 10 years ago
  27. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  28. dffd3c5 Try again to fix clang build. by Elliott Hughes · 10 years ago
  29. 0975a5d Fix clang build. by Elliott Hughes · 10 years ago
  30. aea165c Merge "Add ANDROID_DLEXT_FORCE_LOAD flag" by Dmitriy Ivanov · 10 years ago
  31. 76e1cbc Fix volantis boot. by Elliott Hughes · 10 years ago
  32. 9b82136 Add ANDROID_DLEXT_FORCE_LOAD flag by Dmitriy Ivanov · 10 years ago
  33. d619d6f Merge "Remove _memset16 and _memset32 from mips/mips64 bionic." by Elliott Hughes · 10 years ago
  34. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  35. b0cf928 Remove _memset16 and _memset32 from mips/mips64 bionic. by Elliott Hughes · 10 years ago
  36. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 10 years ago
  37. d6bf3d5 Don't export new/delete from libc shared libraries. by Dan Albert · 10 years ago
  38. 8f41142 Merge "stubs missing include for string.h" by Mark Salyzyn · 10 years ago
  39. 7203573 Merge "Make ThreadLocalBuffer a class rather than a macro." by Elliott Hughes · 10 years ago
  40. 56b2768 stubs missing include for string.h by Mark Salyzyn · 10 years ago
  41. e01d32f Upgrade kernel headers to 3.18.10. by Christopher Ferris · 10 years ago
  42. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  43. ef11500 Revert "Revert "add guard pages to the internal signal stacks"" by Yabin Cui · 10 years ago
  44. a3125fd Revert "add guard pages to the internal signal stacks" by Elliott Hughes · 10 years ago
  45. 595752f add guard pages to the internal signal stacks by Daniel Micay · 10 years ago
  46. 402d199 Fix libstdc++.so hash-style. by Dmitriy Ivanov · 10 years ago
  47. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  48. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  49. f2d153f Merge "Initial implementation of __cxa_thread_atexit_impl" by Dmitriy Ivanov · 10 years ago
  50. 377243b Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER. by Yabin Cui · 10 years ago
  51. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  52. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  53. fa3dcec Merge "Fix in error handling in pthread_create.cpp." by Yabin Cui · 10 years ago
  54. 799cb35 Fix in error handling in pthread_create.cpp. by Yabin Cui · 10 years ago
  55. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  56. 0c3b632 Merge "Add O_APPEND flag for __libc_write_stderr." by Yabin Cui · 10 years ago
  57. 28e69f7 Add O_APPEND flag for __libc_write_stderr. by Yabin Cui · 10 years ago
  58. 2495851 Use ALIAS_SYMBOL for assembler aliasing. by Christopher Ferris · 10 years ago
  59. 1f95ffe Changes to re-enable overrides for tz data by Neil Fuller · 10 years ago
  60. fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
  61. 93d44ff Merge "Let g_thread_list_lock only protect g_thread_list." by Yabin Cui · 10 years ago
  62. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago
  63. 32b039e Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." by Dmitriy Ivanov · 10 years ago
  64. f8246ac Merge "Add test for pthread types alignment check." by Yabin Cui · 10 years ago
  65. 84c10c2 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 10 years ago
  66. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  67. a2db50d Fix alignment error for pthread_internal_t/pthread stack. by Yabin Cui · 10 years ago
  68. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  69. aec2bb5 Fix two errors in pthread_detach.cpp. by Yabin Cui · 10 years ago
  70. 6943f29 Merge "Make __get_thread inlined." by Yabin Cui · 10 years ago
  71. 2f836d4 Make __get_thread inlined. by Yabin Cui · 10 years ago
  72. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  73. ab12dc7 Merge "Fix _PATH_DEFPATH to correspond to the actual default path." by Elliott Hughes · 10 years ago
  74. 1101962 Fix _PATH_DEFPATH to correspond to the actual default path. by Elliott Hughes · 10 years ago
  75. ee7649c set errno to ENOENT in getauxval per glibc 2.19 by Daniel Micay · 10 years ago
  76. ecbfb25 Fix build: pthread_mutex/pthread_detach. by Yabin Cui · 10 years ago
  77. 94babae Merge "Make pthread join_state not protected by g_thread_list_lock." by Yabin Cui · 10 years ago
  78. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  79. b5cd3c7 Fix build: align pthread_cond_t to sizeof(long) by Dmitriy Ivanov · 10 years ago
  80. eb8b122 Add alignment to opaque types. by Christopher Ferris · 10 years ago
  81. 9e6c7bc Fix atomic_load on const variable in pthread_cond_t. by Yabin Cui · 10 years ago
  82. d3e2a20 Merge "Hide content of pthread_cond_t in pthread_cond_internal_t." by Yabin Cui · 10 years ago
  83. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago
  84. 83c0028 Merge "For libm, use a macro for aliasing symbols." by Christopher Ferris · 10 years ago
  85. 995b813 For libm, use a macro for aliasing symbols. by Christopher Ferris · 10 years ago
  86. 2fabea4 Hide content of pthread_rwlock_t in pthread_rwlock_internal_t. by Yabin Cui · 10 years ago
  87. 81c31bd Merge "Add some GNU specific elf constants." by Christopher Ferris · 10 years ago
  88. d7e091e Merge "Switch libc and libm to sysv-only hash style" by Dmitriy Ivanov · 10 years ago
  89. 2e16d2c Switch libc and libm to sysv-only hash style by Dmitriy Ivanov · 10 years ago
  90. c94c7ff Add some GNU specific elf constants. by Christopher Ferris · 10 years ago
  91. 5b8e7cd Remove duplication in pthread_mutex.cpp. by Yabin Cui · 10 years ago
  92. 58cf31b Make pthread join_state not protected by g_thread_list_lock. by Yabin Cui · 10 years ago
  93. c4a586d syslog.h: missing LOG_MAKEPRI definition by Mark Salyzyn · 10 years ago
  94. be86f87 Merge "Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>." by Elliott Hughes · 10 years ago
  95. ba87fe5 Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>. by Elliott Hughes · 10 years ago
  96. e842dc0 am c16c8368: Merge "Generate gnu hash for arm only" by Dimitry Ivanov · 10 years ago
  97. 1156508 Generate gnu hash for arm only by Goran Jakovljevic · 10 years ago
  98. dca2fad am a94cf791: Merge "Generate sysv hash for libc, libstdc++ and libm" by Dmitriy Ivanov · 10 years ago
  99. 4a55c46 Generate sysv hash for libc, libstdc++ and libm by Dmitriy Ivanov · 10 years ago
  100. 2bf9f30 am 536ec735: Merge changes I796a4ce8,I6165d062,I66c95d90,Ia67fa11d by Dmitriy Ivanov · 10 years ago