1. 17f83c9 Merge "Remove unused defines from <features.h>." by Elliott Hughes · 11 years ago
  2. f800969 Remove unused defines from <features.h>. by Elliott Hughes · 11 years ago
  3. e4fcc3a Merge "Fix _BSD_SOURCE/__USE_BSD." by Elliott Hughes · 11 years ago
  4. b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
  5. 8a76ee8 Merge "Revert "Add support for protected local symbol lookup."" by Dmitriy Ivanov · 11 years ago
  6. 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 11 years ago
  7. 934c801 Merge "Expose android_set_abort_message()." by Dan Albert · 11 years ago
  8. ce6b1ab Expose android_set_abort_message(). by Dan Albert · 11 years ago
  9. 54d24e0 Merge "Fix leak_realloc, copy entire allocation." by Christopher Ferris · 11 years ago
  10. 6d40d34 Fix leak_realloc, copy entire allocation. by Christopher Ferris · 11 years ago
  11. 5d9e145 malloc_usable_size returns the original size. by Christopher Ferris · 11 years ago
  12. 3c7c9a8 Merge "malloc_usable_size returns the original size." by Christopher Ferris · 11 years ago
  13. db2e024 Merge "Hide C++ stuff in libc. Put it back in libstdc++." by Dan Albert · 11 years ago
  14. fd5ee9a Hide C++ stuff in libc. Put it back in libstdc++. by Dan Albert · 11 years ago
  15. 0baf2ca Merge "Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE)." by Elliott Hughes · 11 years ago
  16. 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 11 years ago
  17. 205cc41 Merge "Improve <sys/cdefs.h>." by Elliott Hughes · 11 years ago
  18. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  19. 2b6cdb5 Merge "Add atexit test for attributed c-tor/d-tor" by Dmitriy Ivanov · 11 years ago
  20. 4571f31 Add atexit test for attributed c-tor/d-tor by Dmitriy Ivanov · 11 years ago
  21. 7d05f74 Merge "Have stdatomic.h punt to C++ atomic when possible" by Hans Boehm · 11 years ago
  22. 019d395 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 11 years ago
  23. d0cce14 Merge "Move mtctxres.c to libc_dns.a." by Dan Albert · 11 years ago
  24. 891ec7a Move mtctxres.c to libc_dns.a. by Dan Albert · 11 years ago
  25. 8457779 Merge "Keep symbols for linker" by Dmitriy Ivanov · 11 years ago
  26. ad5e8b5 Keep symbols for linker by Dmitriy Ivanov · 11 years ago
  27. 0d4ccee Merge "Change name of MB_CUR_MAX implementation function." by Dan Albert · 11 years ago
  28. 224ff04 Change name of MB_CUR_MAX implementation function. by Dan Albert · 11 years ago
  29. 104a472 Merge "Add more functionality to glibc symbol checker." by Dan Albert · 11 years ago
  30. 76212ee Add more functionality to glibc symbol checker. by Dan Albert · 11 years ago
  31. 9a74e4c Merge "Hide __libc_init_vdso()." by Dan Albert · 11 years ago
  32. b3aaf39 Hide __libc_init_vdso(). by Dan Albert · 11 years ago
  33. 4f85c6f Merge "Add memory ordering constraint, convert to C11 atomics" by Hans Boehm · 11 years ago
  34. 1f4c536 Merge "Hide ScopedTrace." by Dan Albert · 11 years ago
  35. f2c1e7e Hide ScopedTrace. by Dan Albert · 11 years ago
  36. db0785c Merge "Optimize symbol lookup" by Dmitriy Ivanov · 11 years ago
  37. 042426b Optimize symbol lookup by Dmitriy Ivanov · 11 years ago
  38. 6e3823d Merge "Hide __libc_malloc_dispatch." by Dan Albert · 11 years ago
  39. edd81faf Hide __libc_malloc_dispatch. by Dan Albert · 11 years ago
  40. e942b3e Merge "Added test for ifunc support in dynamic linker." by Dmitriy Ivanov · 11 years ago
  41. 00c16c1 Merge "Label pages mapped by linker_allocator" by Dmitriy Ivanov · 11 years ago
  42. 51a22a1 Label pages mapped by linker_allocator by Dmitriy Ivanov · 11 years ago
  43. 4d0f742 Merge "Fix our x86 PIC_PROLOGUE." by Elliott Hughes · 11 years ago
  44. ca5b6a7 Fix our x86 PIC_PROLOGUE. by Elliott Hughes · 11 years ago
  45. 30214b9 Add memory ordering constraint, convert to C11 atomics by Hans Boehm · 11 years ago
  46. c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
  47. a0db464 Merge "Make __set_errno hidden in asm." by Dan Albert · 11 years ago
  48. bc9f9f2 Make __set_errno hidden in asm. by Dan Albert · 11 years ago
  49. 3788a1e Merge "Revert "Fix incorrect relocations for x86."" by Dan Albert · 11 years ago
  50. 3726f9c Revert "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
  51. 1c5e415 Merge "Add a way to disable backtracing in malloc debug." by Christopher Ferris · 11 years ago
  52. 88a1f52 Add a way to disable backtracing in malloc debug. by Christopher Ferris · 11 years ago
  53. f2d8c35 Merge "Remove misleading arm/arm64 PIC_SYM." by Elliott Hughes · 11 years ago
  54. 651a068 Remove misleading arm/arm64 PIC_SYM. by Elliott Hughes · 11 years ago
  55. 92f0c91 Merge "Create a distinct temp directory for each run." by Christopher Ferris · 11 years ago
  56. 01bd32e Create a distinct temp directory for each run. by Christopher Ferris · 11 years ago
  57. d994622 Merge "Android is all-PIC/PIE." by Elliott Hughes · 11 years ago
  58. 6b6364a Android is all-PIC/PIE. by Elliott Hughes · 11 years ago
  59. cdd2f07 Merge "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
  60. 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
  61. 85ebcfc Merge "Do a second key cleanup in pthread_exit." by Christopher Ferris · 11 years ago
  62. e380960 Do a second key cleanup in pthread_exit. by Christopher Ferris · 11 years ago
  63. f3868fa Merge "Upgrade bionic to tzdata2014f." by Elliott Hughes · 11 years ago
  64. 51fde5b Upgrade bionic to tzdata2014f. by Elliott Hughes · 11 years ago
  65. b4b7e05 Merge "Fix the tzdata update tools." by Elliott Hughes · 11 years ago
  66. 13bab43 Fix the tzdata update tools. by Elliott Hughes · 11 years ago
  67. 3a238ae Merge "Revert "Add a hack to <stdlib.h> until we can fix libvpx."" by Elliott Hughes · 11 years ago
  68. 9d2a05a Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 11 years ago
  69. bb91a1b Merge "Workaround b/16818336 which fails build under aggressive inlining." by Elliott Hughes · 11 years ago
  70. 28285f8 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 11 years ago
  71. 8b91980 Merge "Explain how wcswcs ended up in ndk_cruft.cpp." by Elliott Hughes · 11 years ago
  72. 1628eb1 Explain how wcswcs ended up in ndk_cruft.cpp. by Elliott Hughes · 11 years ago
  73. afc8672 Merge "Add an obvious comment to <stdio.h> for fixincludes." by Elliott Hughes · 11 years ago
  74. df85f50 Add an obvious comment to <stdio.h> for fixincludes. by Elliott Hughes · 11 years ago
  75. de69069 Merge "Fixes build." by Dan Albert · 11 years ago
  76. 9eae840 Fixes build. by Dan Albert · 11 years ago
  77. a7ef818 Merge "Revert "Replaces vfork() implementation with fork()"" by Dan Albert · 11 years ago
  78. 6a91887 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  79. 447fe1c Merge "Fix mbsrtowcs(3) src param for finished string." by Dan Albert · 11 years ago
  80. b6cc8e0 Fix mbsrtowcs(3) src param for finished string. by Dan Albert · 11 years ago
  81. 36bacd2 Merge "Proper MB_CUR_MAX." by Dan Albert · 11 years ago
  82. 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
  83. 0f7ed16 Merge "Fix memchr with a zero length." by Christopher Ferris · 11 years ago
  84. e03e1ea Fix memchr with a zero length. by Christopher Ferris · 11 years ago
  85. 4ad5066 Merge "Use libunwindbacktrace for debug malloc code." by Christopher Ferris · 11 years ago
  86. 861c0ef Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 11 years ago
  87. a7dc760 Merge "Fix linkage of grantpt(3)." by Elliott Hughes · 11 years ago
  88. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  89. 1788697 Merge "Remove declarations for things that don't exist." by Elliott Hughes · 11 years ago
  90. f4c1a36 Remove declarations for things that don't exist. by Elliott Hughes · 11 years ago
  91. 2b591b3 Merge "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 11 years ago
  92. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
  93. 52f8271 Merge "Added a bionic systrace class and tracing to pthread_mutex.cpp." by Elliott Hughes · 11 years ago
  94. a406ee6 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 11 years ago
  95. 24dcda0 Merge "Fix mips/mips64 build" by Dmitriy Ivanov · 11 years ago
  96. ed48534 Fix mips/mips64 build by Dmitriy Ivanov · 11 years ago
  97. 50a9630 Merge "Start hiding "private/bionic_time.h"." by Elliott Hughes · 11 years ago
  98. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  99. a4c14fd Merge "en_US.UTF-8 is also supported." by Dan Albert · 11 years ago
  100. 1abb8bd en_US.UTF-8 is also supported. by Dan Albert · 11 years ago