1. dafa59b am 4dd0b72d: Merge "Return the actual success result from __futex." by Elliott Hughes · 10 years ago
  2. 4dd0b72 Merge "Return the actual success result from __futex." by Elliott Hughes · 10 years ago
  3. 47150dc am 1a57de71: Merge "Fix overflow testing in sbrk." by Christopher Ferris · 10 years ago
  4. 1a57de7 Merge "Fix overflow testing in sbrk." by Christopher Ferris · 10 years ago
  5. 738b0cc Fix overflow testing in sbrk. by Christopher Ferris · 10 years ago
  6. 1ee4652 Return the actual success result from __futex. by Elliott Hughes · 10 years ago
  7. ad73e2f am ef023873: Merge "Minor style cleanup of some code I had to look at." by Elliott Hughes · 10 years ago
  8. c393081 am 0bdd668f: Merge "Upgrade to tzdata2014d." by Elliott Hughes · 10 years ago
  9. ef02387 Merge "Minor style cleanup of some code I had to look at." by Elliott Hughes · 10 years ago
  10. 0bdd668 Merge "Upgrade to tzdata2014d." by Elliott Hughes · 10 years ago
  11. b7f136a Upgrade to tzdata2014d. by Elliott Hughes · 10 years ago
  12. 6249960 Minor style cleanup of some code I had to look at. by Elliott Hughes · 10 years ago
  13. 3388c7b am fae42a83: Merge "Revert "Revert "Lose the hand-written futex assembler.""" by Elliott Hughes · 10 years ago
  14. fae42a8 Merge "Revert "Revert "Lose the hand-written futex assembler.""" by Elliott Hughes · 10 years ago
  15. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 10 years ago
  16. c8d59fa am 32c8ae9d: Merge "Fixes stdatomic.h test to match C11 spec" by Dan Albert · 10 years ago
  17. 32c8ae9 Merge "Fixes stdatomic.h test to match C11 spec" by Dan Albert · 10 years ago
  18. 6b3beb2 Fixes stdatomic.h test to match C11 spec by Dan Albert · 10 years ago
  19. c51e920 am dc3fb119: Merge "Updated ambiguous comment in pthread_mutex_lock." by Dan Albert · 10 years ago
  20. dc3fb11 Merge "Updated ambiguous comment in pthread_mutex_lock." by Dan Albert · 10 years ago
  21. fa204cf am 8a405b02: Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  22. 8a405b0 Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  23. ff03a7a Updated ambiguous comment in pthread_mutex_lock. by Brigid Smith · 10 years ago
  24. 784254f am 52f74322: Merge "Revert "Lose the hand-written futex assembler."" by Narayan Kamath · 10 years ago
  25. 52f7432 Merge "Revert "Lose the hand-written futex assembler."" by Narayan Kamath · 10 years ago
  26. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 10 years ago
  27. 7ca4d73 am 53e70fe3: Merge "Remove unnecessary padding in ucontext_t" by Calin Juravle · 10 years ago
  28. 53e70fe Merge "Remove unnecessary padding in ucontext_t" by Calin Juravle · 10 years ago
  29. bdca380 Remove unnecessary padding in ucontext_t by Calin Juravle · 10 years ago
  30. ab4c468 am 7fdde4a5: Merge "Expose __srefill for LP64 until we can fix the NDK." by Elliott Hughes · 10 years ago
  31. 7fdde4a Merge "Expose __srefill for LP64 until we can fix the NDK." by Elliott Hughes · 10 years ago
  32. f6d2ca2 Expose __srefill for LP64 until we can fix the NDK. by Elliott Hughes · 10 years ago
  33. 9e3a035 am 1454ff25: Merge "Clear the return address register in __bionic_clone." by Elliott Hughes · 10 years ago
  34. 1454ff2 Merge "Clear the return address register in __bionic_clone." by Elliott Hughes · 10 years ago
  35. e7dccdf Clear the return address register in __bionic_clone. by Elliott Hughes · 10 years ago
  36. 4a542fc am 134911d7: Merge "Use __typeof__() instead of typeof()" by Dan Albert · 10 years ago
  37. 134911d Merge "Use __typeof__() instead of typeof()" by Dan Albert · 10 years ago
  38. a7821b7 Use __typeof__() instead of typeof() by Dan Albert · 10 years ago
  39. 946bc95 am 8e85b4f0: Merge "Restore __srefill for LP32." by Elliott Hughes · 10 years ago
  40. 8e85b4f Merge "Restore __srefill for LP32." by Elliott Hughes · 10 years ago
  41. aa50585 Restore __srefill for LP32. by Elliott Hughes · 10 years ago
  42. 50c52f7 am b3c75a1e: Merge "Restore __srget and __swbuf for LP32." by Elliott Hughes · 10 years ago
  43. b3c75a1 Merge "Restore __srget and __swbuf for LP32." by Elliott Hughes · 10 years ago
  44. 21296df am bc904896: Merge "Add C11 <stdatomic.h>." by Elliott Hughes · 10 years ago
  45. bc90489 Merge "Add C11 <stdatomic.h>." by Elliott Hughes · 10 years ago
  46. 35d90bb Restore __srget and __swbuf for LP32. by Elliott Hughes · 10 years ago
  47. 06c9662 am 255789e4: Merge "Restore tkill for LP32." by Elliott Hughes · 10 years ago
  48. 255789e Merge "Restore tkill for LP32." by Elliott Hughes · 10 years ago
  49. 0017073 Restore tkill for LP32. by Anthony King · 10 years ago
  50. 85df714 am d4f37110: Merge "Restore __futex_wake and __futex_wait for LP32." by Elliott Hughes · 10 years ago
  51. d4f3711 Merge "Restore __futex_wake and __futex_wait for LP32." by Elliott Hughes · 10 years ago
  52. bd3a98c Restore __futex_wake and __futex_wait for LP32. by Elliott Hughes · 10 years ago
  53. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 10 years ago
  54. 6f2bde3 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 10 years ago
  55. 86f5d0f am 1c4d8301: Merge "Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"" by Christopher Ferris · 10 years ago
  56. 1c4d830 Merge "Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"" by Christopher Ferris · 10 years ago
  57. fd0ce86 Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  58. 5c34b00 am 78c3e11e: Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  59. 78c3e11 Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  60. 5034829 am f4985b14: Merge "Clear link register in __bionic_clone." by Ben Cheng · 10 years ago
  61. f4985b1 Merge "Clear link register in __bionic_clone." by Ben Cheng · 10 years ago
  62. 8167dd7 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 10 years ago
  63. 8df0fe0 Clear link register in __bionic_clone. by Ben Cheng · 10 years ago
  64. 764ebf8 am a486632e: Merge "Remove <sys/atomics.h>." by Elliott Hughes · 10 years ago
  65. a486632 Merge "Remove <sys/atomics.h>." by Elliott Hughes · 10 years ago
  66. c3f9096 Remove <sys/atomics.h>. by Elliott Hughes · 10 years ago
  67. d2b1298 am b2604949: Merge "Migrate pthread_rwlock implementation away from sys/atomics" by Calin Juravle · 10 years ago
  68. b260494 Merge "Migrate pthread_rwlock implementation away from sys/atomics" by Calin Juravle · 10 years ago
  69. 69068fd am fb9a47c7: Merge "Hide various stdio implementation details." by Elliott Hughes · 10 years ago
  70. fb9a47c Merge "Hide various stdio implementation details." by Elliott Hughes · 10 years ago
  71. cdf15e3 am 253fa170: Merge "Lose the hand-written futex assembler." by Elliott Hughes · 10 years ago
  72. 253fa17 Merge "Lose the hand-written futex assembler." by Elliott Hughes · 10 years ago
  73. 2899de9 Hide various stdio implementation details. by Elliott Hughes · 10 years ago
  74. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 10 years ago
  75. d97458e am ce00354f: Merge "Do not add arcs to the soinfo graph on dlopen" by Dmitriy Ivanov · 10 years ago
  76. ce00354 Merge "Do not add arcs to the soinfo graph on dlopen" by Dmitriy Ivanov · 10 years ago
  77. 3c005d6 Do not add arcs to the soinfo graph on dlopen by Bjorn Andersson · 10 years ago
  78. 5a95dd1 am ea7dc320: Merge "Add some more BSD symbols to the list." by Elliott Hughes · 10 years ago
  79. ea7dc32 Merge "Add some more BSD symbols to the list." by Elliott Hughes · 10 years ago
  80. 45bf4c3 Add some more BSD symbols to the list. by Elliott Hughes · 10 years ago
  81. 3fd88eb am 0f79a2f4: Merge "Cleaned up pthread rwlocks implementation." by Elliott Hughes · 10 years ago
  82. 0f79a2f Merge "Cleaned up pthread rwlocks implementation." by Elliott Hughes · 10 years ago
  83. bfa87e2 am ec071ac0: Merge "Remove the tkill(2) stub." by Elliott Hughes · 10 years ago
  84. ec071ac Merge "Remove the tkill(2) stub." by Elliott Hughes · 10 years ago
  85. 1b676ea Migrate pthread_rwlock implementation away from sys/atomics by Calin Juravle · 10 years ago
  86. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 10 years ago
  87. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 10 years ago
  88. 8a326a1 am 4f6ed4a1: Merge "Remove unnecessary #includes of <sys/atomics.h>." by Elliott Hughes · 10 years ago
  89. 4f6ed4a Merge "Remove unnecessary #includes of <sys/atomics.h>." by Elliott Hughes · 10 years ago
  90. 2ea60ff Remove unnecessary #includes of <sys/atomics.h>. by Elliott Hughes · 10 years ago
  91. 88923ba am 0b10ffb4: Merge "Fix dlsym_failure NULL handle test" by Dmitriy Ivanov · 10 years ago
  92. 0b10ffb Merge "Fix dlsym_failure NULL handle test" by Dmitriy Ivanov · 10 years ago
  93. 44adf93 Fix dlsym_failure NULL handle test by Dmitriy Ivanov · 10 years ago
  94. dd31f28 am eea59ea2: Merge "Add dprintf test" by Calin Juravle · 10 years ago
  95. eea59ea Merge "Add dprintf test" by Calin Juravle · 10 years ago
  96. db3cda2 am 254fa885: Merge "Switch to POSIX dprintf/vdprintf." by Calin Juravle · 10 years ago
  97. 254fa88 Merge "Switch to POSIX dprintf/vdprintf." by Calin Juravle · 10 years ago
  98. 5bfa06d am 3eb9f1f6: Merge "Removed dlsym handle != NULL check for lp64" by Dmitriy Ivanov · 10 years ago
  99. 3eb9f1f Merge "Removed dlsym handle != NULL check for lp64" by Dmitriy Ivanov · 10 years ago
  100. 6afb2a9 Add dprintf test by Calin Juravle · 10 years ago