1. 6032c38 Merge "Add getloadavg(3)." by Elliott Hughes · 7 years ago
  2. 0ba6644 Merge "Comment the M_PURGE option." by Christopher Ferris · 7 years ago
  3. 8daea55 Comment the M_PURGE option. by Christopher Ferris · 7 years ago
  4. 8828e8b Merge "CTS: allow continue to use the old AIDs on devices launch with P" by Tom Cherry · 7 years ago
  5. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  6. 7562f1a Merge "malloc: add M_PURGE mallopt flag" by Christopher Ferris · 7 years ago
  7. 5d9312b CTS: allow continue to use the old AIDs on devices launch with P by Chuwei Xu · 7 years ago
  8. d84f8b5 Merge "Rework the linker_wrapper to work with lld" by Treehugger Robot · 7 years ago
  9. 24f2676 Merge "Change crtbrand for host bionic" by Dan Willemsen · 7 years ago
  10. 12efefc Merge "Workaround host bionic libs that are missing DT_RUNPATH" by Treehugger Robot · 7 years ago
  11. d4e51a1 Change crtbrand for host bionic by Dan Willemsen · 7 years ago
  12. ac578f2 malloc: add M_PURGE mallopt flag by Tim Murray · 7 years ago
  13. 5038ef6 Workaround host bionic libs that are missing DT_RUNPATH by Dan Willemsen · 7 years ago
  14. d6bf019 Rework the linker_wrapper to work with lld by Dan Willemsen · 7 years ago
  15. a8a716e Merge "Make the test less specific." by Christopher Ferris · 7 years ago
  16. 18cbed7 Make the test less specific. by Christopher Ferris · 7 years ago
  17. de1353b Merge "Add benchmarks for heap size retrieval" by Hans Boehm · 7 years ago
  18. 8577225 Merge "Add RT signal to load heapprofd library." by Florian Mayer · 7 years ago
  19. 3e5754c Add benchmarks for heap size retrieval by Hans Boehm · 7 years ago
  20. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  21. 104fd9e Merge "Properly fail with ESRCH when pthread_killing an exited thread." by Josh Gao · 7 years ago
  22. 7ff7d03 Merge "Properly fail with ESRCH when pthread_killing an exited thread." by Josh Gao · 7 years ago
  23. 30440b2 Merge "Don't #define __ANDROID_NDK__ for the platform build!" am: 8937600897 by Elliott Hughes · 7 years ago
  24. 8937600 Merge "Don't #define __ANDROID_NDK__ for the platform build!" by Elliott Hughes · 7 years ago
  25. ddf757e Properly fail with ESRCH when pthread_killing an exited thread. by Josh Gao · 7 years ago
  26. eb61430 Don't #define __ANDROID_NDK__ for the platform build! by Elliott Hughes · 7 years ago
  27. bb63df0 Merge "strerror: add missing ERFKILL and EHWPOISON." am: ecf0c7515d by Elliott Hughes · 7 years ago
  28. ecf0c75 Merge "strerror: add missing ERFKILL and EHWPOISON." by Treehugger Robot · 7 years ago
  29. 045b126 Merge "fdsan: reset va_list between varargs traversals" am: daf746b155 by Greg Hackmann · 7 years ago
  30. 7100729 Merge "Add support for A76 in bionic" am: 3a47adadad by Haibo Huang · 7 years ago
  31. daf746b Merge "fdsan: reset va_list between varargs traversals" by Treehugger Robot · 7 years ago
  32. 3a47ada Merge "Add support for A76 in bionic" by Haibo Huang · 7 years ago
  33. 92a9116 strerror: add missing ERFKILL and EHWPOISON. by Elliott Hughes · 7 years ago
  34. 83b0bf5 Merge "Waive AID Range check for upgrading devices launched before P" by Tom Cherry · 7 years ago
  35. 4e29cde Merge "Waive AID Range check for upgrading devices launched before P" by Tom Cherry · 7 years ago
  36. cc953e0 fdsan: reset va_list between varargs traversals by Greg Hackmann · 7 years ago
  37. bc4f411 Add support for A76 in bionic by Haibo Huang · 7 years ago
  38. ddc249c Merge "Allow host bionic to use libdl_static" am: a2af8bea8c by Dan Willemsen · 7 years ago
  39. a2af8be Merge "Allow host bionic to use libdl_static" by Treehugger Robot · 7 years ago
  40. 17b3559 Allow host bionic to use libdl_static by Dan Willemsen · 7 years ago
  41. 5c94143 Waive AID Range check for upgrading devices launched before P by Tom Cherry · 7 years ago
  42. 546cd5b Merge "Allow invoking the linker on an executable." am: 391af2cefe by Ryan Prichard · 7 years ago
  43. 391af2c Merge "Allow invoking the linker on an executable." by Treehugger Robot · 7 years ago
  44. 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
  45. 0bd2520 Merge "Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...)." am: 069d5aef90 by Josh Gao · 7 years ago
  46. 069d5ae Merge "Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...)." by Josh Gao · 7 years ago
  47. af32e53 Merge "Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX." am: d3aa44f7e9 by Elliott Hughes · 7 years ago
  48. d3aa44f Merge "Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX." by Elliott Hughes · 7 years ago
  49. baf20fc Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  50. 82ab481 Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX. by Elliott Hughes · 7 years ago
  51. 06ec50f Merge changes I8c6b2d1d,I06e0f759,I95d79809 am: cb8ed207d2 by Ryan Prichard · 7 years ago
  52. cb8ed20 Merge changes I8c6b2d1d,I06e0f759,I95d79809 by Ryan Prichard · 7 years ago
  53. 5de9a31c Add async_safe_format_fd_va_list by Ryan Prichard · 7 years ago
  54. 269bb49 Fix normalize_path's handling of "/.." by Ryan Prichard · 7 years ago
  55. 0adf09b linker: fix invalid zip file handling by Ryan Prichard · 7 years ago
  56. adf9339 Merge "<sys/param.h>: pollute the namespace with <endian.h>." am: 773c697f81 by Elliott Hughes · 7 years ago
  57. 773c697 Merge "<sys/param.h>: pollute the namespace with <endian.h>." by Treehugger Robot · 7 years ago
  58. 00dda09 <sys/param.h>: pollute the namespace with <endian.h>. by Elliott Hughes · 7 years ago
  59. ac59303 Merge "Another round of documentation." am: 9ebcb013b1 by Elliott Hughes · 7 years ago
  60. 9ebcb01 Merge "Another round of documentation." by Elliott Hughes · 7 years ago
  61. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  62. 0143ea8 Merge "Add new parameter for creation of MapInfo object." am: 4b7c5cca7f by Christopher Ferris · 7 years ago
  63. 4b7c5cc Merge "Add new parameter for creation of MapInfo object." by Christopher Ferris · 7 years ago
  64. 9617cdb Merge "Exclude libclang_rt.builtins symbols" am: c15baefc0a by Yi Kong · 7 years ago
  65. c15baef Merge "Exclude libclang_rt.builtins symbols" by Yi Kong · 7 years ago
  66. 6774cc5 Add new parameter for creation of MapInfo object. by Christopher Ferris · 7 years ago
  67. 7786a34 Exclude libclang_rt.builtins symbols by Yi Kong · 7 years ago
  68. 3be32dd Merge "Work around bugprone-exception-escape bug." am: 9df26193c8 by Chih-hung Hsieh · 7 years ago
  69. 9df2619 Merge "Work around bugprone-exception-escape bug." by Chih-hung Hsieh · 7 years ago
  70. f9740e3 Merge "Make fclose/pclose distinct." am: 8d63ae128f by Elliott Hughes · 7 years ago
  71. 8d63ae1 Merge "Make fclose/pclose distinct." by Elliott Hughes · 7 years ago
  72. 6cbef9f Merge "Move isolated test runner out of bionic." am: 928ce8eb64 by Christopher Ferris · 7 years ago
  73. 153b71c Work around bugprone-exception-escape bug. by Chih-Hung Hsieh · 7 years ago
  74. 22917f6 Make fclose/pclose distinct. by Elliott Hughes · 7 years ago
  75. 928ce8e Merge "Move isolated test runner out of bionic." by Christopher Ferris · 7 years ago
  76. 9821053 Merge "Fix up a few bionic tests for the clang-r339409 update." am: 05ba56d6c0 by Stephen Hines · 7 years ago
  77. 05ba56d Merge "Fix up a few bionic tests for the clang-r339409 update." by Stephen Hines · 7 years ago
  78. 6d2c0bd Move isolated test runner out of bionic. by Christopher Ferris · 7 years ago
  79. dec01ca Merge "Ignore output to stderr while enumerating tests" am: f3ff8dc6f4 by Christopher Ferris · 7 years ago
  80. ece6787 Merge "Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc." by Tom Cherry · 7 years ago
  81. b07e2dd Merge "Disable STL for crt objects" am: 6b755755bc by Colin Cross · 7 years ago
  82. f3ff8dc Merge "Ignore output to stderr while enumerating tests" by Christopher Ferris · 7 years ago
  83. ddf92a1 Merge "Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc." by Treehugger Robot · 7 years ago
  84. 6b75575 Merge "Disable STL for crt objects" by Colin Cross · 7 years ago
  85. d7ab721 Merge "Use builtins for ceil/floor/rint/trunc on arm64" am: 7208139406 by Elliott Hughes · 7 years ago
  86. fa5f61c Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc. by Tom Cherry · 7 years ago
  87. 7208139 Merge "Use builtins for ceil/floor/rint/trunc on arm64" by Elliott Hughes · 7 years ago
  88. ab17944 Disable STL for crt objects by Colin Cross · 7 years ago
  89. a7ec71a Merge "Add reallocarray(3)." am: e27886eaea by Elliott Hughes · 7 years ago
  90. e27886e Merge "Add reallocarray(3)." by Elliott Hughes · 7 years ago
  91. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  92. db938a8 Merge "linker: extract defaults and source files" am: e4e3de819d by Dimitry Ivanov · 7 years ago
  93. e4e3de8 Merge "linker: extract defaults and source files" by Dimitry Ivanov · 7 years ago
  94. eca0afd Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 7 years ago
  95. fe108db Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 7 years ago
  96. edf8f1a Merge "Only use NDK libraries in the benchmarks." am: efaa60ff6c by Elliott Hughes · 7 years ago
  97. efaa60f Merge "Only use NDK libraries in the benchmarks." by Elliott Hughes · 7 years ago
  98. 9a64b56 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  99. b8b3a76 linker: extract defaults and source files by dimitry · 7 years ago
  100. 21557cd Ignore output to stderr while enumerating tests by dimitry · 7 years ago