1. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  2. ced73ee Merge "Factor out the waiting for children in bionic tests." by Elliott Hughes · 10 years ago
  3. 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 10 years ago
  4. 94bb0fa Merge "Support _FILE_OFFSET_BITS=64 for most of <stdio.h>." by Elliott Hughes · 10 years ago
  5. d9bb708 Merge "Implement POSIX lockf." by Elliott Hughes · 10 years ago
  6. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  7. 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 10 years ago
  8. e149790 Merge "Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23.""" by Yabin Cui · 10 years ago
  9. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  10. 126cf32 Merge "Fix gcc test issues." by Christopher Ferris · 10 years ago
  11. 1e185a5 Fix gcc test issues. by Christopher Ferris · 10 years ago
  12. ac67b4e Merge "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Elliott Hughes · 10 years ago
  13. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  14. c96b6e1 Merge "Make sem_wait able to return errno EINTR for sdk > 23." by Yabin Cui · 10 years ago
  15. e40e429 Merge "Fix build for gcc." by Christopher Ferris · 10 years ago
  16. f2b67b8 Fix build for gcc. by Christopher Ferris · 10 years ago
  17. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  18. 0f7631f Merge "Malloc debug rewrite." by Christopher Ferris · 10 years ago
  19. 7150e5a Merge "Move internal FILE flags macros to "local.h" from <stdio.h>." by Elliott Hughes · 10 years ago
  20. 5491d48 Merge "Include libz for new libelf." by Chih-hung Hsieh · 10 years ago
  21. 20322c2 Include libz for new libelf. by Chih-Hung Hsieh · 10 years ago
  22. e70e0e9 Move internal FILE flags macros to "local.h" from <stdio.h>. by Elliott Hughes · 10 years ago
  23. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  24. ad9c3f3 Merge "Add _seek64 to FILE." by Elliott Hughes · 10 years ago
  25. c650447 Merge "Remove dlmalloc." by Josh Gao · 10 years ago
  26. 05db626 Merge "Add another stdio test." by Elliott Hughes · 10 years ago
  27. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  28. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  29. 8fb40ba Merge "Put struct FILE back how NDK-built apps expect it." by Elliott Hughes · 10 years ago
  30. b877601 Put struct FILE back how NDK-built apps expect it. by Elliott Hughes · 10 years ago
  31. 71288cb Add another stdio test. by Elliott Hughes · 10 years ago
  32. a42483b Merge "Revert "Temporary apply LIBC version to __pthread_gettid"" by Dimitry Ivanov · 10 years ago
  33. 8fd5bc0 Merge "Loosen up sys_time.gettimeofday." by Elliott Hughes · 10 years ago
  34. bba3954 Revert "Temporary apply LIBC version to __pthread_gettid" by Dimitry Ivanov · 10 years ago
  35. 05c2f6b Merge "libc: hide __signalfd4 symbol" by Dimitry Ivanov · 10 years ago
  36. 40316a3 Merge "libc: hide fake_gmtime_r and fake_localtime_r" by Dimitry Ivanov · 10 years ago
  37. 7f54348 Loosen up sys_time.gettimeofday. by Elliott Hughes · 10 years ago
  38. 90d2dae libc: hide fake_gmtime_r and fake_localtime_r by Dimitry Ivanov · 10 years ago
  39. b3ec261 Merge "linker: align allocated blocks to 16 bytes" by Dimitry Ivanov · 10 years ago
  40. 1a8732c libc: hide __signalfd4 symbol by Dimitry Ivanov · 10 years ago
  41. 3edc5c4 linker: align allocated blocks to 16 bytes by Dimitry Ivanov · 10 years ago
  42. 8d6e194 Merge "Simplify fseek/ftell." by Elliott Hughes · 10 years ago
  43. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  44. be4f742 Merge "Remove dependency on zipalign." by Christopher Ferris · 10 years ago
  45. 3e3b992 Merge "Do not unmap reserved region on dlclose" by Dimitry Ivanov · 10 years ago
  46. f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
  47. c0ffcec Remove dependency on zipalign. by Christopher Ferris · 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. 6dcab28 Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  51. 18dea9b Merge "Update Android.bp to match Android.mk" by Colin Cross · 10 years ago
  52. 021335e Move stdio implementation details around a little. by Elliott Hughes · 10 years ago
  53. 8b49f53 Merge "Make FILE*s less usable after fclose(3)." by Elliott Hughes · 10 years ago
  54. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  55. 8ce38af Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  56. 50e0c38 Merge "Switch libc default to clang." by Chih-hung Hsieh · 10 years ago
  57. b43ee65 Switch libc default to clang. by Chih-Hung Hsieh · 10 years ago
  58. 579f42b Merge "Fix GCC build breakage." by Elliott Hughes · 10 years ago
  59. d1293fa Fix GCC build breakage. by Elliott Hughes · 10 years ago
  60. 94ddc29 Merge "Add more fortify symbols to the expected differences from glibc." by Elliott Hughes · 10 years ago
  61. 89f4e09 Merge "Implement if_nameindex(3)/if_freenameindex(3)." by Elliott Hughes · 10 years ago
  62. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  63. a6c2582 Merge "Add more tests for getifaddrs(3)" by Yi Kong · 10 years ago
  64. d07c443 Add more fortify symbols to the expected differences from glibc. by Elliott Hughes · 10 years ago
  65. 68d0150 Merge "Sync with upstream OpenBSD." by Elliott Hughes · 10 years ago
  66. 6ec2d5f Merge "Align Soong builds closer to Make" by Dan Willemsen · 10 years ago
  67. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  68. 9c9aa74 Align Soong builds closer to Make by Dan Willemsen · 10 years ago
  69. 299798f Merge "Add comment for [p]select_smoke tests STDIN issue." by Christopher Ferris · 10 years ago
  70. e8efb96 Add comment for [p]select_smoke tests STDIN issue. by Christopher Ferris · 10 years ago
  71. 64b481c Add more tests for getifaddrs(3) by Yi Kong · 10 years ago
  72. 1307831 Merge "Fix Soong mips builds" by Dan Willemsen · 10 years ago
  73. e4f486c Fix Soong mips builds by Dan Willemsen · 10 years ago
  74. 2576ce9 Merge "Fix select failures when STDIN is ready." by Christopher Ferris · 10 years ago
  75. dd926b5 Fix select failures when STDIN is ready. by Christopher Ferris · 10 years ago
  76. 323900c Merge "Escape failure messages in XML test output." by Dan Albert · 10 years ago
  77. 09a9964 Escape failure messages in XML test output. by Dan Albert · 10 years ago
  78. c3aa3d8 Merge "Add method to run fortified versions of funcs." by Christopher Ferris · 10 years ago
  79. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  80. df2f5fb Merge "Fix Soong x86 builds" by Dan Willemsen · 10 years ago
  81. 4031cbe Fix Soong x86 builds by Dan Willemsen · 10 years ago
  82. 126d5ab Merge "Revert "Move __system_property* to LIBC_PRIVATE for lp64 libc"" by Dimitry Ivanov · 10 years ago
  83. e1078a9 Revert "Move __system_property* to LIBC_PRIVATE for lp64 libc" by Dimitry Ivanov · 10 years ago
  84. 2487f3e Merge "Rearrange build files to support USE_SOONG=true" by Colin Cross · 10 years ago
  85. 5d10e69 Merge "Fix Soong x86 atom builds" by Dan Willemsen · 10 years ago
  86. c292f57 Merge "Update Android.bp for changes to Android.mk" by Colin Cross · 10 years ago
  87. 701b545 Fix Soong x86 atom builds by Dan Willemsen · 10 years ago
  88. 9817c6c Merge "Fix <sys/sysmacros.h>." by Elliott Hughes · 10 years ago
  89. 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
  90. c23aeb8 Rearrange build files to support USE_SOONG=true by Colin Cross · 10 years ago
  91. 906e67f Merge "Add a getifaddrs(3) debugging tool." by Elliott Hughes · 10 years ago
  92. 2c7d1e6 Merge "Explicit binary op order for both gcc and clang/llvm." by Chih-hung Hsieh · 10 years ago
  93. 592c7b4 Explicit binary op order for both gcc and clang/llvm. by Chih-Hung Hsieh · 10 years ago
  94. 5d84373 Add a getifaddrs(3) debugging tool. by Elliott Hughes · 10 years ago
  95. a3f9fca Update Android.bp for changes to Android.mk by Colin Cross · 10 years ago
  96. 6b51398 Merge "Add basic tests for <net/if.h>." by Elliott Hughes · 10 years ago
  97. 588213a Add basic tests for <net/if.h>. by Elliott Hughes · 10 years ago
  98. 8d809f1 Merge "Handle AF_PACKET in getifaddr(3)." by Elliott Hughes · 10 years ago
  99. fdb2963 Handle AF_PACKET in getifaddr(3). by Yi Kong · 10 years ago
  100. 195b85a Merge "Defend against -fstack-protector in libc startup." by Elliott Hughes · 10 years ago