1. 15b91e9 Fix x86 cfi directives for syscalls. by Christopher Ferris · 11 years ago
  2. 264d1b8 Merge "Remove issetugid." by Elliott Hughes · 11 years ago
  3. b4e099c Remove issetugid. by Elliott Hughes · 11 years ago
  4. 5800aab Merge "Fix wmemmove test." by Christopher Ferris · 11 years ago
  5. fd9f07a Merge "Workaround the GCC "(long)fn -> lfn" optimization bug." by Ben Cheng · 11 years ago
  6. ff00dc8 Workaround the GCC "(long)fn -> lfn" optimization bug. by Ben Cheng · 11 years ago
  7. 8bf50d5 Fix wmemmove test. by Christopher Ferris · 11 years ago
  8. d4fbb1a Merge "Fix dprintf test." by Christopher Ferris · 11 years ago
  9. aa5f32e Merge "Add Aarch64 optimized bzero based on memset" by Christopher Ferris · 11 years ago
  10. 62d92e1 Add Aarch64 optimized bzero based on memset by Bernhard Rosenkraenzer · 11 years ago
  11. 9e01ea6 Fix dprintf test. by Christopher Ferris · 11 years ago
  12. 4dd0b72 Merge "Return the actual success result from __futex." by Elliott Hughes · 11 years ago
  13. 1a57de7 Merge "Fix overflow testing in sbrk." by Christopher Ferris · 11 years ago
  14. 738b0cc Fix overflow testing in sbrk. by Christopher Ferris · 11 years ago
  15. 1ee4652 Return the actual success result from __futex. by Elliott Hughes · 11 years ago
  16. ef02387 Merge "Minor style cleanup of some code I had to look at." by Elliott Hughes · 11 years ago
  17. 0bdd668 Merge "Upgrade to tzdata2014d." by Elliott Hughes · 11 years ago
  18. b7f136a Upgrade to tzdata2014d. by Elliott Hughes · 11 years ago
  19. 6249960 Minor style cleanup of some code I had to look at. by Elliott Hughes · 11 years ago
  20. fae42a8 Merge "Revert "Revert "Lose the hand-written futex assembler.""" by Elliott Hughes · 11 years ago
  21. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  22. 32c8ae9 Merge "Fixes stdatomic.h test to match C11 spec" by Dan Albert · 11 years ago
  23. 6b3beb2 Fixes stdatomic.h test to match C11 spec by Dan Albert · 11 years ago
  24. dc3fb11 Merge "Updated ambiguous comment in pthread_mutex_lock." by Dan Albert · 11 years ago
  25. 8a405b0 Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 11 years ago
  26. ff03a7a Updated ambiguous comment in pthread_mutex_lock. by Brigid Smith · 11 years ago
  27. 52f7432 Merge "Revert "Lose the hand-written futex assembler."" by Narayan Kamath · 11 years ago
  28. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  29. 53e70fe Merge "Remove unnecessary padding in ucontext_t" by Calin Juravle · 11 years ago
  30. bdca380 Remove unnecessary padding in ucontext_t by Calin Juravle · 11 years ago
  31. 7fdde4a Merge "Expose __srefill for LP64 until we can fix the NDK." by Elliott Hughes · 11 years ago
  32. f6d2ca2 Expose __srefill for LP64 until we can fix the NDK. by Elliott Hughes · 11 years ago
  33. 1454ff2 Merge "Clear the return address register in __bionic_clone." by Elliott Hughes · 11 years ago
  34. e7dccdf Clear the return address register in __bionic_clone. by Elliott Hughes · 11 years ago
  35. 134911d Merge "Use __typeof__() instead of typeof()" by Dan Albert · 11 years ago
  36. a7821b7 Use __typeof__() instead of typeof() by Dan Albert · 11 years ago
  37. 8e85b4f Merge "Restore __srefill for LP32." by Elliott Hughes · 11 years ago
  38. aa50585 Restore __srefill for LP32. by Elliott Hughes · 11 years ago
  39. b3c75a1 Merge "Restore __srget and __swbuf for LP32." by Elliott Hughes · 11 years ago
  40. bc90489 Merge "Add C11 <stdatomic.h>." by Elliott Hughes · 11 years ago
  41. 35d90bb Restore __srget and __swbuf for LP32. by Elliott Hughes · 11 years ago
  42. 255789e Merge "Restore tkill for LP32." by Elliott Hughes · 11 years ago
  43. 0017073 Restore tkill for LP32. by Anthony King · 11 years ago
  44. d4f3711 Merge "Restore __futex_wake and __futex_wait for LP32." by Elliott Hughes · 11 years ago
  45. bd3a98c Restore __futex_wake and __futex_wait for LP32. by Elliott Hughes · 11 years ago
  46. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 11 years ago
  47. 6f2bde3 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 11 years ago
  48. 1c4d830 Merge "Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"" by Christopher Ferris · 11 years ago
  49. fd0ce86 Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 11 years ago
  50. 78c3e11 Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 11 years ago
  51. f4985b1 Merge "Clear link register in __bionic_clone." by Ben Cheng · 11 years ago
  52. 8167dd7 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 11 years ago
  53. 8df0fe0 Clear link register in __bionic_clone. by Ben Cheng · 11 years ago
  54. a486632 Merge "Remove <sys/atomics.h>." by Elliott Hughes · 11 years ago
  55. c3f9096 Remove <sys/atomics.h>. by Elliott Hughes · 11 years ago
  56. b260494 Merge "Migrate pthread_rwlock implementation away from sys/atomics" by Calin Juravle · 11 years ago
  57. fb9a47c Merge "Hide various stdio implementation details." by Elliott Hughes · 11 years ago
  58. 253fa17 Merge "Lose the hand-written futex assembler." by Elliott Hughes · 11 years ago
  59. 2899de9 Hide various stdio implementation details. by Elliott Hughes · 11 years ago
  60. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  61. ce00354 Merge "Do not add arcs to the soinfo graph on dlopen" by Dmitriy Ivanov · 11 years ago
  62. 3c005d6 Do not add arcs to the soinfo graph on dlopen by Bjorn Andersson · 11 years ago
  63. ea7dc32 Merge "Add some more BSD symbols to the list." by Elliott Hughes · 11 years ago
  64. 45bf4c3 Add some more BSD symbols to the list. by Elliott Hughes · 11 years ago
  65. 0f79a2f Merge "Cleaned up pthread rwlocks implementation." by Elliott Hughes · 11 years ago
  66. ec071ac Merge "Remove the tkill(2) stub." by Elliott Hughes · 11 years ago
  67. 1b676ea Migrate pthread_rwlock implementation away from sys/atomics by Calin Juravle · 11 years ago
  68. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 11 years ago
  69. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 11 years ago
  70. 4f6ed4a Merge "Remove unnecessary #includes of <sys/atomics.h>." by Elliott Hughes · 11 years ago
  71. 2ea60ff Remove unnecessary #includes of <sys/atomics.h>. by Elliott Hughes · 11 years ago
  72. 0b10ffb Merge "Fix dlsym_failure NULL handle test" by Dmitriy Ivanov · 11 years ago
  73. 44adf93 Fix dlsym_failure NULL handle test by Dmitriy Ivanov · 11 years ago
  74. eea59ea Merge "Add dprintf test" by Calin Juravle · 11 years ago
  75. 254fa88 Merge "Switch to POSIX dprintf/vdprintf." by Calin Juravle · 11 years ago
  76. 3eb9f1f Merge "Removed dlsym handle != NULL check for lp64" by Dmitriy Ivanov · 11 years ago
  77. 6afb2a9 Add dprintf test by Calin Juravle · 11 years ago
  78. fcac8ff Switch to POSIX dprintf/vdprintf. by Elliott Hughes · 11 years ago
  79. d1dc009c Merge "Add padding to mips ucontext_t." by Calin Juravle · 11 years ago
  80. 156c7d3 Merge "Clean up ucontext.h TODOs." by Calin Juravle · 11 years ago
  81. 1721671 Merge "Mutex-free implementation of pthread_rwlock" by Calin Juravle · 11 years ago
  82. 76f352e Mutex-free implementation of pthread_rwlock by Calin Juravle · 11 years ago
  83. ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 11 years ago
  84. 3d4a7b0 Merge "Hide most of the private futex functions." by Elliott Hughes · 11 years ago
  85. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  86. f97d871 Merge "Add cfi directives for arm64 assembler." by Christopher Ferris · 11 years ago
  87. df22a12 Add cfi directives for arm64 assembler. by Christopher Ferris · 11 years ago
  88. bf0a440 Merge "Remove an unnecessary instruction from arm64 __bionic_clone." by Elliott Hughes · 11 years ago
  89. f93f50d Remove an unnecessary instruction from arm64 __bionic_clone. by Elliott Hughes · 11 years ago
  90. 3d5a424 Merge "Fix build." by Christopher Ferris · 11 years ago
  91. 8d2410d Fix build. by Christopher Ferris · 11 years ago
  92. 011076b Merge "Support for jemalloc to replace dlmalloc." by Christopher Ferris · 11 years ago
  93. c1b7f44 Merge "Remove __syslog; we have the public klogctl API." by Elliott Hughes · 11 years ago
  94. ae0f8f1 Add padding to mips ucontext_t. by Calin Juravle · 11 years ago
  95. eb45452 Clean up ucontext.h TODOs. by Calin Juravle · 11 years ago
  96. daf6912 Merge "Fix x86_64 __set_tls.c build failure." by Elliott Hughes · 11 years ago
  97. 7136927 Fix x86_64 __set_tls.c build failure. by Elliott Hughes · 11 years ago
  98. 7680514 Merge "Treat zero or >1 dat files as an error" by Neil Fuller · 11 years ago
  99. 43f3715 Treat zero or >1 dat files as an error by Neil Fuller · 11 years ago
  100. 29f2906 Merge "Add a few more symbols to check-symbols-glibc." by Elliott Hughes · 11 years ago