1. 0dbe6d1 System property for heapprofd at process startup. by Florian Mayer · 7 years ago
  2. 10265a8 Merge "Finalize the name of the apex package" by Neil Fuller · 7 years ago
  3. b3fe013 Merge "Revert "Disable lld, libc_malloc_debug failed to boot."" by Chih-hung Hsieh · 7 years ago
  4. 5679442 Revert "Disable lld, libc_malloc_debug failed to boot." by Chih-hung Hsieh · 7 years ago
  5. fd522d0 Finalize the name of the apex package by Neil Fuller · 7 years ago
  6. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  7. 0c39bd4 Merge "Add bionic/libc/include to exported_include_dirs" by Logan Chien · 7 years ago
  8. 6d1c5ca Merge "Changes to support loading tz data from APEX" by Neil Fuller · 7 years ago
  9. 833cbe4 Add bionic/libc/include to exported_include_dirs by Logan Chien · 7 years ago
  10. 8d65a81 getnameinfo: Don't add flag NI_NUMERICHOST for well-known prefix address by nuccachen · 7 years ago
  11. 6f3a56b Merge "Revert "bionic: Allocate a shadow call stack for each thread."" by Josh Gao · 7 years ago
  12. d6ac793 Merge "Reverse two pthread_internal_t fields" by Treehugger Robot · 7 years ago
  13. 7dfeaf8 Changes to support loading tz data from APEX by Neil Fuller · 7 years ago
  14. 25c34e0 Reverse two pthread_internal_t fields by Ryan Prichard · 7 years ago
  15. 9ce2884 Update to v4.19 kernel headers. by Christopher Ferris · 7 years ago
  16. e898a17 Merge "Allow to re-initialize heapprofd." by Florian Mayer · 7 years ago
  17. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  18. f284a47 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  19. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  20. 176a475 Allow to re-initialize heapprofd. by Florian Mayer · 7 years ago
  21. debcd02 Merge "Fix handling of #elif." by Christopher Ferris · 7 years ago
  22. f2484aa Fix handling of #elif. by Christopher Ferris · 7 years ago
  23. 90856af Merge changes I70ea4b23,Iedcfe36b,I3f21fc71,Ie99c0eef by Logan Chien · 7 years ago
  24. 2bfe37a Merge "Move Bionic slots to the end of pthread_internal_t" by Treehugger Robot · 7 years ago
  25. 29d6dbc Move Bionic slots to the end of pthread_internal_t by Ryan Prichard · 7 years ago
  26. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  27. 25bcf59 libc: Match header annotations to version script by Logan Chien · 7 years ago
  28. 6032c38 Merge "Add getloadavg(3)." by Elliott Hughes · 7 years ago
  29. 8daea55 Comment the M_PURGE option. by Christopher Ferris · 7 years ago
  30. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  31. 7562f1a Merge "malloc: add M_PURGE mallopt flag" by Christopher Ferris · 7 years ago
  32. aede30d libc: Add default __STRING implementation by Logan Chien · 7 years ago
  33. d4e51a1 Change crtbrand for host bionic by Dan Willemsen · 7 years ago
  34. ac578f2 malloc: add M_PURGE mallopt flag by Tim Murray · 7 years ago
  35. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  36. 7ff7d03 Merge "Properly fail with ESRCH when pthread_killing an exited thread." by Josh Gao · 7 years ago
  37. ddf757e Properly fail with ESRCH when pthread_killing an exited thread. by Josh Gao · 7 years ago
  38. eb61430 Don't #define __ANDROID_NDK__ for the platform build! by Elliott Hughes · 7 years ago
  39. ecf0c75 Merge "strerror: add missing ERFKILL and EHWPOISON." by Treehugger Robot · 7 years ago
  40. daf746b Merge "fdsan: reset va_list between varargs traversals" by Treehugger Robot · 7 years ago
  41. 92a9116 strerror: add missing ERFKILL and EHWPOISON. by Elliott Hughes · 7 years ago
  42. cc953e0 fdsan: reset va_list between varargs traversals by Greg Hackmann · 7 years ago
  43. bc4f411 Add support for A76 in bionic by Haibo Huang · 7 years ago
  44. 391af2c Merge "Allow invoking the linker on an executable." by Treehugger Robot · 7 years ago
  45. 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
  46. 069d5ae Merge "Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...)." by Josh Gao · 7 years ago
  47. d3aa44f Merge "Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX." by Elliott Hughes · 7 years ago
  48. baf20fc Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  49. 82ab481 Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX. by Elliott Hughes · 7 years ago
  50. 5de9a31c Add async_safe_format_fd_va_list by Ryan Prichard · 7 years ago
  51. 00dda09 <sys/param.h>: pollute the namespace with <endian.h>. by Elliott Hughes · 7 years ago
  52. 9ebcb01 Merge "Another round of documentation." by Elliott Hughes · 7 years ago
  53. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  54. 6774cc5 Add new parameter for creation of MapInfo object. by Christopher Ferris · 7 years ago
  55. 8d63ae1 Merge "Make fclose/pclose distinct." by Elliott Hughes · 7 years ago
  56. 22917f6 Make fclose/pclose distinct. by Elliott Hughes · 7 years ago
  57. ddf92a1 Merge "Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc." by Treehugger Robot · 7 years ago
  58. 6b75575 Merge "Disable STL for crt objects" by Colin Cross · 7 years ago
  59. fa5f61c Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc. by Tom Cherry · 7 years ago
  60. ab17944 Disable STL for crt objects by Colin Cross · 7 years ago
  61. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  62. 8f5589f Merge "Remove unused NetBSD compatibility cruft." by Treehugger Robot · 7 years ago
  63. 8d11bea Merge "[hwasan] Tweak process and thread initialization." by Evgenii Stepanov · 7 years ago
  64. 64f8e7b Remove unused NetBSD compatibility cruft. by Elliott Hughes · 7 years ago
  65. ce9d653 Merge changes from topics "fdsan_ziparchive_type", "fdsan_java_socket" by Josh Gao · 7 years ago
  66. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  67. 15711c1 Remove dead code. by Elliott Hughes · 7 years ago
  68. 5fa9df8 fdsan: add type for libziparchive's ZipArchive. by Josh Gao · 7 years ago
  69. d527cf1 fdsan: add types for Java sockets. by Josh Gao · 7 years ago
  70. 74cdb25 Move pipe, open, and getdents from the APP to COMMON seccomp whitelist. by Robert Sesek · 7 years ago
  71. fb4eaa0 Improve netd detection by Bernie Innocenti · 7 years ago
  72. 431d2ff Merge "Add android_get_device_api_level." by Elliott Hughes · 7 years ago
  73. dca7d3f Merge "libc: Add membarrier to common seccomp allowed list" by Orion Hodson · 7 years ago
  74. dc91d90 Merge "bionic: Add magic to abort message" by Treehugger Robot · 7 years ago
  75. e15e93a Merge "Use strerror_r(3) for the printf family %m." by Elliott Hughes · 7 years ago
  76. 6d93c60 bionic: Add magic to abort message by Luis Hector Chavez · 7 years ago
  77. a2a114b Merge "Annotate siglongjmp for HWASan." by Treehugger Robot · 7 years ago
  78. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  79. f340a56 Use strerror_r(3) for the printf family %m. by Elliott Hughes · 7 years ago
  80. 6ba6694 libc: Add membarrier to common seccomp allowed list by Orion Hodson · 7 years ago
  81. b16e9ce Annotate siglongjmp for HWASan. by Evgenii Stepanov · 7 years ago
  82. 74934aa Merge "Add the %m GNU extension to printf/wprintf." by Elliott Hughes · 7 years ago
  83. 198fb7b Merge "Prevent netd from using the libnetd_client wrappers" by Treehugger Robot · 7 years ago
  84. 1b2ecee Prevent netd from using the libnetd_client wrappers by Bernie Innocenti · 7 years ago
  85. c69757a Merge "Generalize abort's inline_tgkill, use it in fdsan." by Treehugger Robot · 7 years ago
  86. 0425a2d Merge "(arm64) Extend branch range in __memcpy_chk." by Evgenii Stepanov · 7 years ago
  87. f5693c6 Generalize abort's inline_tgkill, use it in fdsan. by Josh Gao · 7 years ago
  88. 00d087c (arm64) Extend branch range in __memcpy_chk. by Evgenii Stepanov · 7 years ago
  89. ab6a080 fdsan: add type for ART's FdFile. by Josh Gao · 7 years ago
  90. 654cd83 Add the %m GNU extension to printf/wprintf. by Elliott Hughes · 7 years ago
  91. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  92. 003521a Merge "Document the set*id functions." by Treehugger Robot · 7 years ago
  93. 6ef1054 Merge "Accept NULL for fds parameter in poll." by Treehugger Robot · 7 years ago
  94. 4be5426 Accept NULL for fds parameter in poll. by Chih-Hung Hsieh · 7 years ago
  95. cd524ca Merge changes from topic "fdsan_abort_msg" by Josh Gao · 7 years ago
  96. ec24724 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 7 years ago
  97. 9c60177 Document the set*id functions. by Elliott Hughes · 7 years ago
  98. 2410769 Merge "Add fdsan owner type for sqlite." by Treehugger Robot · 7 years ago
  99. be66a06 fdsan: provide abort message in warning tombstones. by Josh Gao · 7 years ago
  100. 726b63f Implement pthread_sigqueue. by Josh Gao · 7 years ago