1. 5dc0565 Merge "Remove unused elf_machdep.h cruft." by Elliott Hughes · 8 years ago
  2. fe56b52 Merge "Document DT_RUNPATH support." by Treehugger Robot · 8 years ago
  3. 57e7a0d Merge "Un-deprecated __system_property_find_nth." by Treehugger Robot · 8 years ago
  4. 901601b Remove unused elf_machdep.h cruft. by Elliott Hughes · 8 years ago
  5. d6f91ce Document DT_RUNPATH support. by Elliott Hughes · 8 years ago
  6. 438e019 Un-deprecated __system_property_find_nth. by Elliott Hughes · 8 years ago
  7. 661a2ed Merge "Link to the public post about clang FORTIFY." by Treehugger Robot · 8 years ago
  8. ef2b2fe Link to the public post about clang FORTIFY. by Elliott Hughes · 8 years ago
  9. 9852fba Merge "Avoid "D linker : (null)" with debug.ld.all for dlerror." by Treehugger Robot · 8 years ago
  10. 295082b Avoid "D linker : (null)" with debug.ld.all for dlerror. by Elliott Hughes · 8 years ago
  11. e4e69a1 Merge "Report the right error code from PropertyServiceConnection()" by Treehugger Robot · 8 years ago
  12. 8d61f27 Merge "Fix incorrect check." by Elliott Hughes · 8 years ago
  13. be4232b Report the right error code from PropertyServiceConnection() by Tom Cherry · 8 years ago
  14. 35dfaa8 Fix incorrect check. by Christopher Ferris · 8 years ago
  15. da08de8 Merge "libc: ARM: Add 32-bit Kryo memcpy" by Christopher Ferris · 8 years ago
  16. e8a3280 Merge "Address review comments on the bionic tzdata loader." by Treehugger Robot · 8 years ago
  17. 10f32d9 Merge "Restore __system_property_find_nth version" by Treehugger Robot · 8 years ago
  18. 04d99df libc: ARM: Add 32-bit Kryo memcpy by Jake Weinstein · 9 years ago
  19. b63ed1d Restore __system_property_find_nth version by Dimitry Ivanov · 8 years ago
  20. f568ccd Merge "libc: use Cortex-A7/A53 memset on Kryo" by Christopher Ferris · 8 years ago
  21. a8f9c80 Merge "Add seccomp blacklist, and exclude swap functions" by Treehugger Robot · 8 years ago
  22. 4d114f9 libc: use Cortex-A7/A53 memset on Kryo by Jake Weinstein · 8 years ago
  23. a01cbaa Address review comments on the bionic tzdata loader. by Elliott Hughes · 8 years ago
  24. 3dd3d55 Add seccomp blacklist, and exclude swap functions by Paul Lawrence · 8 years ago
  25. 2be8013 Merge "Move libc_logging.cpp over to CachedProperty." by Treehugger Robot · 8 years ago
  26. 735f41a Merge "The workaround for apps using older version of soinfos" by Treehugger Robot · 8 years ago
  27. 21d4a9a Merge "Move localtime.c over to CachedProperty." by Treehugger Robot · 8 years ago
  28. d3a07e8 The workaround for apps using older version of soinfos by Dimitry Ivanov · 8 years ago
  29. faf7f35 Merge "'make bionic-unit-tests' now builds all the required binaries" by Treehugger Robot · 8 years ago
  30. ff82ce8 Merge "Remove the useless lock from CachedProperty." by Treehugger Robot · 8 years ago
  31. a98aa56 Remove the useless lock from CachedProperty. by Elliott Hughes · 8 years ago
  32. 53a9bcd Merge "Mark CRT objects as vendor available" by Dan Willemsen · 8 years ago
  33. 230a7a4 Mark CRT objects as vendor available by Dan Willemsen · 8 years ago
  34. d517ac2 Merge "Don't let missing Treble property context files affect errno." by Treehugger Robot · 8 years ago
  35. 4bd3542 'make bionic-unit-tests' now builds all the required binaries by Dimitry Ivanov · 8 years ago
  36. 94f58b2 Merge "Fix missing parse_open_file method." by Christopher Ferris · 8 years ago
  37. 87ff824 Move libc_logging.cpp over to CachedProperty. by Elliott Hughes · 8 years ago
  38. 0e8616a Move localtime.c over to CachedProperty. by Elliott Hughes · 8 years ago
  39. 7ade61c Don't let missing Treble property context files affect errno. by Elliott Hughes · 8 years ago
  40. 93d4f8b Fix missing parse_open_file method. by Alessio Balsini · 8 years ago
  41. 6c0468b Merge "Remove .(ll)ndk suffix from (ll)ndk_library" by Treehugger Robot · 8 years ago
  42. 51a9bf1 Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 8 years ago
  43. f17048b Merge "Send developers straight to the text relocation docs." by Treehugger Robot · 8 years ago
  44. 763f6e1 Send developers straight to the text relocation docs. by Elliott Hughes · 8 years ago
  45. bdbab30 Merge "Refactor Config from a struct to a class." by Christopher Ferris · 8 years ago
  46. df244d8 Merge "Add LLNDK stub libraries for the VNDK" by Dan Willemsen · 8 years ago
  47. a07033e Merge "versioner: fix LLVM assertion failure." by Treehugger Robot · 8 years ago
  48. c40af33 Merge "Move scopeguard into android::base" by Tom Cherry · 8 years ago
  49. 2b2b25b Refactor Config from a struct to a class. by Christopher Ferris · 8 years ago
  50. afb59c3 Merge "Enable FORTIFY unit tests for clang" by Treehugger Robot · 8 years ago
  51. 8ef9874 versioner: fix LLVM assertion failure. by Josh Gao · 8 years ago
  52. 2d389ff Merge "Add support for disabling the greylist." by Treehugger Robot · 8 years ago
  53. 5f8a673 Enable FORTIFY unit tests for clang by George Burgess IV · 8 years ago
  54. 9e27e58 Add support for disabling the greylist. by Elliott Hughes · 8 years ago
  55. e06c69d Merge "Fix compare_exchange_weak tests to allow spurious failure" by Hans Boehm · 8 years ago
  56. 278d31d Merge "libc: add const-correct string.h overloads" by Treehugger Robot · 8 years ago
  57. b8ab618 Move scopeguard into android::base by Tom Cherry · 8 years ago
  58. 590a410 Fix compare_exchange_weak tests to allow spurious failure by Hans Boehm · 8 years ago
  59. b8f7fde Add LLNDK stub libraries for the VNDK by Dan Willemsen · 8 years ago
  60. 1261f29 Merge "libc: remove newlines in prototypes in string.h" by Treehugger Robot · 8 years ago
  61. 19710f7 libc: remove newlines in prototypes in string.h by George Burgess IV · 8 years ago
  62. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 8 years ago
  63. 0a40cb3 Merge "Add (duplicate) license from new XML file" by Neil Fuller · 8 years ago
  64. 7336db7 Add (duplicate) license from new XML file by Neil Fuller · 8 years ago
  65. d90713b Merge "Addition of a new system file for time zone data" by Neil Fuller · 8 years ago
  66. b209e14 Merge "Remove obsolete Android.mk comments" by Treehugger Robot · 8 years ago
  67. a3ed901 Remove obsolete Android.mk comments by Dan Willemsen · 8 years ago
  68. 07807a1 Merge "Add kryo support." by Christopher Ferris · 8 years ago
  69. defecea Merge "libc: use __bos instead of __bos0 for strchr." by Treehugger Robot · 8 years ago
  70. bce9a7d libc: use __bos instead of __bos0 for strchr. by George Burgess IV · 8 years ago
  71. 12021ce Merge "Break android_set_abort_message out of libc_logging." am: 1c864b630f by Josh Gao · 8 years ago
  72. 1c864b6 Merge "Break android_set_abort_message out of libc_logging." by Josh Gao · 8 years ago
  73. 5ac8755 Merge changes I70edafb7,I96cba65e,I5142a335 am: 1400acc159 by Josh Gao · 8 years ago
  74. 1400acc Merge changes I70edafb7,I96cba65e,I5142a335 by Treehugger Robot · 8 years ago
  75. 10ec928 Break android_set_abort_message out of libc_logging. by Josh Gao · 8 years ago
  76. d89b0f1 Merge changes I826756d9,I00e2edb2 am: 6367f5ee55 by Josh Gao · 8 years ago
  77. 6367f5e Merge changes I826756d9,I00e2edb2 by Josh Gao · 8 years ago
  78. acc7921 versioner: remove useless log message. by Josh Gao · 8 years ago
  79. d744a9b versioner: fix indentation in usage. by Josh Gao · 8 years ago
  80. 3fcf747 versioner: guard preprocessing messages with -v. by Josh Gao · 8 years ago
  81. 950a958 Add kryo support. by Christopher Ferris · 8 years ago
  82. 1df65da Merge "Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE" am: 4df5ca1e02 by Nick Kralevich · 8 years ago
  83. 4df5ca1 Merge "Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE" by Treehugger Robot · 8 years ago
  84. 62c03a4 Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE by Nick Kralevich · 8 years ago
  85. e3f6662 Merge "Fix lookup logic for linked namespaces" am: 6a2c7f5a68 by Dimitry Ivanov · 8 years ago
  86. 6a2c7f5 Merge "Fix lookup logic for linked namespaces" by Treehugger Robot · 8 years ago
  87. 134912d Merge "Only use environment variables on the host." am: 5d8b8310aa by Elliott Hughes · 8 years ago
  88. 5d8b831 Merge "Only use environment variables on the host." by Treehugger Robot · 8 years ago
  89. 14eb5ab Only use environment variables on the host. by Elliott Hughes · 8 years ago
  90. 5d20373 Merge "Expand whitelist" am: 7cf467bd23 by Paul Lawrence · 8 years ago
  91. 7cf467b Merge "Expand whitelist" by Treehugger Robot · 8 years ago
  92. ec3cc94 Merge "Refactor sanitized library on-disk layout - bionic." am: 2a41bf4190 by Vishwath Mohan · 8 years ago
  93. 2a41bf4 Merge "Refactor sanitized library on-disk layout - bionic." by Treehugger Robot · 8 years ago
  94. 8b7a355 Expand whitelist by Paul Lawrence · 8 years ago
  95. 108279e Addition of a new system file for time zone data by Neil Fuller · 8 years ago
  96. 4113def Refactor sanitized library on-disk layout - bionic. by Vishwath Mohan · 8 years ago
  97. f1cbcfe Merge "Revert "isnan and isinf aren't functions."" am: 6d225bdf7c by Dan Albert · 8 years ago
  98. 6d225bd Merge "Revert "isnan and isinf aren't functions."" by Treehugger Robot · 8 years ago
  99. 284c8f1 Revert "isnan and isinf aren't functions." by Dan Albert · 8 years ago
  100. bcf3b3d Merge "Add more ptrace process resumption tests." am: ccec0f4c11 by Josh Gao · 8 years ago