1. 7ac99d3 Merge "Disable FORTIFY on ASAN builds" by Treehugger Robot · 8 years ago
  2. d9551db Disable FORTIFY on ASAN builds by George Burgess IV · 8 years ago
  3. cbb09bc Merge "Always use CLOCK_MONOTONIC for pthreads and semaphores" by Tom Cherry · 8 years ago
  4. ac49ced Always use CLOCK_MONOTONIC for pthreads and semaphores by Tom Cherry · 8 years ago
  5. 096fa44 Merge "Re-submit "Name function arguments in libc headers for Studio."" by Treehugger Robot · 8 years ago
  6. ad5c4e3 Merge "Fix out-of-bounds deque access causing build failure." by Treehugger Robot · 8 years ago
  7. ff26a16 Re-submit "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  8. 113e9b1 Fix out-of-bounds deque access causing build failure. by Andreas Huber · 8 years ago
  9. cf3b0c1 Merge "Revert "Name function arguments in libc headers for Studio."" by Colin Cross · 8 years ago
  10. 9af9120 Revert "Name function arguments in libc headers for Studio." by Colin Cross · 8 years ago
  11. 8466983 Merge "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  12. a3d3e8e Merge "Improve debug malloc docs slightly for app developers." by Elliott Hughes · 8 years ago
  13. b890336 Merge "Build support for 32-bit armv8-a" by Isaac Chen · 8 years ago
  14. fc89237 Merge changes from topic "cfi-shadow-size" by Treehugger Robot · 8 years ago
  15. 079bff4 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  16. 67e7bf1 Merge "Enable FORTIFY in unoptimized builds" by Treehugger Robot · 8 years ago
  17. 82f2856 Merge "Add guards for things the versioner can't catch." by Treehugger Robot · 8 years ago
  18. f2c203f Merge "Make default namespace handle the 'visible' flag." by Treehugger Robot · 8 years ago
  19. b2688f4 Merge "Report correct errno on clone failure" by Dimitry Ivanov · 8 years ago
  20. 644275a Improve debug malloc docs slightly for app developers. by Elliott Hughes · 8 years ago
  21. 90de9f0 Make default namespace handle the 'visible' flag. by Justin Yun · 8 years ago
  22. 1de2e35 Enable FORTIFY in unoptimized builds by George Burgess IV · 8 years ago
  23. 3f7e65e Add guards for things the versioner can't catch. by Dan Albert · 8 years ago
  24. 3ce8834 Merge "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  25. 6beab08 Merge "libc fortify: error on realpath(NULL, foo)" by Treehugger Robot · 8 years ago
  26. 95bd488 libc fortify: error on realpath(NULL, foo) by George Burgess IV · 8 years ago
  27. 6de6087 Report correct errno on clone failure by dimitry · 8 years ago
  28. d544fb7 Build support for 32-bit armv8-a by Isaac Chen · 8 years ago
  29. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  30. 30438e4 Merge "Improve error handling and fix minor bugs in bionic benchmarks." by Christopher Ferris · 8 years ago
  31. 73c3be2 Merge "Add musl benchmarks." by Christopher Ferris · 8 years ago
  32. cf764c0 Merge "Fix pattern to account for '_' prefix in syscalls" by Dimitry Ivanov · 8 years ago
  33. daebd05 Fix pattern to account for '_' prefix in syscalls by dimitry · 8 years ago
  34. 32f719a Merge changes I36924c4b,Ib6bdd09e by Treehugger Robot · 8 years ago
  35. a98a5fb Improve error handling and fix minor bugs in bionic benchmarks. by Anders Lewis · 8 years ago
  36. 0cd32c1 Merge "Put back the _Exit rename for pre-L." by Treehugger Robot · 8 years ago
  37. 88879d1 Merge "Track tinyxml2 API change." by Elliott Hughes · 8 years ago
  38. ac4f4b4 Add musl benchmarks. by Anders Lewis · 8 years ago
  39. e8658b3 Merge "Fix include to be file-relative." by Treehugger Robot · 8 years ago
  40. 9601f16 Expand swprintf tests. by Dan Albert · 8 years ago
  41. 6805c2d Expand wcsto* tests. by Dan Albert · 8 years ago
  42. c2223f7 Track tinyxml2 API change. by Elliott Hughes · 8 years ago
  43. ebbbe29 Merge "Implement interface for bionic benchmarks." by Christopher Ferris · 8 years ago
  44. b2ca031 Fix include to be file-relative. by Dan Albert · 8 years ago
  45. 8aa387f Merge "Remove reference to non-existent __LP32__." by Elliott Hughes · 8 years ago
  46. cd8828c Put back the _Exit rename for pre-L. by Dan Albert · 8 years ago
  47. a7b0f88 Implement interface for bionic benchmarks. by Anders Lewis · 8 years ago
  48. 906dc0d Merge "Revert "Revert "Move back to the previous version of ion.h.""" by Christopher Ferris · 8 years ago
  49. 0138c46 Remove reference to non-existent __LP32__. by Elliott Hughes · 8 years ago
  50. f750ba0 Revert "Revert "Move back to the previous version of ion.h."" by Christopher Ferris · 8 years ago
  51. f631e5a Merge "Remove a check for AIDs in the OEM range." by Tom Cherry · 8 years ago
  52. 2fdefad Merge "With O_TMPFILE, open(2) takes a mode argument." by Elliott Hughes · 8 years ago
  53. a0ad52b Merge "Some <syslog.h> fixes." by Elliott Hughes · 8 years ago
  54. a14485a Remove a check for AIDs in the OEM range. by Tom Cherry · 8 years ago
  55. b115aef With O_TMPFILE, open(2) takes a mode argument. by Elliott Hughes · 8 years ago
  56. cc3639b Merge "libc fortify: warn on open() with useless mode bits" by Treehugger Robot · 8 years ago
  57. 4e37d53 libc fortify: warn on open() with useless mode bits by George Burgess IV · 8 years ago
  58. f517288 Some <syslog.h> fixes. by Elliott Hughes · 8 years ago
  59. abb163f Revert "Revert "arm64: expand CFI shadow to cover 48-bit virtual addresses"" by Evgenii Stepanov · 8 years ago
  60. 97c16f8 [cfi] Export __cfi_shadow_size. by Evgenii Stepanov · 8 years ago
  61. 488c961 Merge "Fix dprintf/vdprintf fallbacks for GCC." by Treehugger Robot · 8 years ago
  62. 5dde3e4 Merge "Revert "Revert "Move back to the previous version of ion.h.""" by Christopher Ferris · 8 years ago
  63. 02ce968 Revert "Revert "Move back to the previous version of ion.h."" by Christopher Ferris · 8 years ago
  64. 3aa9bf3 Fix dprintf/vdprintf fallbacks for GCC. by Dan Albert · 8 years ago
  65. bb36e9f Merge "Revert "Move back to the previous version of ion.h."" by Christopher Ferris · 8 years ago
  66. b1b125e Merge "libc fortify: make string.h use diagnose_if" by Treehugger Robot · 8 years ago
  67. c9fb662 Merge "linker: the global group is added to all built-in namespaces" by Treehugger Robot · 8 years ago
  68. 26c59f7 Merge "Add some <sched.h> tests." by Elliott Hughes · 8 years ago
  69. 02586a2 linker: the global group is added to all built-in namespaces by Jiyong Park · 8 years ago
  70. 2950f13 Add some <sched.h> tests. by Elliott Hughes · 8 years ago
  71. 316a44f Merge "Finish <stdio_ext.h>." by Elliott Hughes · 8 years ago
  72. 5ac5a7c Merge "libc fortify: make fcntl.h use diagnose_if" by Treehugger Robot · 8 years ago
  73. a821283 Merge "libc fortify: make socket.h and stdlib.h use diagnose_if" by Treehugger Robot · 8 years ago
  74. 6e0de9d Merge "libc fortify: make stdio.h use diagnose_if" by Treehugger Robot · 8 years ago
  75. cff14d9 Merge "libc fortify: make poll.h and stat.h use diagnose_if" by Treehugger Robot · 8 years ago
  76. b630046 libc fortify: make string.h use diagnose_if by George Burgess IV · 8 years ago
  77. 54f5d83 libc fortify: make socket.h and stdlib.h use diagnose_if by George Burgess IV · 8 years ago
  78. 23dbf82 libc fortify: make stdio.h use diagnose_if by George Burgess IV · 8 years ago
  79. 52dde5f libc fortify: make poll.h and stat.h use diagnose_if by George Burgess IV · 8 years ago
  80. 0df4c37 libc fortify: make fcntl.h use diagnose_if by George Burgess IV · 8 years ago
  81. aa8f766 Merge "Mark new/delete as weak in the NDK stubs." by Treehugger Robot · 8 years ago
  82. 0ec52ce Merge "libc fortify: make unistd.h use diagnose_if" by Treehugger Robot · 8 years ago
  83. fe3d58f Merge "Remove nullability specifications." by Elliott Hughes · 8 years ago
  84. 5ba2c21 Finish <stdio_ext.h>. by Elliott Hughes · 8 years ago
  85. 16c1739 libc fortify: make unistd.h use diagnose_if by George Burgess IV · 8 years ago
  86. 1bac61f Merge "Clean up linker fatals slightly." by Treehugger Robot · 8 years ago
  87. 3f66e74 Remove nullability specifications. by Elliott Hughes · 8 years ago
  88. 3e523a6 Merge "Consistently say va_arg rather than __va_arg." by Treehugger Robot · 8 years ago
  89. 89d6c32 Revert "Move back to the previous version of ion.h." by Christopher Ferris · 8 years ago
  90. 7f86f1d Merge "Clean up some <stdio.h> constants." by Elliott Hughes · 8 years ago
  91. 4a8de0d Consistently say va_arg rather than __va_arg. by Elliott Hughes · 8 years ago
  92. 6616056 Merge "Remove restrict/__restrict." by Elliott Hughes · 8 years ago
  93. ad2d038 Clean up linker fatals slightly. by Elliott Hughes · 8 years ago
  94. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  95. c2a10f7 Merge "libc: Add diagnose_if macros to cdefs." by Treehugger Robot · 8 years ago
  96. 1db06fa Merge "libc: Split FORTIFY into its own headers" by Treehugger Robot · 8 years ago
  97. b15feb7 Clean up some <stdio.h> constants. by Elliott Hughes · 8 years ago
  98. b97d7dd libc: Add diagnose_if macros to cdefs. by George Burgess IV · 8 years ago
  99. 4dd33f9 Merge "Allow calling v?dprintf for any target API level." by Treehugger Robot · 8 years ago
  100. f94ddd7 Merge "Move back to the previous version of ion.h." by Christopher Ferris · 8 years ago