1. f98d87b Add C11 timespec_get. by Elliott Hughes · 7 years ago
  2. 3a5fd00 Expose __res_randomid. by Elliott Hughes · 7 years ago
  3. a971303 Merge "Disable malloc debug intercepts when exiting." by Christopher Ferris · 7 years ago
  4. 2e457f5 Merge "Call __emutls_unregister_key on dlclose" by Treehugger Robot · 7 years ago
  5. 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 7 years ago
  6. 06f217d Merge "Remove workarounds for old versions of clang and GCC." by Treehugger Robot · 7 years ago
  7. 6726758 Merge "Reimplement popen(3)/pclose(3)." by Treehugger Robot · 7 years ago
  8. 3012b96 Remove workarounds for old versions of clang and GCC. by Elliott Hughes · 7 years ago
  9. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  10. 47c859c Merge "Remove bionic test's dependency on gtest internal." by Treehugger Robot · 7 years ago
  11. 83b6379 Remove bionic test's dependency on gtest internal. by Haibo Huang · 7 years ago
  12. f0296f3 Merge "Include uchar.h only for bionic" by Treehugger Robot · 7 years ago
  13. e2228cb Merge "Change args to int64_t" by Haibo Huang · 7 years ago
  14. bcff244 Merge "Update to v4.17.3 kernel headers." by Christopher Ferris · 7 years ago
  15. 6c0eab9 Include uchar.h only for bionic by Pirama Arumuga Nainar · 7 years ago
  16. 07a7c9b Merge "Fix some long-standing UTF-8 bugs." by Elliott Hughes · 7 years ago
  17. 57fe813 Merge "bionic: Convert res_send.c to poll()" by Bernie Innocenti · 7 years ago
  18. d5ee4c5 Change args to int64_t by Haibo Huang · 7 years ago
  19. 402c762 Fix some long-standing UTF-8 bugs. by Elliott Hughes · 7 years ago
  20. 1d7c04c Merge "pthread_barrier_init: add a test for the count == 0 EINVAL case." by Treehugger Robot · 7 years ago
  21. 463faad pthread_barrier_init: add a test for the count == 0 EINVAL case. by Elliott Hughes · 7 years ago
  22. b664724 bionic: Convert res_send.c to poll() by Bernie Innocenti · 7 years ago
  23. 50acae8 Merge "Reland "Remove a check for AIDs in the OEM range."" by Tom Cherry · 7 years ago
  24. 4cddb00 Reland "Remove a check for AIDs in the OEM range." by Tom Cherry · 7 years ago
  25. 363eac0 Merge "linker: improve "bad ELF magic" error." by Treehugger Robot · 7 years ago
  26. cc9fa92 Merge "<sys/un.h>: add SUN_LEN." by Treehugger Robot · 7 years ago
  27. a897151 linker: improve "bad ELF magic" error. by Elliott Hughes · 7 years ago
  28. a2389a0 Merge "<netinet/ip_icmp.h>: ensure struct icmphdr is available." by Treehugger Robot · 7 years ago
  29. 76a1d45 Update to v4.17.3 kernel headers. by Christopher Ferris · 7 years ago
  30. e7d185f <sys/un.h>: add SUN_LEN. by Elliott Hughes · 7 years ago
  31. e5a5eec <netinet/ip_icmp.h>: ensure struct icmphdr is available. by Elliott Hughes · 7 years ago
  32. 6747bd1 Merge "Set __bionic_asm_align to 16 for arm64" by Treehugger Robot · 7 years ago
  33. 37d4e67 Set __bionic_asm_align to 16 for arm64 by Adhemerval Zanella · 7 years ago
  34. 92c6f7e Merge "Remove relocation_packer." by Treehugger Robot · 7 years ago
  35. 41e22b8 Merge "bionic: Remove libc/Android.mk file" by Treehugger Robot · 7 years ago
  36. 386ae3a Remove relocation_packer. by Elliott Hughes · 7 years ago
  37. cff9dfa Merge "Don't emit warning on missing directories" by Elliott Hughes · 7 years ago
  38. d3c08f2 Don't emit warning on missing directories by Jiyong Park · 7 years ago
  39. 23f86f4 Merge "Resolve paths of dir.${section} if possible" by Treehugger Robot · 7 years ago
  40. 90a20cd Merge "Add sinf/cosf/sincosf benchmark" by Treehugger Robot · 7 years ago
  41. 3e637de Merge "Add logf and log2f benchmark" by Treehugger Robot · 7 years ago
  42. 52a7e7e Merge "Add powf benchmark" by Treehugger Robot · 7 years ago
  43. 5fbda0d Merge "Add expf and exp2f benchmark" by Treehugger Robot · 7 years ago
  44. bcea0e2 Call __emutls_unregister_key on dlclose by Ryan Prichard · 7 years ago
  45. a03fbbd Merge "Mark bionic-loader-test-libs-target as a phony rule" by Treehugger Robot · 7 years ago
  46. 7871ca1 Add sinf/cosf/sincosf benchmark by Adhemerval Zanella · 7 years ago
  47. ff5a353 Add logf and log2f benchmark by Adhemerval Zanella · 7 years ago
  48. 872c8b5 Add powf benchmark by Adhemerval Zanella · 7 years ago
  49. 357f6c1 Add expf and exp2f benchmark by Adhemerval Zanella · 7 years ago
  50. 901055e Mark bionic-loader-test-libs-target as a phony rule by Dan Willemsen · 7 years ago
  51. 216323b Resolve paths of dir.${section} if possible by Inseob Kim · 7 years ago
  52. 0912d76 bionic: Remove libc/Android.mk file by Bernie Innocenti · 7 years ago
  53. 520ad0c Merge "Change heap dump format slightly." by Christopher Ferris · 7 years ago
  54. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 7 years ago
  55. 2583b0a Merge changes from topic "sharedlib_in_recovery" by Treehugger Robot · 7 years ago
  56. 79d8ecb Merge "Remove valgrind workarounds." by Treehugger Robot · 7 years ago
  57. 95bca3f Remove valgrind workarounds. by Elliott Hughes · 7 years ago
  58. 2bf96b7 Merge "Make memcpy memmove" by Haibo Huang · 7 years ago
  59. 8a0f0ed Make memcpy memmove by Haibo Huang · 7 years ago
  60. 31cd08f dynamic linker is running for init by Jiyong Park · 7 years ago
  61. 8d7866c Build recovery variant of the dynamic linker by Jiyong Park · 7 years ago
  62. 42596b7 Merge "Add missing __INTRODUCED_IN to pthread_attr_setinheritsched/pthread_attr_getinheritsched." by Treehugger Robot · 7 years ago
  63. 7c5bbf6 Add missing __INTRODUCED_IN to pthread_attr_setinheritsched/pthread_attr_getinheritsched. by Elliott Hughes · 7 years ago
  64. 3bc5e74 Merge "Relax check on number of segments in a .so file" by Dimitry Ivanov · 7 years ago
  65. 3b0a5b7 Relax check on number of segments in a .so file by dimitry · 7 years ago
  66. 910c117 Merge "Add an example of how to use multiple options." by Christopher Ferris · 7 years ago
  67. 1d52a7b Add an example of how to use multiple options. by Christopher Ferris · 7 years ago
  68. 5b86769 Merge "Avoid post-reloc GOT usage in __linker_init" by Treehugger Robot · 7 years ago
  69. 742982d Avoid post-reloc GOT usage in __linker_init by Ryan Prichard · 7 years ago
  70. fe55c27 Merge "Initialize __libc_sysinfo early on." by Treehugger Robot · 7 years ago
  71. 3014456 Merge "Fix name of env variable in malloc_hooks README." by Treehugger Robot · 7 years ago
  72. 14e54c0 Fix name of env variable in malloc_hooks README. by Florian Mayer · 7 years ago
  73. 6ef8415 Merge "Inline __libc_init_global_stack_chk_guard." by Treehugger Robot · 7 years ago
  74. 8b14ed4 Merge "Clean up TLS_SLOT_BIONIC_PREINIT usage a bit" by Treehugger Robot · 7 years ago
  75. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 7 years ago
  76. cb5f410 Inline __libc_init_global_stack_chk_guard. by Ryan Prichard · 7 years ago
  77. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 7 years ago
  78. d0c330b Merge "Use cortex-a53/bionic/memmove.S by default for arm64" by Haibo Huang · 7 years ago
  79. ece43e1 Use cortex-a53/bionic/memmove.S by default for arm64 by Haibo Huang · 7 years ago
  80. aa922bb Merge "Add secondary counter in place of tls_nodelete flag" by Dimitry Ivanov · 7 years ago
  81. 55547db Add secondary counter in place of tls_nodelete flag by dimitry · 7 years ago
  82. d980cc0 Merge "Remove libskia.so from the greylist" by Dimitry Ivanov · 7 years ago
  83. d7cabc9 Merge "Fix the map for pthread_cond_timedwait_monotonic_np." by Elliott Hughes · 7 years ago
  84. 12306f0 Fix the map for pthread_cond_timedwait_monotonic_np. by Elliott Hughes · 7 years ago
  85. d566b93 Merge "Point to online documentation." by Christopher Ferris · 7 years ago
  86. 28567ae Merge "Test that vendor AID names begin with vendor_" by Tom Cherry · 7 years ago
  87. 770cbb3 Point to online documentation. by Christopher Ferris · 7 years ago
  88. 6e6772d Remove libskia.so from the greylist by dimitry · 7 years ago
  89. 8aa6d67 Merge "Link to native_heapdump_viewer.py." by Treehugger Robot · 7 years ago
  90. a3c7fe5 Merge "Reenable __work_around_b_24465209__ for x86 linker" by Treehugger Robot · 7 years ago
  91. 7046f39 Reenable __work_around_b_24465209__ for x86 linker by Ryan Prichard · 7 years ago
  92. 1496718 Link to native_heapdump_viewer.py. by Elliott Hughes · 7 years ago
  93. ebf58a6 Merge "Add generic arm non-neon memmove." by Elliott Hughes · 7 years ago
  94. 7caf313 Merge "Modify the script to use the linux source tree." by Christopher Ferris · 7 years ago
  95. b2341cd Merge "Adapt to versioned_ndk_headers renaming." by Treehugger Robot · 7 years ago
  96. 764049d Modify the script to use the linux source tree. by Christopher Ferris · 7 years ago
  97. da46cae Add generic arm non-neon memmove. by Elliott Hughes · 7 years ago
  98. 26e1c41 Adapt to versioned_ndk_headers renaming. by Dan Albert · 7 years ago
  99. e88b408 Test that vendor AID names begin with vendor_ by Tom Cherry · 7 years ago
  100. 7bfc149 Merge "Add support for using the new unwinder." by Christopher Ferris · 7 years ago