1. 261b7f4 fortify: replace bzero/bcmp defines by George Burgess IV · 7 years ago
  2. 849c0b9 fortify: add __mempcpy_chk by George Burgess IV · 7 years ago
  3. 74519e7 fortify: fix overflow checks in unistd by George Burgess IV · 7 years ago
  4. 26d25a2 fortify: add even more warnings by George Burgess IV · 7 years ago
  5. 8c0ec11 fortify: fix up a few diagnostics; add __wur to realpath by George Burgess IV · 7 years ago
  6. 2356c93 fortify: add bit checking for open(at)?64 functions by George Burgess IV · 7 years ago
  7. 77f99aa fortify: add diagnostics for str* functions by George Burgess IV · 7 years ago
  8. 738a6c9 <arpa/nameser.h>: fix INTRODUCED_IN API level. by Elliott Hughes · 7 years ago
  9. cfede4f Merge changes Ic2d48c93,I981ac9bd by Treehugger Robot · 7 years ago
  10. 30d4c6f Merge "fortify: use __builtin_constant_p for more short-circuits" by Treehugger Robot · 7 years ago
  11. a743f31 Merge "fortify: Migrate trivial cases to dynamic check macros" by George Burgess IV · 7 years ago
  12. c03d596 fortify: s/([gl])eq/\1e/g by George Burgess IV · 7 years ago
  13. d9865e7 fortify: more use of __builtin_constant_p by George Burgess IV · 7 years ago
  14. a1a09b2 fortify: use __builtin_constant_p for more short-circuits by George Burgess IV · 7 years ago
  15. 32e8d4f Merge "fortify: inline #defined strings" by Treehugger Robot · 7 years ago
  16. b07c197 Merge "fortify: use a macro in diagnose_if" by Treehugger Robot · 7 years ago
  17. 5da5dd5 fortify: Migrate trivial cases to dynamic check macros by George Burgess IV · 7 years ago
  18. ff71793 fortify: inline #defined strings by George Burgess IV · 7 years ago
  19. 5273dc5 fortify: use a macro in diagnose_if by George Burgess IV · 7 years ago
  20. 24f97eb Update to kernel headers to v5.1.3. by Christopher Ferris · 7 years ago
  21. 93f79a1 Merge "Annotate no_return and returns_twice functions." by Josh Gao · 7 years ago
  22. 3403315 Annotate no_return and returns_twice functions. by Josh Gao · 7 years ago
  23. 31c7309 Add SEEK_DATA and SEEK_HOLE constants. by Elliott Hughes · 7 years ago
  24. 4fa9b8c malloc.h: explicitly suggest malloc_info() instead of mallinfo(). by Elliott Hughes · 7 years ago
  25. 8c3140a Merge "threads.h: Add C11 thread support." by Elliott Hughes · 7 years ago
  26. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 7 years ago
  27. 07c5587 paths.h: /sbin and /system/sbin no longer exist. by Elliott Hughes · 7 years ago
  28. c4c2e24 <bits/glibc-syscalls.h>: only regenerate when we have new uapi headers. by Elliott Hughes · 7 years ago
  29. 3e742cb Merge "Reserve realtime signal for libprofile-extras" by Pirama Arumuga Nainar · 7 years ago
  30. 3cfedf4 param.h: whitespace cleanup by Nick Kralevich · 7 years ago
  31. ebe1ae7 Reserve realtime signal for libprofile-extras by Pirama Arumuga Nainar · 7 years ago
  32. c50b6a2 Make powerof2 macro ubsan safe by Nick Kralevich · 7 years ago
  33. 118ab10 Merge "Add /product/bin to path" by Steven Moreland · 7 years ago
  34. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 7 years ago
  35. 73d1fb9 Fix get_device_api_level_inlines.h in versioner by Logan Chien · 7 years ago
  36. 3f68efc Suppress warnings on pthread_create by Logan Chien · 7 years ago
  37. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 7 years ago
  38. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 7 years ago
  39. ced659e Add /product/bin to path by Daniel Rosenberg · 7 years ago
  40. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  41. ae4d10b Add __attribute__((unused)) to __BIONIC_ERROR_FUNCTION_VISIBILITY by Logan Chien · 7 years ago
  42. fe21bba Add Android Runtime APEX bin directory to Bionic default shell search path. by Roland Levillain · 7 years ago
  43. 27beebf Revert "Add Android Runtime APEX directories to Bionic search paths." by Andreas Gampe · 7 years ago
  44. d2dd379 Add Android Runtime APEX directories to Bionic search paths. by Roland Levillain · 7 years ago
  45. 0f57d56 Fix a comment in <android/api-level.h>. by Elliott Hughes · 7 years ago
  46. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  47. bf925b0 Merge "Remove obsolete workaround." by Elliott Hughes · 7 years ago
  48. eadf506 Remove obsolete workaround. by Elliott Hughes · 7 years ago
  49. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  50. 9ce2884 Update to v4.19 kernel headers. by Christopher Ferris · 7 years ago
  51. 90856af Merge changes I70ea4b23,Iedcfe36b,I3f21fc71,Ie99c0eef by Logan Chien · 7 years ago
  52. 25bcf59 libc: Match header annotations to version script by Logan Chien · 7 years ago
  53. 6032c38 Merge "Add getloadavg(3)." by Elliott Hughes · 7 years ago
  54. 8daea55 Comment the M_PURGE option. by Christopher Ferris · 7 years ago
  55. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  56. aede30d libc: Add default __STRING implementation by Logan Chien · 7 years ago
  57. ac578f2 malloc: add M_PURGE mallopt flag by Tim Murray · 7 years ago
  58. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  59. eb61430 Don't #define __ANDROID_NDK__ for the platform build! by Elliott Hughes · 7 years ago
  60. 82ab481 Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX. by Elliott Hughes · 7 years ago
  61. 00dda09 <sys/param.h>: pollute the namespace with <endian.h>. by Elliott Hughes · 7 years ago
  62. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  63. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  64. 5fa9df8 fdsan: add type for libziparchive's ZipArchive. by Josh Gao · 7 years ago
  65. d527cf1 fdsan: add types for Java sockets. by Josh Gao · 7 years ago
  66. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  67. ab6a080 fdsan: add type for ART's FdFile. by Josh Gao · 7 years ago
  68. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  69. 003521a Merge "Document the set*id functions." by Treehugger Robot · 7 years ago
  70. 6ef1054 Merge "Accept NULL for fds parameter in poll." by Treehugger Robot · 7 years ago
  71. 4be5426 Accept NULL for fds parameter in poll. by Chih-Hung Hsieh · 7 years ago
  72. cd524ca Merge changes from topic "fdsan_abort_msg" by Josh Gao · 7 years ago
  73. ec24724 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 7 years ago
  74. 9c60177 Document the set*id functions. by Elliott Hughes · 7 years ago
  75. 2410769 Merge "Add fdsan owner type for sqlite." by Treehugger Robot · 7 years ago
  76. 726b63f Implement pthread_sigqueue. by Josh Gao · 7 years ago
  77. f3aa300 Stringify api_level in <android/versioning.h>. by Josh Gao · 7 years ago
  78. 1dc2503 Delete archaic pre-ANSI C support. by Josh Gao · 7 years ago
  79. 062eac8 <sys/socket.h>: add constant for kernel TLS. by Elliott Hughes · 7 years ago
  80. 4b9379c Merge "Start documenting libc." by Elliott Hughes · 7 years ago
  81. c1b4476 fdsan: make the tag type values sequential. by Josh Gao · 7 years ago
  82. 27cc4bc Add fdsan owner type for sqlite. by Josh Gao · 7 years ago
  83. b6b3a1d fdsan: expose functions to get and interpret tags. by Josh Gao · 7 years ago
  84. 462e90c Start documenting libc. by Elliott Hughes · 7 years ago
  85. 780cc6b Merge "Folks are starting to need a placeholder name for Q." by Treehugger Robot · 7 years ago
  86. cf97d7f Folks are starting to need a placeholder name for Q. by Elliott Hughes · 7 years ago
  87. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  88. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  89. c1c8a18 Fix arm32/64 dynamic TLS relocations by Ryan Prichard · 8 years ago
  90. 3bf897e Merge "Update to FreeBSD libm r336665." by Treehugger Robot · 7 years ago
  91. 439bb1d Merge "Fixup an out of date comment." by Treehugger Robot · 7 years ago
  92. 0fe2203 Fixup an out of date comment. by Tom Cherry · 7 years ago
  93. 7763ab4 Use the FreeBSD __CONCAT. by Elliott Hughes · 7 years ago
  94. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  95. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  96. ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
  97. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  98. e899e79 Mark fdsan functions as __attribute__((weak)). by Josh Gao · 7 years ago
  99. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 8 years ago
  100. bf74815 setjmp is a macro. by Elliott Hughes · 7 years ago