1. 0fa654a Merge "Remove nullability specifications." am: fe3d58f49f by Elliott Hughes · 8 years ago
  2. fe3d58f Merge "Remove nullability specifications." by Elliott Hughes · 8 years ago
  3. f54872e Merge "Clean up linker fatals slightly." am: 1bac61f09f by Elliott Hughes · 8 years ago
  4. 1bac61f Merge "Clean up linker fatals slightly." by Treehugger Robot · 8 years ago
  5. 3f66e74 Remove nullability specifications. by Elliott Hughes · 8 years ago
  6. d02c95a Merge "Consistently say va_arg rather than __va_arg." am: 3e523a6562 by Elliott Hughes · 8 years ago
  7. 3e523a6 Merge "Consistently say va_arg rather than __va_arg." by Treehugger Robot · 8 years ago
  8. 84136f4 Merge "Clean up some <stdio.h> constants." am: 7f86f1dd15 by Elliott Hughes · 8 years ago
  9. 7f86f1d Merge "Clean up some <stdio.h> constants." by Elliott Hughes · 8 years ago
  10. b3f1343 Merge "Remove restrict/__restrict." am: 6616056f0f by Elliott Hughes · 8 years ago
  11. 4a8de0d Consistently say va_arg rather than __va_arg. by Elliott Hughes · 8 years ago
  12. 6616056 Merge "Remove restrict/__restrict." by Elliott Hughes · 8 years ago
  13. ad2d038 Clean up linker fatals slightly. by Elliott Hughes · 8 years ago
  14. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  15. 8bfe9f8 Merge "libc: Add diagnose_if macros to cdefs." am: c2a10f7f1b by George Burgess IV · 8 years ago
  16. c2a10f7 Merge "libc: Add diagnose_if macros to cdefs." by Treehugger Robot · 8 years ago
  17. f51724a Merge "libc: Split FORTIFY into its own headers" am: 1db06faa38 by George Burgess IV · 8 years ago
  18. 1db06fa Merge "libc: Split FORTIFY into its own headers" by Treehugger Robot · 8 years ago
  19. b15feb7 Clean up some <stdio.h> constants. by Elliott Hughes · 8 years ago
  20. b97d7dd libc: Add diagnose_if macros to cdefs. by George Burgess IV · 8 years ago
  21. b4bf272 Merge "Allow calling v?dprintf for any target API level." am: 4dd33f92d8 by Dan Albert · 8 years ago
  22. 4dd33f9 Merge "Allow calling v?dprintf for any target API level." by Treehugger Robot · 8 years ago
  23. c0bafec Merge "Move back to the previous version of ion.h." am: f94ddd7a0e by Christopher Ferris · 8 years ago
  24. f94ddd7 Merge "Move back to the previous version of ion.h." by Christopher Ferris · 8 years ago
  25. 1a0344d Move back to the previous version of ion.h. by Christopher Ferris · 8 years ago
  26. 578763f Merge "Remove workaround in <sys/epoll.h>." am: 6c26e9ec6f by Christopher Ferris · 8 years ago
  27. ff58030 Merge "Update to kernel headers v4.12.3." am: c478c32d2f by Christopher Ferris · 8 years ago
  28. 6c26e9e Merge "Remove workaround in <sys/epoll.h>." by Christopher Ferris · 8 years ago
  29. c478c32 Merge "Update to kernel headers v4.12.3." by Christopher Ferris · 8 years ago
  30. 336f2b1 Merge "versioner: compile with `clang -include foo.h -`." am: b1bbf2bb24 by Josh Gao · 8 years ago
  31. b1bbf2b Merge "versioner: compile with `clang -include foo.h -`." by Treehugger Robot · 8 years ago
  32. b82a2d0 Merge "POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX." am: 8aa4bc7c55 by Elliott Hughes · 8 years ago
  33. 8aa4bc7 Merge "POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX." by Elliott Hughes · 8 years ago
  34. 105e768 Merge "Fix the sysconf _SC_2_VERSION test." am: 3e183a5d30 by Elliott Hughes · 8 years ago
  35. 3e183a5 Merge "Fix the sysconf _SC_2_VERSION test." by Treehugger Robot · 8 years ago
  36. 6c135f4 Fix the sysconf _SC_2_VERSION test. by Elliott Hughes · 8 years ago
  37. 06bd586 POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX. by Elliott Hughes · 8 years ago
  38. a97079d Merge "Implement wcwidth(3) in terms of icu4c." am: bafa1985ec by Elliott Hughes · 8 years ago
  39. bafa198 Merge "Implement wcwidth(3) in terms of icu4c." by Elliott Hughes · 8 years ago
  40. 249792a Merge "Actually turn on -Werror for crtbegin." am: 07d2d327bf by Elliott Hughes · 8 years ago
  41. 07d2d32 Merge "Actually turn on -Werror for crtbegin." by Treehugger Robot · 8 years ago
  42. d2ab9ff versioner: compile with `clang -include foo.h -`. by Josh Gao · 8 years ago
  43. c41b560 Implement wcwidth(3) in terms of icu4c. by Elliott Hughes · 8 years ago
  44. b97049c libc: Split FORTIFY into its own headers by George Burgess IV · 8 years ago
  45. 82e950c Actually turn on -Werror for crtbegin. by Elliott Hughes · 8 years ago
  46. 5f7135e Allow calling v?dprintf for any target API level. by Dan Albert · 8 years ago
  47. 525ce91 Update to kernel headers v4.12.3. by Christopher Ferris · 8 years ago
  48. f54fa4e Remove workaround in <sys/epoll.h>. by Elliott Hughes · 8 years ago
  49. 72f06ce Merge "Use O_APPEND for stdio append mode." am: 38bcf2b704 by Elliott Hughes · 8 years ago
  50. 38bcf2b Merge "Use O_APPEND for stdio append mode." by Elliott Hughes · 8 years ago
  51. e3b1101 Merge "Fix error condition on strtof inline." am: 9faa95c9eb by Dan Albert · 8 years ago
  52. 9faa95c Merge "Fix error condition on strtof inline." by Treehugger Robot · 8 years ago
  53. bd3f657 Fix error condition on strtof inline. by Dan Albert · 8 years ago
  54. c441ad7 Merge "Add __ANDROID_NDK__ to identify using the NDK." am: d3e656abeb by Dan Albert · 8 years ago
  55. d3e656a Merge "Add __ANDROID_NDK__ to identify using the NDK." by Treehugger Robot · 8 years ago
  56. f66fa49 Add __ANDROID_NDK__ to identify using the NDK. by Dan Albert · 8 years ago
  57. 78d878c Merge "libc: Move FORTIFY into one file; make style fixups" am: 4f36cabd8d by George Burgess IV · 8 years ago
  58. 4f36cab Merge "libc: Move FORTIFY into one file; make style fixups" by Treehugger Robot · 8 years ago
  59. 33a8cb1 Use O_APPEND for stdio append mode. by Elliott Hughes · 8 years ago
  60. d34b0a9 libc: Move FORTIFY into one file; make style fixups by George Burgess IV · 8 years ago
  61. da32d33 Merge "Build crtbegin with clang too." am: 9306889509 by Elliott Hughes · 8 years ago
  62. 9306889 Merge "Build crtbegin with clang too." by Treehugger Robot · 8 years ago
  63. 383f77b Merge "Create global seccomp policy." am: 33f9043f48 by Steve Muckle · 8 years ago
  64. 33f9043 Merge "Create global seccomp policy." by Treehugger Robot · 8 years ago
  65. b348d5c Build crtbegin with clang too. by Elliott Hughes · 8 years ago
  66. b231a63 Merge "Split our FORTIFY implementation into libc_fortify" am: 086b1b5a22 by George Burgess IV · 8 years ago
  67. 086b1b5 Merge "Split our FORTIFY implementation into libc_fortify" by Treehugger Robot · 8 years ago
  68. c5c7bee Merge "tests: clean up bionic-unit-tests-static linking" am: b8115bdf4f by Elliott Hughes · 8 years ago
  69. b8115bd Merge "tests: clean up bionic-unit-tests-static linking" by Elliott Hughes · 8 years ago
  70. f32d484 tests: clean up bionic-unit-tests-static linking by Elliott Hughes · 8 years ago
  71. 6cb0687 Split our FORTIFY implementation into libc_fortify by George Burgess IV · 8 years ago
  72. f840c35 Merge "Remove the HASLB and FREEUB macros." am: 4fce647a5b by Elliott Hughes · 8 years ago
  73. 4fce647 Merge "Remove the HASLB and FREEUB macros." by Treehugger Robot · 8 years ago
  74. 2a73189 Merge "Make xfail passes not failures." am: 4dc80181cd by Elliott Hughes · 8 years ago
  75. 4dc8018 Merge "Make xfail passes not failures." by Elliott Hughes · 8 years ago
  76. 59378a9 Merge "Replace fmemopen." am: bff8da308f by Elliott Hughes · 8 years ago
  77. bff8da3 Merge "Replace fmemopen." by Elliott Hughes · 8 years ago
  78. f06c96a Merge "Apply recent strto* fix, add new tests." am: 89ff49942b by Elliott Hughes · 8 years ago
  79. 778b1bd Merge "Replace killpg." am: 57ad09278f by Elliott Hughes · 8 years ago
  80. 89ff499 Merge "Apply recent strto* fix, add new tests." by Elliott Hughes · 8 years ago
  81. 57ad092 Merge "Replace killpg." by Elliott Hughes · 8 years ago
  82. 15a65a7 Merge "Switch to FreeBSD for wcsstr and wmemcpy." am: fd80e39546 by Elliott Hughes · 8 years ago
  83. fd80e39 Merge "Switch to FreeBSD for wcsstr and wmemcpy." by Treehugger Robot · 8 years ago
  84. 80e4c15 Remove the HASLB and FREEUB macros. by Elliott Hughes · 8 years ago
  85. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  86. aa3f96c Create global seccomp policy. by Steve Muckle · 8 years ago
  87. 93a89f8 Make xfail passes not failures. by Elliott Hughes · 8 years ago
  88. af24e1c Merge "Explain how to handle device-specific headers." am: 248b5cb672 by Elliott Hughes · 8 years ago
  89. 248b5cb Merge "Explain how to handle device-specific headers." by Elliott Hughes · 8 years ago
  90. 9a626a8 Merge "Remove outdated _FORTIFY_SOURCE #undefs" am: 71853ad5c5 by George Burgess IV · 8 years ago
  91. 71853ad Merge "Remove outdated _FORTIFY_SOURCE #undefs" by Treehugger Robot · 8 years ago
  92. 53c4c8a Remove outdated _FORTIFY_SOURCE #undefs by George Burgess IV · 8 years ago
  93. 5641716 Merge "Use __RENAME_IF_FILE_OFFSET64 where possible." am: b8ce93974a by Elliott Hughes · 8 years ago
  94. b8ce939 Merge "Use __RENAME_IF_FILE_OFFSET64 where possible." by Treehugger Robot · 8 years ago
  95. a57c878 Explain how to handle device-specific headers. by Elliott Hughes · 8 years ago
  96. 7c5a851 Use __RENAME_IF_FILE_OFFSET64 where possible. by Elliott Hughes · 8 years ago
  97. b287080 Merge "Add __RENAME_IF_FILE_OFFSET64." am: 0d6485eca4 by Dan Albert · 8 years ago
  98. 0d6485e Merge "Add __RENAME_IF_FILE_OFFSET64." by Treehugger Robot · 8 years ago
  99. 1498e80 Merge "Document the intricacies of `_FILE_OFFSET_BITS=32` for LP32." by Elliott Hughes · 8 years ago
  100. a571e9e Merge "Document the intricacies of `_FILE_OFFSET_BITS=32` for LP32." by Elliott Hughes · 8 years ago