1. d9bb708 Merge "Implement POSIX lockf." by Elliott Hughes · 10 years ago
  2. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  3. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  4. ac67b4e Merge "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Elliott Hughes · 10 years ago
  5. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  6. c96b6e1 Merge "Make sem_wait able to return errno EINTR for sdk > 23." by Yabin Cui · 10 years ago
  7. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  8. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  9. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  10. bba3954 Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  11. d1293fa Fix GCC build breakage. by Elliott Hughes · 10 years ago
  12. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  13. fdb2963 Handle AF_PACKET in getifaddr(3). by Yi Kong · 10 years ago
  14. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  15. 9353089 Merge "Revert "system_properties.cpp: special case ro.* properties"" by Tom Cherry · 10 years ago
  16. e97ce31 Revert "system_properties.cpp: special case ro.* properties" by Tom Cherry · 10 years ago
  17. 031dfe1 Merge "Fix a broken link in a comment." by Elliott Hughes · 10 years ago
  18. 40c2bf6 Fix a broken link in a comment. by Elliott Hughes · 10 years ago
  19. c5fd81a system_properties.cpp: special case ro.* properties by Nick Kralevich · 10 years ago
  20. 0ef1d12 Temporary apply LIBC version to __pthread_gettid by Dimitry Ivanov · 10 years ago
  21. c8bb96a Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  22. eb90e91 Temporary apply LIBC version to __pthread_gettid by Dimitry Ivanov · 10 years ago
  23. 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
  24. 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  25. 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
  26. dd57119 Merge "Reset access to system properties on reinitialization" by Tom Cherry · 10 years ago
  27. dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 10 years ago
  28. bc2e88a Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" by Dimitry Ivanov · 10 years ago
  29. 23af25b Revert "Remove remaining ndk_cruft from LP64 platforms" by Dimitry Ivanov · 10 years ago
  30. b1d0a2a Remove remaining ndk_cruft from LP64 platforms by Dimitry Ivanov · 10 years ago
  31. b417169 Reset access to system properties on reinitialization by Tom Cherry · 10 years ago
  32. e46ded5 Merge "Do not set properties in bionic_systrace" by Tom Cherry · 10 years ago
  33. 46e2ead Do not set properties in bionic_systrace by Tom Cherry · 10 years ago
  34. 9d8632e Merge "constexpr constructor for atfork_list_t" by Dimitry Ivanov · 10 years ago
  35. 6500f51 Merge "Fix -fstack-protector-strong for x86." by Elliott Hughes · 10 years ago
  36. 9da687e bionic: Build Breakage by Mark Salyzyn · 10 years ago
  37. 6c54ddd Fix -fstack-protector-strong for x86. by Elliott Hughes · 10 years ago
  38. 89a50fe constexpr constructor for atfork_list_t by Dimitry Ivanov · 10 years ago
  39. eaccfde Merge "Add monotonic logging for bionic" by Mark Salyzyn · 10 years ago
  40. d51a0b0 Base bcopy on memmove rather than memcpy. by Rohit Agrawal · 10 years ago
  41. cfd5a46 Make all of ndk_cruft.cpp one big extern "C". by Elliott Hughes · 10 years ago
  42. bb46afd Revert "Revert "Remove __sinit and __sdidinit."" by Elliott Hughes · 10 years ago
  43. c8bae05 Revert "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  44. 4ade519 Merge "Do not create prop files for ctl.* properties" by Tom Cherry · 10 years ago
  45. 21eadee Do not create prop files for ctl.* properties by Tom Cherry · 10 years ago
  46. 8766edc Fix GCC build. by Elliott Hughes · 10 years ago
  47. 2558b11 Merge "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  48. 870f165 Add monotonic logging for bionic by Mark Salyzyn · 10 years ago
  49. 6ed51c0 add checks for initialization for system properties by Tom Cherry · 10 years ago
  50. 2452cf3 Merge "Clear pthread_internal_t allocated on user provided stack." by Yabin Cui · 10 years ago
  51. 304348a Clear pthread_internal_t allocated on user provided stack. by Yabin Cui · 10 years ago
  52. 845e24a Remove c++14'isms from system_properties by Tom Cherry · 10 years ago
  53. 4371961 Remove __sinit and __sdidinit. by Elliott Hughes · 10 years ago
  54. 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
  55. 6bef152 Merge "Init stdio in __libc_init_common." by Yabin Cui · 10 years ago
  56. d68c9e5 Init stdio in __libc_init_common. by Yabin Cui · 10 years ago
  57. 952e9eb Don't use __thread in __cxa_thread_finalize(). by Yabin Cui · 10 years ago
  58. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  59. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  60. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  61. ee67dd7 mmap: fix calculation of is_private_anonymous variable by Vitaly Vul · 10 years ago
  62. f30170d Merge changes I73a39c6d,Iab2af242 by Josh Gao · 10 years ago
  63. 284068f Fix tsan abort for lake of __libc_auxv initialization. by Yabin Cui · 10 years ago
  64. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  65. c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
  66. 2c09e5d Merge "Implement pthread spin." by Yabin Cui · 10 years ago
  67. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  68. 0307eee Avoid tsan warning about pthread_mutex_destroy. by Yabin Cui · 10 years ago
  69. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  70. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  71. 2fb0265 libc_init_common.cpp: Clarify when environment stripping occurs by Nick Kralevich · 10 years ago
  72. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  73. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  74. 706186d fix PTRDIFF_MAX check in the 32-bit mmap wrapper by Daniel Micay · 10 years ago
  75. 1721cd6 Make _signal hidden in all cases. by Christopher Ferris · 10 years ago
  76. c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
  77. 9978a9a Move __set_errno to ndk_cruft.cpp. by Christopher Ferris · 10 years ago
  78. 4151db5 Add prlimit to LP32. by Elliott Hughes · 10 years ago
  79. d7c7daa Remove the legacy endusershell/getusershell/setusershell stubs. by Elliott Hughes · 10 years ago
  80. 6331e80 Implement scandirat and scandirat64. by Elliott Hughes · 10 years ago
  81. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  82. d26e780 Use bionic lock in pthread_internal_t. by Yabin Cui · 10 years ago
  83. d29ba55 Merge "Opt Brillo out of the ndk cruft." by Elliott Hughes · 10 years ago
  84. c433a36 Merge "Move malloc dispatch table to __libc_globals." by Josh Gao · 10 years ago
  85. 198d13e Merge "make mmap fail on requests larger than PTRDIFF_MAX" by Josh Gao · 10 years ago
  86. 3c8fc2f Move malloc dispatch table to __libc_globals. by Josh Gao · 10 years ago
  87. fb8fd50 Opt Brillo out of the ndk cruft. by Elliott Hughes · 10 years ago
  88. 1ab3f30 Merge "Fix inet_aton on LP32." by Elliott Hughes · 10 years ago
  89. 7b77cb3 Fix inet_aton on LP32. by Elliott Hughes · 10 years ago
  90. fe9d0ed Move setjmp cookie to a shared globals struct. by Josh Gao · 10 years ago
  91. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  92. 0478666 Fix inet_addr/inet_aton/inet_network. by Elliott Hughes · 10 years ago
  93. a5d5d16 Use foreach loop to match setuid unsafe env vars. by Josh Gao · 10 years ago
  94. 4a65557 Merge "Remove invalid left shifts of -1." by Stephen Hines · 10 years ago
  95. cb6f599 Fix the way to count online cpus. by Yabin Cui · 10 years ago
  96. 23360cc Remove invalid left shifts of -1. by Stephen Hines · 10 years ago
  97. 9e3a249 Merge "Clean up /proc/<pid>/maps sscanfs." by Elliott Hughes · 10 years ago
  98. 0dec228 Clean up /proc/<pid>/maps sscanfs. by Elliott Hughes · 10 years ago
  99. dd51453 Merge "Add preliminary OEM UID/GID support." by Jorge Lucangeli Obes · 10 years ago
  100. a39e301 Add preliminary OEM UID/GID support. by Jorge Lucangeli Obes · 10 years ago