1. 304348a Clear pthread_internal_t allocated on user provided stack. by Yabin Cui · 10 years ago
  2. b905551 Re-add putw for LP32 by Dan Willemsen · 10 years ago
  3. a5e183c Explicitly disallow default c-tor by Dimitry Ivanov · 10 years ago
  4. 6bef152 Merge "Init stdio in __libc_init_common." by Yabin Cui · 10 years ago
  5. 9b687dc Enable using clang to build __cxa_thread_atexit_impl. by Yabin Cui · 10 years ago
  6. 28d3f00 Merge "Don't use __thread in __cxa_thread_finalize()." by Yabin Cui · 10 years ago
  7. d68c9e5 Init stdio in __libc_init_common. by Yabin Cui · 10 years ago
  8. 83f314f Consider $(use_clang) when building libc_thread_atexit_impl module by Nikola Veljkovic · 10 years ago
  9. 952e9eb Don't use __thread in __cxa_thread_finalize(). by Yabin Cui · 10 years ago
  10. a01108d Merge "Remove cflags and ldflags from crt defaults" by Colin Cross · 10 years ago
  11. 8bd2718 Merge "move arch variant structs down a level" by Colin Cross · 10 years ago
  12. bff87d1 Remove cflags and ldflags from crt defaults by Colin Cross · 10 years ago
  13. db8caa7 Merge "Introduce anonymous namespace" by Dimitry Ivanov · 10 years ago
  14. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  15. 6ab8f89 move arch variant structs down a level by Colin Cross · 10 years ago
  16. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  17. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  18. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  19. 8d5fb0d Merge "Disable clang for mips/mips64 libc." by Chih-hung Hsieh · 10 years ago
  20. b4bc156 Disable clang for mips/mips64 libc. by Chih-Hung Hsieh · 10 years ago
  21. ee67dd7 mmap: fix calculation of is_private_anonymous variable by Vitaly Vul · 10 years ago
  22. f30170d Merge changes I73a39c6d,Iab2af242 by Josh Gao · 10 years ago
  23. 79f8d64 Merge "Fix tsan abort for lake of __libc_auxv initialization." by Yabin Cui · 10 years ago
  24. 284068f Fix tsan abort for lake of __libc_auxv initialization. by Yabin Cui · 10 years ago
  25. a35d23d Update libc/Android.bp to match libc/Android.mk by Colin Cross · 10 years ago
  26. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  27. c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
  28. 2c09e5d Merge "Implement pthread spin." by Yabin Cui · 10 years ago
  29. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  30. 0307eee Avoid tsan warning about pthread_mutex_destroy. by Yabin Cui · 10 years ago
  31. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  32. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  33. 1f0ccbb Merge "Introducing linker namespaces" by Dimitry Ivanov · 10 years ago
  34. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  35. d1c28a3 Improve libc time zone fallback behavior. by Elliott Hughes · 10 years ago
  36. a9cac4c Fix strftime if tm_zone is null. by Elliott Hughes · 10 years ago
  37. c04647f Still cannot compile with clang on arm64. by Chih-Hung Hsieh · 10 years ago
  38. 5058a00 Enable clang for modules failed with TLS. by Chih-Hung Hsieh · 10 years ago
  39. 2fb0265 libc_init_common.cpp: Clarify when environment stripping occurs by Nick Kralevich · 10 years ago
  40. 2a7f1b3 Merge "Refactor prop_area into a class" by Tom Cherry · 10 years ago
  41. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  42. dc6b0a7 Update Android.bp with latest Android.mk changes by Dan Willemsen · 10 years ago
  43. fb994f4 Add fileno_unlocked to support thread sanitizer. by Yabin Cui · 10 years ago
  44. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  45. ef5e647 Merge "Use cc_defaults" by Colin Cross · 10 years ago
  46. dd7dcfc Merge "Fix GNU/POSIX basename headers." by Josh Gao · 10 years ago
  47. eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  48. 50c21ab Use cc_defaults by Colin Cross · 10 years ago
  49. 9e6f98f Update Android.bp with arch-specific version scripts by Dan Willemsen · 10 years ago
  50. 706186d fix PTRDIFF_MAX check in the 32-bit mmap wrapper by Daniel Micay · 10 years ago
  51. 384ffe3 Fix comment to reflect the actual reality. by Christopher Ferris · 10 years ago
  52. 75dd371 Merge "Generate libdl.so per-architecture version script" by Dimitry Ivanov · 10 years ago
  53. bc75047 Generate libdl.so per-architecture version script by Dmitriy Ivanov · 10 years ago
  54. 1721cd6 Make _signal hidden in all cases. by Christopher Ferris · 10 years ago
  55. c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
  56. bdac9ec Merge "Remove <sys/shm.h>." by Elliott Hughes · 10 years ago
  57. 38eca07 Remove <sys/shm.h>. by Elliott Hughes · 10 years ago
  58. 9978a9a Move __set_errno to ndk_cruft.cpp. by Christopher Ferris · 10 years ago
  59. 4151db5 Add prlimit to LP32. by Elliott Hughes · 10 years ago
  60. e85fb58 Fix LDFLAGS for arm and x86 by Dmitriy Ivanov · 10 years ago
  61. 284b468 Generate per-architecture version scripts. by Dmitriy Ivanov · 10 years ago
  62. d7c7daa Remove the legacy endusershell/getusershell/setusershell stubs. by Elliott Hughes · 10 years ago
  63. 1721be2 Merge "Implement scandirat and scandirat64." by Elliott Hughes · 10 years ago
  64. 6331e80 Implement scandirat and scandirat64. by Elliott Hughes · 10 years ago
  65. 5238eb0 Merge "Implement load at fixed address feature" by Dimitry Ivanov · 10 years ago
  66. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  67. 9216a64 Fix <utmp.h> declarations. by Elliott Hughes · 10 years ago
  68. bf4c32d Remove swap16/swap32/swap64 header pollution. by Elliott Hughes · 10 years ago
  69. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  70. d26e780 Use bionic lock in pthread_internal_t. by Yabin Cui · 10 years ago
  71. 5edf077 Merge "Switch to LOCAL_SRC_FILES_EXCLUDE" by Dan Willemsen · 10 years ago
  72. 268a673 Switch to LOCAL_SRC_FILES_EXCLUDE by Dan Willemsen · 10 years ago
  73. b24d743 Remove deprecated use of ldm/stm in ARM setjmp. by Josh Gao · 10 years ago
  74. d29ba55 Merge "Opt Brillo out of the ndk cruft." by Elliott Hughes · 10 years ago
  75. c433a36 Merge "Move malloc dispatch table to __libc_globals." by Josh Gao · 10 years ago
  76. 198d13e Merge "make mmap fail on requests larger than PTRDIFF_MAX" by Josh Gao · 10 years ago
  77. fb7f45b Merge "Update timezone data to 2015g" by Neil Fuller · 10 years ago
  78. 3c8fc2f Move malloc dispatch table to __libc_globals. by Josh Gao · 10 years ago
  79. fb8fd50 Opt Brillo out of the ndk cruft. by Elliott Hughes · 10 years ago
  80. f0141df Make struct FILE opaque. by Elliott Hughes · 10 years ago
  81. 8ab433d Fix stdio read after EOF behavior. by Elliott Hughes · 10 years ago
  82. 1ab3f30 Merge "Fix inet_aton on LP32." by Elliott Hughes · 10 years ago
  83. 7b77cb3 Fix inet_aton on LP32. by Elliott Hughes · 10 years ago
  84. c6f704b Merge "utmp.h: add more ut_type defines" by Mike Frysinger · 10 years ago
  85. fe9d0ed Move setjmp cookie to a shared globals struct. by Josh Gao · 10 years ago
  86. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  87. 68af0ad utmp.h: add more ut_type defines by Mike Frysinger · 10 years ago
  88. 487a182 Merge "Fix inet_addr/inet_aton/inet_network." by Elliott Hughes · 10 years ago
  89. 0478666 Fix inet_addr/inet_aton/inet_network. by Elliott Hughes · 10 years ago
  90. f41fe71 Merge "Sync with upstream tzcode (2015g)." by Elliott Hughes · 10 years ago
  91. 9fb22a3 Sync with upstream tzcode (2015g). by Elliott Hughes · 10 years ago
  92. d8df28f Merge "Implement setjmp cookies on MIPS and MIPS64" by Josh Gao · 10 years ago
  93. 31740bf Update timezone data to 2015g by Neil Fuller · 10 years ago
  94. 1b519c0 Implement setjmp cookies on MIPS and MIPS64 by Nikola Veljkovic · 10 years ago
  95. 697e261 Fix bionic_coverage for kati. by Dan Albert · 10 years ago
  96. 8dbf02d Add missing register preserve in x86/x86_64 longjmp. by Josh Gao · 10 years ago
  97. f7cf8b2 Merge "bionic: tzset running hot" by Mark Salyzyn · 10 years ago
  98. d057894 bionic: tzset running hot by Mark Salyzyn · 10 years ago
  99. a5d5d16 Use foreach loop to match setuid unsafe env vars. by Josh Gao · 10 years ago
  100. 4a65557 Merge "Remove invalid left shifts of -1." by Stephen Hines · 10 years ago