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