1. 4aa63cd Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  2. 4798595 libm: add l(l)rint/l(l)round routines from musl by Jake Weinstein · 6 years ago
  3. 5472073 linker: Speed up find_loaded_library_by_inode() by Vic Yang · 6 years ago
  4. 3428707 libm: sync with upstream FreeBSD. by Elliott Hughes · 6 years ago
  5. d6b191d Use builtins for fma/fmax/fmin/nearbyint/rint/round/trunc on 32-bit ARM by Jake Weinstein · 8 years ago
  6. efa59d8 Revert "Revert "arm64: Use builtin for nearbyintf/nearbyint"" by Jake Weinstein · 6 years ago
  7. 0b2863f libc: add optimized ARM64 strrchr from newlib by Jake Weinstein · 8 years ago
  8. f877f5c libc: import ARM strcmp from newlib by Jake Weinstein · 8 years ago
  9. 9f7271b libc: arm: Optimise memchr for NEON-enabled processors by Prakhar Bahuguna · 8 years ago
  10. db65842 linker: Move to bliss soong var by Jackeagle · 6 years ago
  11. 40e6fdb android_getaddrinfo_proxy: fix memory leak on failure. by Elliott Hughes · 6 years ago
  12. d1d03ac bionic: Support wildcards in cached hosts file by Tom Marshall · 6 years ago
  13. edb3c44 Optimize tolower(3)/toupper(3) from <ctype.h>. by Elliott Hughes · 6 years ago
  14. f21a5b9 ASCII fastpath for towupper and towlower. by Balaram Makam · 6 years ago
  15. 46d54b2 bionic: Squash of pre-P mutex behavior restoration by nx111 · 7 years ago
  16. 7b6b6c9 Implement per-process target SDK version override. by Danny Baumann · 7 years ago
  17. 127d86d libc: Mark libstdc++ as vendor available by Rashed Abdel-Tawab · 7 years ago
  18. 2128202 bionic: Sort and cache hosts file data for fast lookup by Tom Marshall · 9 years ago
  19. 9dc396a linker: Add support for dynamic SHIM libraries by Christopher R. Palmer · 8 years ago
  20. 2639721 Add inaddr.h header file by Roopesh Rajashekharaiah Nataraja · 8 years ago
  21. c05ce3e Snap for 5715871 from 358c8c95725380eafe9f2aed0a4e2542592e85ff to qt-qpr1-release by android-build-team Robot · 6 years ago
  22. 358c8c9 Do not check tcache clear when doing a purge. am: 5cda74e065 by Christopher Ferris · 6 years ago
  23. 5cda74e Do not check tcache clear when doing a purge. by Christopher Ferris · 6 years ago
  24. 8848e12 Snap for 5645193 from d13cb58b3afda031fbe38f6dc8eaca28237c8a3b to qt-qpr1-release by android-build-team Robot · 6 years ago
  25. d13cb58 Add bootstrap directory to bootstrap linker's search path. by Peter Collingbourne · 6 years ago
  26. 30682f8 Snap for 5582435 from dd0d0d10a301991e53f387a0f89f7a4e27c2df07 to qt-qpr1-release by android-build-team Robot · 6 years ago
  27. dd0d0d1 Temporarily disable unwind through signal test. am: fe0fbcff7f by Christopher Ferris · 6 years ago
  28. fe0fbcf Temporarily disable unwind through signal test. by Christopher Ferris · 6 years ago
  29. 9cc9af1 Merge "Add removed platform functions used by apps." into qt-dev am: 51ad27180b by Christopher Ferris · 6 years ago
  30. e33dc8a Avoid using malloc debug code after exit. am: 020681fec7 by Christopher Ferris · 6 years ago
  31. 51ad271 Merge "Add removed platform functions used by apps." into qt-dev by Christopher Ferris · 6 years ago
  32. ba23199 Match maximum command line size for startup tracing. am: 2a67b023bd by Florian Mayer · 6 years ago
  33. 020681f Avoid using malloc debug code after exit. by Christopher Ferris · 6 years ago
  34. 235f35a Add removed platform functions used by apps. by Christopher Ferris · 6 years ago
  35. 2a67b02 Match maximum command line size for startup tracing. by Florian Mayer · 6 years ago
  36. fa42ad9 Merge "Revert fwalk/sfp locking to fix concurrent reads" into qt-dev by Ryan Prichard · 6 years ago
  37. 2849cb3 Exclude libgcc_stripped wherever libgcc is excluded am: bffe6f16a8 by Yi Kong · 6 years ago
  38. 2a24f6b Merge "Revert fwalk/sfp locking to fix concurrent reads" into qt-dev by Ryan Prichard · 6 years ago
  39. bffe6f1 Exclude libgcc_stripped wherever libgcc is excluded by Yi Kong · 6 years ago
  40. c8e263b Revert fwalk/sfp locking to fix concurrent reads by Ryan Prichard · 6 years ago
  41. 6992bc4 Fix malloc_info missing large allocs. am: 125d32cb46 by Christopher Ferris · 6 years ago
  42. 125d32c Fix malloc_info missing large allocs. by Christopher Ferris · 6 years ago
  43. a5b6f60 Make purging clear the current thread cache too. am: 58567dcd78 by Christopher Ferris · 6 years ago
  44. 58567dc Make purging clear the current thread cache too. by Christopher Ferris · 6 years ago
  45. 8dc7da5 Merge "__cxa_finalize: skip fflush call on dlclose" into qt-dev by Ryan Prichard · 6 years ago
  46. 1f2ea32 __cxa_finalize: skip fflush call on dlclose by Ryan Prichard · 6 years ago
  47. 62b214d Make pthread_get/setschedparam weak for native bridge by dimitry · 6 years ago
  48. b7944a3 Merge "Implement __gnu_[u]ldivmod_helper methods in libc" into qt-dev by Yi Kong · 6 years ago
  49. 53080db Merge "PIMutexUnlock: load owner_tid in non-common case" into qt-dev by Ryan Prichard · 6 years ago
  50. 768eb27 Merge "Only write main library's RELRO by default." into qt-dev by TreeHugger Robot · 6 years ago
  51. ebfebd0 Only write main library's RELRO by default. by Torne (Richard Coles) · 6 years ago
  52. 570ab49 Implement __gnu_[u]ldivmod_helper methods in libc by Yi Kong · 6 years ago
  53. ea722a0 PIMutexUnlock: load owner_tid in non-common case by Ryan Prichard · 6 years ago
  54. 84cb324 Reland ifuncs for strcmp and strlen. by Elliott Hughes · 7 years ago
  55. 5bab966 Workaround ASan not knowing about reallocarray. by Elliott Hughes · 6 years ago
  56. 2601d43 Move all leak info functions to android_mallopt. by Christopher Ferris · 6 years ago
  57. 21f5850 Merge "Remove gMallocLeakZygoteChild." into qt-dev by Christopher Ferris · 6 years ago
  58. bc3e37c clean_header: Run outside of $ANDROID_BUILD_TOP by Daniel Mentz · 6 years ago
  59. 5ca5d4a clean_header: Fix error handling for no-such-file case by Daniel Mentz · 6 years ago
  60. ab1c43d Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
  61. c8c4bab Add malloc benchmarks. by Christopher Ferris · 6 years ago
  62. ff94a13 Don't load libc_malloc_* libs from runtime ns for libc_scudo by Jiyong Park · 6 years ago
  63. 478f7f1 Merge "Load libc_malloc_* libraries from the runtime APEX" into qt-dev by TreeHugger Robot · 6 years ago
  64. 05c2966 Merge "Fix dlsym and dladdr for TLS symbols" into qt-dev by Ryan Prichard · 6 years ago
  65. 4e46ac6 Load libc_malloc_* libraries from the runtime APEX by Jiyong Park · 6 years ago
  66. 3f05d3e Fix dlsym and dladdr for TLS symbols by Ryan Prichard · 6 years ago
  67. 62bb17a Workaround potential access to unmapped stack by Adrian-CJ Hung · 6 years ago
  68. 20a0001 Merge master@5406228 into git_qt-dev-plus-aosp. am: 5da3333d1b by Bill Rassieur · 6 years ago
  69. 0760329 Merge "Fix DLEXT_WRITE_RELRO when loading multiple libs." am: 865866ee2b am: c950489599 by Torne (Richard Coles) · 6 years ago
  70. ce62c05 Merge "Fix DLEXT_WRITE_RELRO when loading multiple libs." am: 865866ee2b by Torne (Richard Coles) · 6 years ago
  71. c950489 Merge "Fix DLEXT_WRITE_RELRO when loading multiple libs." am: 865866ee2b by Torne (Richard Coles) · 6 years ago
  72. 865866e Merge "Fix DLEXT_WRITE_RELRO when loading multiple libs." by Treehugger Robot · 6 years ago
  73. 74ce129 Merge "Move bionic-unit-tests-static to libclang_rt.builtins" am: 96c21e43b4 am: b993b94d41 by Pirama Arumuga Nainar · 6 years ago
  74. 55615c7 Merge "Move bionic-unit-tests-static to libclang_rt.builtins" am: 96c21e43b4 by Pirama Arumuga Nainar · 6 years ago
  75. b993b94 Merge "Move bionic-unit-tests-static to libclang_rt.builtins" am: 96c21e43b4 by Pirama Arumuga Nainar · 6 years ago
  76. 96c21e4 Merge "Move bionic-unit-tests-static to libclang_rt.builtins" by Treehugger Robot · 6 years ago
  77. 0d16a31 Move bionic-unit-tests-static to libclang_rt.builtins by Pirama Arumuga Nainar · 6 years ago
  78. fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 6 years ago
  79. 2fb7b81 Merge "Disable info messages by default for malloc debug." am: e6fd53b751 am: f2905f4ce3 by Christopher Ferris · 6 years ago
  80. 8e1ffaf Merge "Disable info messages by default for malloc debug." am: e6fd53b751 by Christopher Ferris · 6 years ago
  81. f2905f4 Merge "Disable info messages by default for malloc debug." am: e6fd53b751 by Christopher Ferris · 6 years ago
  82. e6fd53b Merge "Disable info messages by default for malloc debug." by Christopher Ferris · 6 years ago
  83. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 6 years ago
  84. 7e2220e Merge "libc: Update symbol_ordering file" am: 4fbe126643 am: b325aaa0d1 by Vic Yang · 6 years ago
  85. 652a597 Merge "libc: Update symbol_ordering file" am: 4fbe126643 am: b325aaa0d1 by Vic Yang · 6 years ago
  86. b325aaa Merge "libc: Update symbol_ordering file" am: 4fbe126643 by Vic Yang · 6 years ago
  87. 4fbe126 Merge "libc: Update symbol_ordering file" by Treehugger Robot · 6 years ago
  88. 6674577 Merge "Create a lib that uses scudo instead of jemalloc." am: d486e024c6 am: b525ee4a11 by Christopher Ferris · 6 years ago
  89. f3edfb5 Merge "Create a lib that uses scudo instead of jemalloc." am: d486e024c6 by Christopher Ferris · 6 years ago
  90. b525ee4 Merge "Create a lib that uses scudo instead of jemalloc." am: d486e024c6 by Christopher Ferris · 6 years ago
  91. d486e02 Merge "Create a lib that uses scudo instead of jemalloc." by Christopher Ferris · 6 years ago
  92. fc26d71 Create a lib that uses scudo instead of jemalloc. by Christopher Ferris · 6 years ago
  93. 90cca40 libc: Update symbol_ordering file by Vic Yang · 6 years ago
  94. d116f8d Merge "Modernise code to use override specifier" am: 4699cf6174 am: 2e3a19d5b4 by Yi Kong · 6 years ago
  95. d3a825f Merge "Modernise code to use override specifier" am: 4699cf6174 am: 2e3a19d5b4 by Yi Kong · 6 years ago
  96. 2e3a19d Merge "Modernise code to use override specifier" am: 4699cf6174 by Yi Kong · 6 years ago
  97. 4699cf6 Merge "Modernise code to use override specifier" by Yi Kong · 6 years ago
  98. fce2626 Merge "clean_header: Don't print extraneous newline char" am: 0ce5c4440d am: 6379127063 by Daniel Mentz · 6 years ago
  99. 360bf3b Merge "clean_header: Don't print extraneous newline char" am: 0ce5c4440d by Daniel Mentz · 6 years ago
  100. 6379127 Merge "clean_header: Don't print extraneous newline char" am: 0ce5c4440d by Daniel Mentz · 6 years ago