1. a527973 Merge "Malloc debug rewrite." am: 0f7631fd92 by Christopher Ferris · 10 years ago
  2. 0f7631f Merge "Malloc debug rewrite." by Christopher Ferris · 10 years ago
  3. fbb43e9 Merge "Move internal FILE flags macros to "local.h" from <stdio.h>." by Elliott Hughes · 10 years ago
  4. 984bccf Merge "Include libz for new libelf." am: 5491d489fe by Chih-hung Hsieh · 10 years ago
  5. 7150e5a Merge "Move internal FILE flags macros to "local.h" from <stdio.h>." by Elliott Hughes · 10 years ago
  6. 5491d48 Merge "Include libz for new libelf." by Chih-hung Hsieh · 10 years ago
  7. 20322c2 Include libz for new libelf. by Chih-Hung Hsieh · 10 years ago
  8. e70e0e9 Move internal FILE flags macros to "local.h" from <stdio.h>. by Elliott Hughes · 10 years ago
  9. ed90327 Merge "Add _seek64 to FILE." am: ad9c3f34f7 by Elliott Hughes · 10 years ago
  10. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  11. ad9c3f3 Merge "Add _seek64 to FILE." by Elliott Hughes · 10 years ago
  12. 0cdf1c1 Merge "Remove dlmalloc." am: c650447239 by Josh Gao · 10 years ago
  13. c650447 Merge "Remove dlmalloc." by Josh Gao · 10 years ago
  14. 49b5196 Merge "Add another stdio test." am: 05db62657b by Elliott Hughes · 10 years ago
  15. 05db626 Merge "Add another stdio test." by Elliott Hughes · 10 years ago
  16. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  17. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  18. dfb8121 Merge "Put struct FILE back how NDK-built apps expect it." am: 8fb40bad49 by Elliott Hughes · 10 years ago
  19. 8fb40ba Merge "Put struct FILE back how NDK-built apps expect it." by Elliott Hughes · 10 years ago
  20. b877601 Put struct FILE back how NDK-built apps expect it. by Elliott Hughes · 10 years ago
  21. 71288cb Add another stdio test. by Elliott Hughes · 10 years ago
  22. 03a3734 Merge "Revert "Temporary apply LIBC version to __pthread_gettid"" am: a42483baad by Dimitry Ivanov · 10 years ago
  23. a42483b Merge "Revert "Temporary apply LIBC version to __pthread_gettid"" by Dimitry Ivanov · 10 years ago
  24. 99f3db0 Merge "Loosen up sys_time.gettimeofday." am: 8fd5bc0ccb by Elliott Hughes · 10 years ago
  25. 8fd5bc0 Merge "Loosen up sys_time.gettimeofday." by Elliott Hughes · 10 years ago
  26. 807f2fe Merge "libc: hide __signalfd4 symbol" am: 05c2f6b3d3 by Dimitry Ivanov · 10 years ago
  27. 5225f05 Merge "libc: hide fake_gmtime_r and fake_localtime_r" am: 40316a3748 by Dimitry Ivanov · 10 years ago
  28. bba3954 Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  29. 05c2f6b Merge "libc: hide __signalfd4 symbol" by Dimitry Ivanov · 10 years ago
  30. 40316a3 Merge "libc: hide fake_gmtime_r and fake_localtime_r" by Dimitry Ivanov · 10 years ago
  31. 7f54348 Loosen up sys_time.gettimeofday. by Elliott Hughes · 10 years ago
  32. 90d2dae libc: hide fake_gmtime_r and fake_localtime_r by Dimitry Ivanov · 10 years ago
  33. 8aea99e Merge "linker: align allocated blocks to 16 bytes" am: b3ec261817 by Dimitry Ivanov · 10 years ago
  34. b3ec261 Merge "linker: align allocated blocks to 16 bytes" by Dimitry Ivanov · 10 years ago
  35. 1a8732c libc: hide __signalfd4 symbol by Dimitry Ivanov · 10 years ago
  36. 3edc5c4 linker: align allocated blocks to 16 bytes by Dimitry Ivanov · 10 years ago
  37. 2e86797 Merge "Simplify fseek/ftell." am: 8d6e19408c by Elliott Hughes · 10 years ago
  38. 34e6726 Merge "Remove dependency on zipalign." am: be4f7429ca by Christopher Ferris · 10 years ago
  39. 8d6e194 Merge "Simplify fseek/ftell." by Elliott Hughes · 10 years ago
  40. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  41. be4f742 Merge "Remove dependency on zipalign." by Christopher Ferris · 10 years ago
  42. 7a55637 Merge "Do not unmap reserved region on dlclose" am: 3e3b992469 by Dimitry Ivanov · 10 years ago
  43. 3e3b992 Merge "Do not unmap reserved region on dlclose" by Dimitry Ivanov · 10 years ago
  44. f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
  45. c0ffcec Remove dependency on zipalign. by Christopher Ferris · 10 years ago
  46. 908d2d6 Merge "Move stdio implementation details around a little." am: 5f1ff279ea by Elliott Hughes · 10 years ago
  47. eec1830 Merge "Update Android.bp to match Android.mk" am: 0904e878ae by Colin Cross · 10 years ago
  48. 5f1ff27 Merge "Move stdio implementation details around a little." by Elliott Hughes · 10 years ago
  49. 0904e87 Merge "Update Android.bp to match Android.mk" by Colin Cross · 10 years ago
  50. 966377d Merge "Update Android.bp to match Android.mk" am: 18dea9b8d4 by Colin Cross · 10 years ago
  51. 6dcab28 Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  52. 18dea9b Merge "Update Android.bp to match Android.mk" by Colin Cross · 10 years ago
  53. 021335e Move stdio implementation details around a little. by Elliott Hughes · 10 years ago
  54. ff03d82 Merge "Make FILE*s less usable after fclose(3)." am: 8b49f53a5e by Elliott Hughes · 10 years ago
  55. 8b49f53 Merge "Make FILE*s less usable after fclose(3)." by Elliott Hughes · 10 years ago
  56. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  57. 8ce38af Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  58. fa930ef Merge "Switch libc default to clang." am: 50e0c388ac by Chih-hung Hsieh · 10 years ago
  59. 50e0c38 Merge "Switch libc default to clang." by Chih-hung Hsieh · 10 years ago
  60. b43ee65 Switch libc default to clang. by Chih-Hung Hsieh · 10 years ago
  61. f011e14 Merge "Fix GCC build breakage." am: 579f42b789 by Elliott Hughes · 10 years ago
  62. 579f42b Merge "Fix GCC build breakage." by Elliott Hughes · 10 years ago
  63. d1293fa Fix GCC build breakage. by Elliott Hughes · 10 years ago
  64. e6fa0d3 Merge "Add more fortify symbols to the expected differences from glibc." by Elliott Hughes · 10 years ago
  65. 6abae32 Merge "Implement if_nameindex(3)/if_freenameindex(3)." am: 89f4e09d8d by Elliott Hughes · 10 years ago
  66. 94ddc29 Merge "Add more fortify symbols to the expected differences from glibc." by Elliott Hughes · 10 years ago
  67. 89f4e09 Merge "Implement if_nameindex(3)/if_freenameindex(3)." by Elliott Hughes · 10 years ago
  68. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  69. 27991ce Merge "Add more tests for getifaddrs(3)" am: a6c25829f1 by Yi Kong · 10 years ago
  70. a6c2582 Merge "Add more tests for getifaddrs(3)" by Yi Kong · 10 years ago
  71. d07c443 Add more fortify symbols to the expected differences from glibc. by Elliott Hughes · 10 years ago
  72. dc75a7a Merge "Sync with upstream OpenBSD." am: 68d0150221 by Elliott Hughes · 10 years ago
  73. 68d0150 Merge "Sync with upstream OpenBSD." by Elliott Hughes · 10 years ago
  74. a7c621e Merge "Align Soong builds closer to Make" am: 6ec2d5fbb5 by Dan Willemsen · 10 years ago
  75. 6ec2d5f Merge "Align Soong builds closer to Make" by Dan Willemsen · 10 years ago
  76. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  77. 9c9aa74 Align Soong builds closer to Make by Dan Willemsen · 10 years ago
  78. 502e768 Merge "Add comment for [p]select_smoke tests STDIN issue." am: 299798fe02 by Christopher Ferris · 10 years ago
  79. 299798f Merge "Add comment for [p]select_smoke tests STDIN issue." by Christopher Ferris · 10 years ago
  80. e8efb96 Add comment for [p]select_smoke tests STDIN issue. by Christopher Ferris · 10 years ago
  81. 64b481c Add more tests for getifaddrs(3) by Yi Kong · 10 years ago
  82. db7fb61 Merge "Fix Soong mips builds" am: 1307831ba4 by Dan Willemsen · 10 years ago
  83. 1307831 Merge "Fix Soong mips builds" by Dan Willemsen · 10 years ago
  84. e4f486c Fix Soong mips builds by Dan Willemsen · 10 years ago
  85. 53fc3fd Merge "Fix select failures when STDIN is ready." am: 2576ce9442 by Christopher Ferris · 10 years ago
  86. 2576ce9 Merge "Fix select failures when STDIN is ready." by Christopher Ferris · 10 years ago
  87. dd926b5 Fix select failures when STDIN is ready. by Christopher Ferris · 10 years ago
  88. 1d1a223 Merge "Escape failure messages in XML test output." am: 323900cd7d by Dan Albert · 10 years ago
  89. 323900c Merge "Escape failure messages in XML test output." by Dan Albert · 10 years ago
  90. 09a9964 Escape failure messages in XML test output. by Dan Albert · 10 years ago
  91. dea4172 Merge "Add method to run fortified versions of funcs." am: c3aa3d892b by Christopher Ferris · 10 years ago
  92. c3aa3d8 Merge "Add method to run fortified versions of funcs." by Christopher Ferris · 10 years ago
  93. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  94. e779309 Merge "Fix Soong x86 builds" am: df2f5fbe6f by Dan Willemsen · 10 years ago
  95. df2f5fb Merge "Fix Soong x86 builds" by Dan Willemsen · 10 years ago
  96. 4031cbe Fix Soong x86 builds by Dan Willemsen · 10 years ago
  97. 2bbd79e Merge "Revert "Move __system_property* to LIBC_PRIVATE for lp64 libc"" by Dimitry Ivanov · 10 years ago
  98. a480422 Merge "Rearrange build files to support USE_SOONG=true" am: 2487f3e15f by Colin Cross · 10 years ago
  99. 0d9e222 Merge "Fix Soong x86 atom builds" am: 5d10e69bea by Dan Willemsen · 10 years ago
  100. 77fe634 Merge "Update Android.bp for changes to Android.mk" am: c292f57ec7 by Colin Cross · 10 years ago