1. 847fd9b Merge changes Iada279ee,Ic6089895,Ie2241b19,Ib0610707 by Treehugger Robot · 9 years ago
  2. ac3e564 versioner: turn on -Wundef. by Josh Gao · 9 years ago
  3. 81b4aad Fix BYTE_ORDER check in <netinet/ip6.h>. by Josh Gao · 9 years ago
  4. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  5. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  6. 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 9 years ago
  7. b32184e Merge "Fix memory leak in test util" by Kenny Root · 9 years ago
  8. 57a4e8d Merge "Add missing uapi header module." by Treehugger Robot · 9 years ago
  9. be45461 Merge "Make getpagesize inline static." by Treehugger Robot · 9 years ago
  10. f0cccdb Fix memory leak in test util by Kenny Root · 9 years ago
  11. bae16ef Add missing uapi header module. by Dan Albert · 9 years ago
  12. a39f5d8 Make getpagesize inline static. by Dan Albert · 9 years ago
  13. db79694 Merge "versioner: turn on -Wall -Wextra -Werror." by Josh Gao · 9 years ago
  14. 93892ad Merge "Add modules for NDK headers and libraries." by Treehugger Robot · 9 years ago
  15. bb96628 versioner: turn on -Wall -Wextra -Werror. by Josh Gao · 9 years ago
  16. 76fcad2 Merge "Expose some more function decls." by Treehugger Robot · 9 years ago
  17. 8c1e2b9 Merge "linker: Refactoring step 3 of many" by Treehugger Robot · 9 years ago
  18. 4238a35 Add modules for NDK headers and libraries. by Dan Albert · 9 years ago
  19. 31d7037 Expose some more function decls. by Dan Albert · 9 years ago
  20. 3f66057 linker: Refactoring step 3 of many by Dimitry Ivanov · 9 years ago
  21. 0f81dd3 Merge "Move test libraries under /data/nativetests" by Treehugger Robot · 9 years ago
  22. ce4d419 Merge "[mips64] Fix ipc syscalls" by Treehugger Robot · 9 years ago
  23. 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 9 years ago
  24. 572791e Merge changes Id513b72a,I92cd0116,I62393b58,I90ac2224,I527f88ac by Treehugger Robot · 9 years ago
  25. 247f318 Merge changes Ib81bd82d,I9a57fca0 by Treehugger Robot · 9 years ago
  26. cb0b143 Provide fake definitions for libstdc++. by Dan Albert · 9 years ago
  27. 69b2654 Provide static inlines for in6addr things. by Dan Albert · 9 years ago
  28. 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
  29. 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
  30. 482c6a0a Merge "Don't use an anonymous label in arm's __bionic_clone." by Treehugger Robot · 9 years ago
  31. 2fc14a9 Don't use an anonymous label in arm's __bionic_clone. by Elliott Hughes · 9 years ago
  32. 519a4f2 Run genversion-scripts.py. by Dan Albert · 9 years ago
  33. e5dd632 Move strncpy fortify into android-21. by Dan Albert · 9 years ago
  34. ea4717f Annotate libm.map.txt. by Dan Albert · 9 years ago
  35. 3afa181 Merge "versioner: add support for __VERSIONER_NO_GUARD." by Josh Gao · 9 years ago
  36. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  37. bb148b7 Merge "Silently ignore empty path elements" by Dimitry Ivanov · 9 years ago
  38. 8327a17 Merge "Fix sscanf/wcstod parsing of NaNs." by Treehugger Robot · 9 years ago
  39. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  40. 01fdb6a Silently ignore empty path elements by Dimitry Ivanov · 9 years ago
  41. a2b947e Merge "Fix unittests broken by 545808a" by Tamas Berghammer · 9 years ago
  42. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  43. 52ea186 Merge "Fix time.mktime_EOVERFLOW for LP32." by Treehugger Robot · 9 years ago
  44. 47126ed Fix time.mktime_EOVERFLOW for LP32. by Elliott Hughes · 9 years ago
  45. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  46. bfad958 Merge "Fix "Unknown token error" when upstream clang is used." by Treehugger Robot · 9 years ago
  47. d30bc9e Fix "Unknown token error" when upstream clang is used. by MinSeong Kim · 9 years ago
  48. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  49. 9f79824 Merge "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  50. b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 9 years ago
  51. 2f159f0 Merge "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  52. 60d052d Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used." by Josh Gao · 9 years ago
  53. 85b15b1 Merge changes I6932803a,Ia65c038e by Josh Gao · 9 years ago
  54. dd14725 Merge "cc_test_library now creates shared libraries too" by Treehugger Robot · 9 years ago
  55. 78a52f1 Attempt to use arc4random where getauxval(AT_RANDOM) is used. by Josh Gao · 9 years ago
  56. 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 9 years ago
  57. 4156770 cc_test_library now creates shared libraries too by Dan Willemsen · 9 years ago
  58. af071ed Merge "List failing tests last, to reduce the amount of scrolling." by Treehugger Robot · 9 years ago
  59. a456fae List failing tests last, to reduce the amount of scrolling. by Elliott Hughes · 9 years ago
  60. 6d7a1ee Merge "Remove $(module)_install_to_out_data flag from test makefile" by Treehugger Robot · 9 years ago
  61. af730e6 Merge "Fix SysV IPC test failures on Android devices." by Elliott Hughes · 9 years ago
  62. b16e443 Remove $(module)_install_to_out_data flag from test makefile by Dimitry Ivanov · 9 years ago
  63. ac04d34 Merge "Update to kernel headers v4.7.2." by Christopher Ferris · 9 years ago
  64. 106b3a8 Update to kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  65. b04c771 Merge "Fix pty.bug_28979140 test in Bionic" by Treehugger Robot · 9 years ago
  66. e901447 Fix pty.bug_28979140 test in Bionic by Alex Vakulenko · 9 years ago
  67. 40bae4f Fix SysV IPC test failures on Android devices. by Elliott Hughes · 9 years ago
  68. 3db6013 Merge "Initialize __abort_message_ptr in linker's copy of libc" by Treehugger Robot · 9 years ago
  69. 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 9 years ago
  70. 0b1a282 Merge "Fix a typo in the debug malloc usage info" by Christopher Ferris · 9 years ago
  71. 6313116 Merge "Revert "Switch back to the BSD exec for now."" by Treehugger Robot · 9 years ago
  72. e19c672 Revert "Switch back to the BSD exec for now." by Elliott Hughes · 9 years ago
  73. 6395a30 Merge "Fix execvp/execvpe behavior with absolute paths and ENOEXEC." by Elliott Hughes · 9 years ago
  74. 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
  75. a1e5972 Merge "linker: stat /proc/self/exe instead of executable_path" by Treehugger Robot · 9 years ago
  76. f4e3ebe linker: stat /proc/self/exe instead of executable_path by Dimitry Ivanov · 9 years ago
  77. 0e99e40 Merge "Switch back to the BSD exec for now." by Treehugger Robot · 9 years ago
  78. 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 9 years ago
  79. 18c31d7 Switch back to the BSD exec for now. by Elliott Hughes · 9 years ago
  80. e1d792b Merge "Fix execvpe ENOEXEC behavior." by Elliott Hughes · 9 years ago
  81. 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
  82. fac5689 Merge "Rewrite the exec family." by Treehugger Robot · 9 years ago
  83. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  84. e8cce1a Merge "Don't warn about DT_FLAGS_1 containing DF_1_PIE" am: 42d24ca818 by Dimitry Ivanov · 9 years ago
  85. 42d24ca Merge "Don't warn about DT_FLAGS_1 containing DF_1_PIE" by Dimitry Ivanov · 9 years ago
  86. 59ba65e Don't warn about DT_FLAGS_1 containing DF_1_PIE by Bernhard Rosenkränzer · 9 years ago
  87. 723a2e6 Merge "Fix mips build." am: 685ed4467c by Elliott Hughes · 9 years ago
  88. 685ed44 Merge "Fix mips build." by Treehugger Robot · 9 years ago
  89. 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
  90. a0a3a8c Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." am: 7d4e28a486 by Elliott Hughes · 9 years ago
  91. 7d4e28a Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." by Elliott Hughes · 9 years ago
  92. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  93. 2223d5b Merge "[mips] Add missing linker shdr tests" am: fc9958ce76 by Dimitry Ivanov · 9 years ago
  94. fc9958c Merge "[mips] Add missing linker shdr tests" by Dimitry Ivanov · 9 years ago
  95. 4321522 Merge "Be more restrictive about max frame size." am: a6b73d36ef by Elliott Hughes · 9 years ago
  96. a6b73d3 Merge "Be more restrictive about max frame size." by Treehugger Robot · 9 years ago
  97. 74600ce Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Elliott Hughes · 9 years ago
  98. f74eb26 Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Treehugger Robot · 9 years ago
  99. 8e547bd Be more restrictive about max frame size. by Elliott Hughes · 9 years ago
  100. 5c730fe Merge "Add missing <sys/stat.h> macros." am: fe4ab7dc30 by Elliott Hughes · 9 years ago