1. edcee4e Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  2. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  3. 4469973 Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." am: 74ed96d597 by Yabin Cui · 10 years ago
  4. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  5. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  6. bb06a84 Merge "Disable clang for mips/mips64 libc." am: 8d5fb0d787 by Chih-hung Hsieh · 10 years ago
  7. 8d5fb0d Merge "Disable clang for mips/mips64 libc." by Chih-hung Hsieh · 10 years ago
  8. b4bc156 Disable clang for mips/mips64 libc. by Chih-Hung Hsieh · 10 years ago
  9. cb3af21 Merge "mmap: fix calculation of is_private_anonymous variable" am: 43c9045017 by Elliott Hughes · 10 years ago
  10. ee67dd7 mmap: fix calculation of is_private_anonymous variable by Vitaly Vul · 10 years ago
  11. 8af9a73 Merge changes I73a39c6d,Iab2af242 am: f30170dfa5 by Josh Gao · 10 years ago
  12. f30170d Merge changes I73a39c6d,Iab2af242 by Josh Gao · 10 years ago
  13. b690cae Merge "Fix tsan abort for lake of __libc_auxv initialization." am: 79f8d64632 by Yabin Cui · 10 years ago
  14. 79f8d64 Merge "Fix tsan abort for lake of __libc_auxv initialization." by Yabin Cui · 10 years ago
  15. 75ba57d Merge "Update libc/Android.bp to match libc/Android.mk" am: 9c6157c81d by Colin Cross · 10 years ago
  16. 284068f Fix tsan abort for lake of __libc_auxv initialization. by Yabin Cui · 10 years ago
  17. a35d23d Update libc/Android.bp to match libc/Android.mk by Colin Cross · 10 years ago
  18. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  19. c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
  20. f091c1f Merge "Implement pthread spin." am: 2c09e5de29 by Yabin Cui · 10 years ago
  21. 9d4bd6f Merge "Avoid tsan warning about pthread_mutex_destroy." am: ea5bb151af by Yabin Cui · 10 years ago
  22. 2c09e5d Merge "Implement pthread spin." by Yabin Cui · 10 years ago
  23. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  24. 0307eee Avoid tsan warning about pthread_mutex_destroy. by Yabin Cui · 10 years ago
  25. 278fe43 Merge "Implement pthread barrier." am: b804b9d67b by Yabin Cui · 10 years ago
  26. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  27. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  28. 2616cdc Merge "Introducing linker namespaces" am: 1f0ccbb59c by Dimitry Ivanov · 10 years ago
  29. 1f0ccbb Merge "Introducing linker namespaces" by Dimitry Ivanov · 10 years ago
  30. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  31. 6953621 Merge "Improve libc time zone fallback behavior." am: 1b42c54471 by Elliott Hughes · 10 years ago
  32. d1c28a3 Improve libc time zone fallback behavior. by Elliott Hughes · 10 years ago
  33. 5187baa Merge "Fix strftime if tm_zone is null." am: 5780f9d809 by Elliott Hughes · 10 years ago
  34. a9cac4c Fix strftime if tm_zone is null. by Elliott Hughes · 10 years ago
  35. a2e9d90 Merge "Still cannot compile with clang on arm64." am: 7c10ee9473 by Chih-hung Hsieh · 10 years ago
  36. c04647f Still cannot compile with clang on arm64. by Chih-Hung Hsieh · 10 years ago
  37. c0116bd Merge "Enable clang for modules failed with TLS." am: 0c447053de by Chih-hung Hsieh · 10 years ago
  38. 5058a00 Enable clang for modules failed with TLS. by Chih-Hung Hsieh · 10 years ago
  39. 8640233 Merge "libc_init_common.cpp: Clarify when environment stripping occurs" by Nick Kralevich · 10 years ago
  40. 2fb0265 libc_init_common.cpp: Clarify when environment stripping occurs by Nick Kralevich · 10 years ago
  41. 8e86f33 Merge "Refactor prop_area into a class" am: 2a7f1b335d by Tom Cherry · 10 years ago
  42. 2a7f1b3 Merge "Refactor prop_area into a class" by Tom Cherry · 10 years ago
  43. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  44. dcf5019 Merge "Update Android.bp with latest Android.mk changes" am: 704e048cbf by Dan Willemsen · 10 years ago
  45. dc6b0a7 Update Android.bp with latest Android.mk changes by Dan Willemsen · 10 years ago
  46. a74eb4d Merge "Add fileno_unlocked to support thread sanitizer." am: 0e6542b75b by Yabin Cui · 10 years ago
  47. fb994f4 Add fileno_unlocked to support thread sanitizer. by Yabin Cui · 10 years ago
  48. 4eba804 Merge "fix the mremap signature" am: 8b5b2c4672 by Elliott Hughes · 10 years ago
  49. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  50. 10c6a7c Merge "Use cc_defaults" am: ef5e647891 by Colin Cross · 10 years ago
  51. ef5e647 Merge "Use cc_defaults" by Colin Cross · 10 years ago
  52. 824084c Merge "Fix GNU/POSIX basename headers." am: dd7dcfcfdb by Josh Gao · 10 years ago
  53. dd7dcfc Merge "Fix GNU/POSIX basename headers." by Josh Gao · 10 years ago
  54. eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  55. 50c21ab Use cc_defaults by Colin Cross · 10 years ago
  56. 021d959 Merge "Update Android.bp with arch-specific version scripts" am: 4b920f042a by Dan Willemsen · 10 years ago
  57. a594794 Merge "fix PTRDIFF_MAX check in the 32-bit mmap wrapper" am: af909869d8 by Josh Gao · 10 years ago
  58. 9e6f98f Update Android.bp with arch-specific version scripts by Dan Willemsen · 10 years ago
  59. a4bff21 Merge commit '6ebfb7b4ea158005a725f43564267e0aed764d80' into HEAD by Bill Yi · 10 years ago
  60. 706186d fix PTRDIFF_MAX check in the 32-bit mmap wrapper by Daniel Micay · 10 years ago
  61. 384ffe3 Fix comment to reflect the actual reality. by Christopher Ferris · 10 years ago
  62. 75dd371 Merge "Generate libdl.so per-architecture version script" by Dimitry Ivanov · 10 years ago
  63. bc75047 Generate libdl.so per-architecture version script by Dmitriy Ivanov · 10 years ago
  64. 1721cd6 Make _signal hidden in all cases. by Christopher Ferris · 10 years ago
  65. c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
  66. bdac9ec Merge "Remove <sys/shm.h>." by Elliott Hughes · 10 years ago
  67. 38eca07 Remove <sys/shm.h>. by Elliott Hughes · 10 years ago
  68. 9978a9a Move __set_errno to ndk_cruft.cpp. by Christopher Ferris · 10 years ago
  69. 4151db5 Add prlimit to LP32. by Elliott Hughes · 10 years ago
  70. 316938a Merge "Fix LDFLAGS for arm and x86" am: 5ccad497d4 am: bd5bf272a0 by Dimitry Ivanov · 10 years ago
  71. e85fb58 Fix LDFLAGS for arm and x86 by Dmitriy Ivanov · 10 years ago
  72. c5f943e Merge "Generate per-architecture version scripts." am: 578d949e8d am: b420ddd27e by Dimitry Ivanov · 10 years ago
  73. 7f337bd Merge "Remove the legacy endusershell/getusershell/setusershell stubs." am: d9146c2404 by Elliott Hughes · 10 years ago
  74. 284b468 Generate per-architecture version scripts. by Dmitriy Ivanov · 10 years ago
  75. d7c7daa Remove the legacy endusershell/getusershell/setusershell stubs. by Elliott Hughes · 10 years ago
  76. 2c11b07 Merge "Implement scandirat and scandirat64." am: 1721be2229 am: a1be410fd7 by Elliott Hughes · 10 years ago
  77. 1721be2 Merge "Implement scandirat and scandirat64." by Elliott Hughes · 10 years ago
  78. 6331e80 Implement scandirat and scandirat64. by Elliott Hughes · 10 years ago
  79. 75347e5 Merge "Implement load at fixed address feature" am: 5238eb0984 am: 9e599956b2 by Dimitry Ivanov · 10 years ago
  80. 5238eb0 Merge "Implement load at fixed address feature" by Dimitry Ivanov · 10 years ago
  81. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  82. 3b9b148 Merge "Fix <utmp.h> declarations." am: 60752a2eea am: 6e780f2f47 by Elliott Hughes · 10 years ago
  83. 9216a64 Fix <utmp.h> declarations. by Elliott Hughes · 10 years ago
  84. 164bd73 Merge "Remove swap16/swap32/swap64 header pollution." am: a2cf3783d4 by Elliott Hughes · 10 years ago
  85. bf4c32d Remove swap16/swap32/swap64 header pollution. by Elliott Hughes · 10 years ago
  86. c9ad227 Merge "Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC." am: ca430d9787 by Christopher Ferris · 10 years ago
  87. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  88. bdff4ce resolve merge conflicts of 216bff9ff3 to mnc-dr-dev. am: 807032d0e1 by Andreas Gampe · 10 years ago
  89. 807032d resolve merge conflicts of 216bff9ff3 to mnc-dr-dev. by Andreas Gampe · 10 years ago
  90. d26e780 Use bionic lock in pthread_internal_t. by Yabin Cui · 10 years ago
  91. 216bff9 resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev. am: afff4442ae by Christopher Ferris · 10 years ago
  92. afff444 resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev. by Christopher Ferris · 10 years ago
  93. d676080 Sync with upstream NetBSD lib/libc/regex. am: 055a66c9b1 by Elliott Hughes · 10 years ago
  94. 5edf077 Merge "Switch to LOCAL_SRC_FILES_EXCLUDE" by Dan Willemsen · 10 years ago
  95. 268a673 Switch to LOCAL_SRC_FILES_EXCLUDE by Dan Willemsen · 10 years ago
  96. b24d743 Remove deprecated use of ldm/stm in ARM setjmp. by Josh Gao · 10 years ago
  97. 055a66c Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  98. d29ba55 Merge "Opt Brillo out of the ndk cruft." by Elliott Hughes · 10 years ago
  99. 842866b Merge "Update timezone data to 2015g" into mnc-dr-dev by Neil Fuller · 10 years ago
  100. c433a36 Merge "Move malloc dispatch table to __libc_globals." by Josh Gao · 10 years ago