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