1. db8caa7 Merge "Introduce anonymous namespace" by Dimitry Ivanov · 10 years ago
  2. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  3. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  4. a7fc7f9 Merge "Handling invalid section headers" by Dimitry Ivanov · 10 years ago
  5. 3c52481 Handling invalid section headers by Dmitriy Ivanov · 10 years ago
  6. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  7. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  8. fb3219f Merge "Move some utility functions to linker_utils" by Dimitry Ivanov · 10 years ago
  9. 84bab5a Move some utility functions to linker_utils by Dmitriy Ivanov · 10 years ago
  10. a1ab0d8 Merge "Improve error message for files with no sections" by Dimitry Ivanov · 10 years ago
  11. b76123f Improve error message for files with no sections by Dmitriy Ivanov · 10 years ago
  12. 8d5fb0d Merge "Disable clang for mips/mips64 libc." by Chih-hung Hsieh · 10 years ago
  13. b4bc156 Disable clang for mips/mips64 libc. by Chih-Hung Hsieh · 10 years ago
  14. 43c9045 Merge "mmap: fix calculation of is_private_anonymous variable" by Elliott Hughes · 10 years ago
  15. ee67dd7 mmap: fix calculation of is_private_anonymous variable by Vitaly Vul · 10 years ago
  16. f30170d Merge changes I73a39c6d,Iab2af242 by Josh Gao · 10 years ago
  17. 79f8d64 Merge "Fix tsan abort for lake of __libc_auxv initialization." by Yabin Cui · 10 years ago
  18. 9c6157c Merge "Update libc/Android.bp to match libc/Android.mk" by Colin Cross · 10 years ago
  19. 284068f Fix tsan abort for lake of __libc_auxv initialization. by Yabin Cui · 10 years ago
  20. a35d23d Update libc/Android.bp to match libc/Android.mk by Colin Cross · 10 years ago
  21. 2feb9dd Fix test build break. by Josh Gao · 10 years ago
  22. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  23. 0ebe2f0 Merge "Add /odm/lib to shared lib search path" by Hung-ying Tyan · 10 years ago
  24. c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
  25. 313632d Merge "Do not depend on host bits to get the right size to write." by Junichi Uekawa · 10 years ago
  26. ff35b1e Do not depend on host bits to get the right size to write. by Junichi Uekawa · 10 years ago
  27. 2c09e5d Merge "Implement pthread spin." by Yabin Cui · 10 years ago
  28. ea5bb15 Merge "Avoid tsan warning about pthread_mutex_destroy." by Yabin Cui · 10 years ago
  29. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  30. f74b041 Add /odm/lib to shared lib search path by Hung-ying Tyan · 10 years ago
  31. 63f0e0d Merge "Ignore target sdk version for the public namespace" by Dimitry Ivanov · 10 years ago
  32. 3cc35e2 Ignore target sdk version for the public namespace by Dmitriy Ivanov · 10 years ago
  33. 0307eee Avoid tsan warning about pthread_mutex_destroy. by Yabin Cui · 10 years ago
  34. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  35. 3c8c160 Merge "Remove the warning about empty LD_LIBRARY_PATH" by Dimitry Ivanov · 10 years ago
  36. fbfba64 Remove the warning about empty LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  37. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  38. 949bfb9 Merge "Enable clang to compile more tests." by Chih-hung Hsieh · 10 years ago
  39. 61f186d Merge "Fix arm64 and x86 builds" by Dimitry Ivanov · 10 years ago
  40. d9b08a0 Fix arm64 and x86 builds by Dmitriy Ivanov · 10 years ago
  41. 1f0ccbb Merge "Introducing linker namespaces" by Dimitry Ivanov · 10 years ago
  42. 1e79540 Enable clang to compile more tests. by Chih-Hung Hsieh · 10 years ago
  43. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  44. 1b42c54 Merge "Improve libc time zone fallback behavior." by Elliott Hughes · 10 years ago
  45. d1c28a3 Improve libc time zone fallback behavior. by Elliott Hughes · 10 years ago
  46. 5780f9d Merge "Fix strftime if tm_zone is null." by Elliott Hughes · 10 years ago
  47. 4ea67f6 Merge "FORTIFY_SOURCE: make sure gcc unittests are compiled with gcc" by Nick Kralevich · 10 years ago
  48. a9cac4c Fix strftime if tm_zone is null. by Elliott Hughes · 10 years ago
  49. 2ed1b29 FORTIFY_SOURCE: make sure gcc unittests are compiled with gcc by Nick Kralevich · 10 years ago
  50. 7c10ee9 Merge "Still cannot compile with clang on arm64." by Chih-hung Hsieh · 10 years ago
  51. c04647f Still cannot compile with clang on arm64. by Chih-Hung Hsieh · 10 years ago
  52. 0c44705 Merge "Enable clang for modules failed with TLS." by Chih-hung Hsieh · 10 years ago
  53. dbc6398 Merge "Clean up pthread_gettid_np test." by Elliott Hughes · 10 years ago
  54. 5058a00 Enable clang for modules failed with TLS. by Chih-Hung Hsieh · 10 years ago
  55. b03e6bf Merge "Add 100 column limit to .clang-format." by Josh Gao · 10 years ago
  56. 615f3aa Add 100 column limit to .clang-format. by Josh Gao · 10 years ago
  57. f208361 Clean up pthread_gettid_np test. by Elliott Hughes · 10 years ago
  58. ffe5c24 Merge "Fix potential race condition on CTS TC pthread_gettid_np" by Elliott Hughes · 10 years ago
  59. de12462 Fix potential race condition on CTS TC pthread_gettid_np by Junjie Hu · 10 years ago
  60. 6209b99 Merge "libc_init_common.cpp: Clarify when environment stripping occurs" by Nick Kralevich · 10 years ago
  61. 2fb0265 libc_init_common.cpp: Clarify when environment stripping occurs by Nick Kralevich · 10 years ago
  62. 2a7f1b3 Merge "Refactor prop_area into a class" by Tom Cherry · 10 years ago
  63. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  64. 11b3916 Merge "Fix test failure." by Josh Gao · 10 years ago
  65. 09fac86 Fix test failure. by Josh Gao · 10 years ago
  66. 704e048 Merge "Update Android.bp with latest Android.mk changes" by Dan Willemsen · 10 years ago
  67. dc6b0a7 Update Android.bp with latest Android.mk changes by Dan Willemsen · 10 years ago
  68. 0e6542b Merge "Add fileno_unlocked to support thread sanitizer." by Yabin Cui · 10 years ago
  69. fb994f4 Add fileno_unlocked to support thread sanitizer. by Yabin Cui · 10 years ago
  70. 8b5b2c4 Merge "fix the mremap signature" by Elliott Hughes · 10 years ago
  71. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  72. 3482613 Merge "linker: cleanup solist after unsuccessful read" by Dimitry Ivanov · 10 years ago
  73. fd7a91e linker: cleanup solist after unsuccessful read by Dmitriy Ivanov · 10 years ago
  74. 004fead Merge "Fix linked_list::remove_if()" by Dimitry Ivanov · 10 years ago
  75. 7a9311f Fix linked_list::remove_if() by Dmitriy Ivanov · 10 years ago
  76. ef5e647 Merge "Use cc_defaults" by Colin Cross · 10 years ago
  77. dd7dcfc Merge "Fix GNU/POSIX basename headers." by Josh Gao · 10 years ago
  78. eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  79. 50c21ab Use cc_defaults by Colin Cross · 10 years ago
  80. 4b920f0 Merge "Update Android.bp with arch-specific version scripts" by Dan Willemsen · 10 years ago
  81. 9e6f98f Update Android.bp with arch-specific version scripts by Dan Willemsen · 10 years ago
  82. af90986 Merge "fix PTRDIFF_MAX check in the 32-bit mmap wrapper" by Josh Gao · 10 years ago
  83. 706186d fix PTRDIFF_MAX check in the 32-bit mmap wrapper by Daniel Micay · 10 years ago
  84. 9fe02f3 Merge "Fix comment to reflect the actual reality." am: e07558fb80 by Christopher Ferris · 10 years ago
  85. e07558f Merge "Fix comment to reflect the actual reality." by Christopher Ferris · 10 years ago
  86. 384ffe3 Fix comment to reflect the actual reality. by Christopher Ferris · 10 years ago
  87. 86bf87c Merge "Generate libdl.so per-architecture version script" am: 75dd3710e7 by Dimitry Ivanov · 10 years ago
  88. 75dd371 Merge "Generate libdl.so per-architecture version script" by Dimitry Ivanov · 10 years ago
  89. 0ba085d Merge "Make _signal hidden in all cases." am: 6a8a09f7c4 by Christopher Ferris · 10 years ago
  90. 6a8a09f Merge "Make _signal hidden in all cases." by Christopher Ferris · 10 years ago
  91. bc75047 Generate libdl.so per-architecture version script by Dmitriy Ivanov · 10 years ago
  92. 1721cd6 Make _signal hidden in all cases. by Christopher Ferris · 10 years ago
  93. a8f6901 Merge "Add prlimit to LP32." am: c36be975ce by Elliott Hughes · 10 years ago
  94. c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
  95. caa61b0 Merge "Remove <sys/shm.h>." am: bdac9ec142 by Elliott Hughes · 10 years ago
  96. bdac9ec Merge "Remove <sys/shm.h>." by Elliott Hughes · 10 years ago
  97. 6297e32 Merge "Move __set_errno to ndk_cruft.cpp." am: e75453d5dd by Christopher Ferris · 10 years ago
  98. e75453d Merge "Move __set_errno to ndk_cruft.cpp." by Christopher Ferris · 10 years ago
  99. 38eca07 Remove <sys/shm.h>. by Elliott Hughes · 10 years ago
  100. 9978a9a Move __set_errno to ndk_cruft.cpp. by Christopher Ferris · 10 years ago