1. 71d857f Merge tag 'android-7.1.0_r4' into HEAD by Nick Reuter · 9 years ago
  2. b24ba3a linker: Add support for dynamic "shim" libs by Christopher R. Palmer · 10 years ago
  3. 3305560 bionic: Add flag to restore legacy mmap behavior by Flemmard · 11 years ago
  4. a36b574 Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC. by Yabin Cui · 10 years ago
  5. 9ce09e4 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  6. c1f1828 Init functions after debug malloc succeeds. by Christopher Ferris · 10 years ago
  7. 1239386 Improve and fix the stack-protector tests. by Elliott Hughes · 10 years ago
  8. bf4c113 forkpty: set the output fd to -1 on the slave side. by Josh Gao · 10 years ago
  9. 8dd7c61 Don't call clock_getres in sysconf. by Elliott Hughes · 10 years ago
  10. 54f1339 Add a checksum to jmp_buf on ARM. by Josh Gao · 10 years ago
  11. fbdffcc Fix getifaddrs' handling of point-to-point interfaces. by Elliott Hughes · 10 years ago
  12. 6deb304 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  13. d6c9b44 Export malloc_backtrace by Colin Cross · 10 years ago
  14. c40577f Export malloc_iterate and friends by Colin Cross · 10 years ago
  15. 31e4472 Fix scope ids for link-local IPv6 addresses from getifaddrs(3). by Elliott Hughes · 10 years ago
  16. 9c212fc Merge "define pw_gecos to pw_passwd for LP32 systems" by Mike Frysinger · 10 years ago
  17. ca6af7f define pw_gecos to pw_passwd for LP32 systems by Mike Frysinger · 10 years ago
  18. b90837c Merge "Add check for pthread_self() when looking up a thread" by Dimitry Ivanov · 10 years ago
  19. 4bc739a Add check for pthread_self() when looking up a thread by Dimitry Ivanov · 10 years ago
  20. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  21. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
  22. 2fc7f9d Remove unused file. by Christopher Ferris · 10 years ago
  23. 194860a Merge "Replace snprintf() with __libc_format_buffer()" by Tom Cherry · 10 years ago
  24. 8352475 Replace snprintf() with __libc_format_buffer() by Tom Cherry · 10 years ago
  25. d4ae54f Fix lockf for LP32. by Elliott Hughes · 10 years ago
  26. d9bb708 Merge "Implement POSIX lockf." by Elliott Hughes · 10 years ago
  27. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  28. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  29. ac67b4e Merge "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Elliott Hughes · 10 years ago
  30. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  31. c96b6e1 Merge "Make sem_wait able to return errno EINTR for sdk > 23." by Yabin Cui · 10 years ago
  32. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  33. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  34. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  35. bba3954 Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  36. d1293fa Fix GCC build breakage. by Elliott Hughes · 10 years ago
  37. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  38. fdb2963 Handle AF_PACKET in getifaddr(3). by Yi Kong · 10 years ago
  39. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  40. 9353089 Merge "Revert "system_properties.cpp: special case ro.* properties"" by Tom Cherry · 10 years ago
  41. e97ce31 Revert "system_properties.cpp: special case ro.* properties" by Tom Cherry · 10 years ago
  42. 031dfe1 Merge "Fix a broken link in a comment." by Elliott Hughes · 10 years ago
  43. 40c2bf6 Fix a broken link in a comment. by Elliott Hughes · 10 years ago
  44. c5fd81a system_properties.cpp: special case ro.* properties by Nick Kralevich · 10 years ago
  45. 0ef1d12 Temporary apply LIBC version to __pthread_gettid by Dimitry Ivanov · 10 years ago
  46. c8bb96a Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  47. eb90e91 Temporary apply LIBC version to __pthread_gettid by Dimitry Ivanov · 10 years ago
  48. 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
  49. 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  50. 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
  51. dd57119 Merge "Reset access to system properties on reinitialization" by Tom Cherry · 10 years ago
  52. dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 10 years ago
  53. bc2e88a Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" by Dimitry Ivanov · 10 years ago
  54. 23af25b Revert "Remove remaining ndk_cruft from LP64 platforms" by Dimitry Ivanov · 10 years ago
  55. b1d0a2a Remove remaining ndk_cruft from LP64 platforms by Dimitry Ivanov · 10 years ago
  56. b417169 Reset access to system properties on reinitialization by Tom Cherry · 10 years ago
  57. e46ded5 Merge "Do not set properties in bionic_systrace" by Tom Cherry · 10 years ago
  58. 46e2ead Do not set properties in bionic_systrace by Tom Cherry · 10 years ago
  59. 9d8632e Merge "constexpr constructor for atfork_list_t" by Dimitry Ivanov · 10 years ago
  60. 6500f51 Merge "Fix -fstack-protector-strong for x86." by Elliott Hughes · 10 years ago
  61. 9da687e bionic: Build Breakage by Mark Salyzyn · 10 years ago
  62. 6c54ddd Fix -fstack-protector-strong for x86. by Elliott Hughes · 10 years ago
  63. 89a50fe constexpr constructor for atfork_list_t by Dimitry Ivanov · 10 years ago
  64. eaccfde Merge "Add monotonic logging for bionic" by Mark Salyzyn · 10 years ago
  65. d51a0b0 Base bcopy on memmove rather than memcpy. by Rohit Agrawal · 10 years ago
  66. cfd5a46 Make all of ndk_cruft.cpp one big extern "C". by Elliott Hughes · 10 years ago
  67. bb46afd Revert "Revert "Remove __sinit and __sdidinit."" by Elliott Hughes · 10 years ago
  68. c8bae05 Revert "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  69. 4ade519 Merge "Do not create prop files for ctl.* properties" by Tom Cherry · 10 years ago
  70. 21eadee Do not create prop files for ctl.* properties by Tom Cherry · 10 years ago
  71. 8766edc Fix GCC build. by Elliott Hughes · 10 years ago
  72. 2558b11 Merge "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  73. 870f165 Add monotonic logging for bionic by Mark Salyzyn · 10 years ago
  74. 6ed51c0 add checks for initialization for system properties by Tom Cherry · 10 years ago
  75. 2452cf3 Merge "Clear pthread_internal_t allocated on user provided stack." by Yabin Cui · 10 years ago
  76. 304348a Clear pthread_internal_t allocated on user provided stack. by Yabin Cui · 10 years ago
  77. 845e24a Remove c++14'isms from system_properties by Tom Cherry · 10 years ago
  78. 4371961 Remove __sinit and __sdidinit. by Elliott Hughes · 10 years ago
  79. 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
  80. 6bef152 Merge "Init stdio in __libc_init_common." by Yabin Cui · 10 years ago
  81. d68c9e5 Init stdio in __libc_init_common. by Yabin Cui · 10 years ago
  82. 952e9eb Don't use __thread in __cxa_thread_finalize(). by Yabin Cui · 10 years ago
  83. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  84. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  85. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  86. ee67dd7 mmap: fix calculation of is_private_anonymous variable by Vitaly Vul · 10 years ago
  87. f30170d Merge changes I73a39c6d,Iab2af242 by Josh Gao · 10 years ago
  88. 284068f Fix tsan abort for lake of __libc_auxv initialization. by Yabin Cui · 10 years ago
  89. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  90. c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
  91. 2c09e5d Merge "Implement pthread spin." by Yabin Cui · 10 years ago
  92. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  93. 0307eee Avoid tsan warning about pthread_mutex_destroy. by Yabin Cui · 10 years ago
  94. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  95. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  96. 2fb0265 libc_init_common.cpp: Clarify when environment stripping occurs by Nick Kralevich · 10 years ago
  97. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  98. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  99. 706186d fix PTRDIFF_MAX check in the 32-bit mmap wrapper by Daniel Micay · 10 years ago
  100. 1721cd6 Make _signal hidden in all cases. by Christopher Ferris · 10 years ago