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