1. 378600f Merge changes I5fb5745f,Ib0c0de37 by Haibo Huang · 7 years ago
  2. e141362 Change memcpy ifunc to return memmove for x86 by Haibo Huang · 7 years ago
  3. b9244ff Use ifunc to dynamically dispatch libc routines for x86 by Haibo Huang · 7 years ago
  4. 17c4bd9 Merge "Move to jemalloc5." by Christopher Ferris · 7 years ago
  5. c2d3e67 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  6. d73a49e Move to jemalloc5. by Christopher Ferris · 7 years ago
  7. da772e2 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  8. b87e85a Merge "bionic: Add shadow call stack guard region field to pthread_internal_t." by Peter Collingbourne · 7 years ago
  9. 5d427bc bionic: Add shadow call stack guard region field to pthread_internal_t. by Peter Collingbourne · 7 years ago
  10. e9bd18a Merge "Separate libc_common to two targets" by Treehugger Robot · 7 years ago
  11. f521c19 Merge "Publish the current draft of my ELF TLS doc" by Ryan Prichard · 7 years ago
  12. f71edfa Separate libc_common to two targets by Haibo Huang · 7 years ago
  13. 4053826 Merge "Add lp32 and lp64 shorthands to SYSCALLS.TXT." by Treehugger Robot · 7 years ago
  14. 9491c54 Publish the current draft of my ELF TLS doc by Ryan Prichard · 7 years ago
  15. 8251d44 Add lp32 and lp64 shorthands to SYSCALLS.TXT. by Elliott Hughes · 7 years ago
  16. b9de32f Merge "Free memory when it is no more used" by Ken Chen · 7 years ago
  17. f945716 Free memory when it is no more used by Ken Chen · 7 years ago
  18. 8fd93e6 Merge "Increase the size of the signal stack on 64-bit." by Josh Gao · 7 years ago
  19. f90687c Increase the size of the signal stack on 64-bit. by Josh Gao · 7 years ago
  20. bf925b0 Merge "Remove obsolete workaround." by Elliott Hughes · 7 years ago
  21. d495e0b Merge "Don't build bionic-unit-tests-static with libcrt_builtins" by Yi Kong · 7 years ago
  22. 10265a8 Merge "Finalize the name of the apex package" by Neil Fuller · 7 years ago
  23. b011d59 Don't build bionic-unit-tests-static with libcrt_builtins by Yi Kong · 7 years ago
  24. b3fe013 Merge "Revert "Disable lld, libc_malloc_debug failed to boot."" by Chih-hung Hsieh · 7 years ago
  25. bbd465a Merge "Revert "Disable lld, failed to link bionic/linker."" by Chih-hung Hsieh · 7 years ago
  26. 52d7749 Merge "ART isn't using the ART-specific linker features any more." by Elliott Hughes · 7 years ago
  27. 6689b4f Merge "Add a force fail for non-bionic xfail test." by Christopher Ferris · 7 years ago
  28. aced2b2 Merge "Add smoke tests for mallopt options." by Christopher Ferris · 7 years ago
  29. af1b8dd Add smoke tests for mallopt options. by Christopher Ferris · 7 years ago
  30. 5679442 Revert "Disable lld, libc_malloc_debug failed to boot." by Chih-hung Hsieh · 7 years ago
  31. e691069 Merge "Fix test failures." by Christopher Ferris · 7 years ago
  32. 01db9bd Add a force fail for non-bionic xfail test. by Christopher Ferris · 7 years ago
  33. 9ac0cd5 Fix test failures. by Christopher Ferris · 7 years ago
  34. 77a5f95 Merge "versioner: Port to clang-r344140" by Logan Chien · 7 years ago
  35. 34d1f2d Revert "Disable lld, failed to link bionic/linker." by Chih-hung Hsieh · 7 years ago
  36. 5e09917 Merge "Revert "Do not use clang lld with -z,global"" by Treehugger Robot · 7 years ago
  37. 2b94f12 Merge changes I6ba4b46a,Ic54579e3 by Evgenii Stepanov · 7 years ago
  38. fd522d0 Finalize the name of the apex package by Neil Fuller · 7 years ago
  39. 6c148d1 versioner: Port to clang-r344140 by Logan Chien · 7 years ago
  40. acd6f4f Disable a few bionic tests under HWASan. by Evgenii Stepanov · 7 years ago
  41. 96bd339 Remove timer_delete_multiple test. by Evgenii Stepanov · 7 years ago
  42. 08a0cd0 Revert "Do not use clang lld with -z,global" by Chih-hung Hsieh · 7 years ago
  43. eadf506 Remove obsolete workaround. by Elliott Hughes · 7 years ago
  44. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  45. 0c39bd4 Merge "Add bionic/libc/include to exported_include_dirs" by Logan Chien · 7 years ago
  46. 6d1c5ca Merge "Changes to support loading tz data from APEX" by Neil Fuller · 7 years ago
  47. 9ffd39c Merge "Add test for malloc_iterate." by Christopher Ferris · 7 years ago
  48. 833cbe4 Add bionic/libc/include to exported_include_dirs by Logan Chien · 7 years ago
  49. 38b8255 Merge "getnameinfo: Don't add flag NI_NUMERICHOST for well-known prefix address" by Nucca Chen · 7 years ago
  50. 8d65a81 getnameinfo: Don't add flag NI_NUMERICHOST for well-known prefix address by nuccachen · 7 years ago
  51. e2833f2 Merge "versioner: Port to clang-r339409b" by Logan Chien · 7 years ago
  52. 6f3a56b Merge "Revert "bionic: Allocate a shadow call stack for each thread."" by Josh Gao · 7 years ago
  53. 5c7bece Merge "ld.config.txt for APEX" by Treehugger Robot · 7 years ago
  54. c16d65d versioner: Port to clang-r339409b by Logan Chien · 7 years ago
  55. 3583341 ld.config.txt for APEX by Jiyong Park · 7 years ago
  56. bfd3dc4 Add test for malloc_iterate. by Christopher Ferris · 7 years ago
  57. d6ac793 Merge "Reverse two pthread_internal_t fields" by Treehugger Robot · 7 years ago
  58. 7dfeaf8 Changes to support loading tz data from APEX by Neil Fuller · 7 years ago
  59. 25c34e0 Reverse two pthread_internal_t fields by Ryan Prichard · 7 years ago
  60. 6a5dcd6 Merge "Update to v4.19 kernel headers." by Christopher Ferris · 7 years ago
  61. 9ce2884 Update to v4.19 kernel headers. by Christopher Ferris · 7 years ago
  62. e898a17 Merge "Allow to re-initialize heapprofd." by Florian Mayer · 7 years ago
  63. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  64. f284a47 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  65. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  66. 176a475 Allow to re-initialize heapprofd. by Florian Mayer · 7 years ago
  67. debcd02 Merge "Fix handling of #elif." by Christopher Ferris · 7 years ago
  68. f2484aa Fix handling of #elif. by Christopher Ferris · 7 years ago
  69. 90856af Merge changes I70ea4b23,Iedcfe36b,I3f21fc71,Ie99c0eef by Logan Chien · 7 years ago
  70. 2bfe37a Merge "Move Bionic slots to the end of pthread_internal_t" by Treehugger Robot · 7 years ago
  71. 04164f6 Merge "Clean up bionic_macros.h a bit." by Elliott Hughes · 7 years ago
  72. 29d6dbc Move Bionic slots to the end of pthread_internal_t by Ryan Prichard · 7 years ago
  73. 5c722ed Merge "linker: Fix fd leak" by Treehugger Robot · 7 years ago
  74. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  75. 25bcf59 libc: Match header annotations to version script by Logan Chien · 7 years ago
  76. 9c12323 versioner: Build SymbolDatabase from version scripts by Logan Chien · 7 years ago
  77. c89a397 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 7 years ago
  78. 48b6911 linker: Fix fd leak by Vic Yang · 7 years ago
  79. 6032c38 Merge "Add getloadavg(3)." by Elliott Hughes · 7 years ago
  80. 0ba6644 Merge "Comment the M_PURGE option." by Christopher Ferris · 7 years ago
  81. 8daea55 Comment the M_PURGE option. by Christopher Ferris · 7 years ago
  82. 8828e8b Merge "CTS: allow continue to use the old AIDs on devices launch with P" by Tom Cherry · 7 years ago
  83. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  84. 7562f1a Merge "malloc: add M_PURGE mallopt flag" by Christopher Ferris · 7 years ago
  85. 3fc86c1 versioner: Add 28 to version list by Logan Chien · 7 years ago
  86. aede30d libc: Add default __STRING implementation by Logan Chien · 7 years ago
  87. 5d9312b CTS: allow continue to use the old AIDs on devices launch with P by Chuwei Xu · 7 years ago
  88. d84f8b5 Merge "Rework the linker_wrapper to work with lld" by Treehugger Robot · 7 years ago
  89. 24f2676 Merge "Change crtbrand for host bionic" by Dan Willemsen · 7 years ago
  90. 12efefc Merge "Workaround host bionic libs that are missing DT_RUNPATH" by Treehugger Robot · 7 years ago
  91. d4e51a1 Change crtbrand for host bionic by Dan Willemsen · 7 years ago
  92. ac578f2 malloc: add M_PURGE mallopt flag by Tim Murray · 7 years ago
  93. 5038ef6 Workaround host bionic libs that are missing DT_RUNPATH by Dan Willemsen · 7 years ago
  94. d6bf019 Rework the linker_wrapper to work with lld by Dan Willemsen · 7 years ago
  95. a8a716e Merge "Make the test less specific." by Christopher Ferris · 7 years ago
  96. 18cbed7 Make the test less specific. by Christopher Ferris · 7 years ago
  97. de1353b Merge "Add benchmarks for heap size retrieval" by Hans Boehm · 7 years ago
  98. 8577225 Merge "Add RT signal to load heapprofd library." by Florian Mayer · 7 years ago
  99. 3e5754c Add benchmarks for heap size retrieval by Hans Boehm · 7 years ago
  100. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago