1. 94072fb Switch to inline assembler in crtbegin. by Elliott Hughes · 9 years ago
  2. 4767bc4 Merge "Add a netcontext variant of gethostbyaddr" by Treehugger Robot · 9 years ago
  3. 761bb2b Merge "Add the DNS query hook to net context" by Treehugger Robot · 9 years ago
  4. 137a2cf Merge "Va_end should be used with va_start" by Treehugger Robot · 9 years ago
  5. 13ec1cf Va_end should be used with va_start by Mikhail Lappo · 9 years ago
  6. 8433d40 Merge "Fix missing function export." by Christopher Ferris · 9 years ago
  7. 2b0f2a4 Fix missing function export. by Christopher Ferris · 9 years ago
  8. 8fbd15a Merge "Make `union semun` usable." by Elliott Hughes · 9 years ago
  9. 497ad30 Make `union semun` usable. by Elliott Hughes · 9 years ago
  10. 5017805 Add a netcontext variant of gethostbyaddr by Ben Schwartz · 9 years ago
  11. f0305dc Add the DNS query hook to net context by Ben Schwartz · 9 years ago
  12. f065350 Merge "Fix Mac build." by Treehugger Robot · 9 years ago
  13. 6107326 Merge "Make mallopt available in the future." by Christopher Ferris · 9 years ago
  14. f599b72 Merge "Remove reference to obj/lib" by Treehugger Robot · 9 years ago
  15. 3fa758f Fix Mac build. by Elliott Hughes · 9 years ago
  16. b02206a Remove reference to obj/lib by Dan Willemsen · 9 years ago
  17. 7ff7ed1 Merge "tests/utils.h should #include <sys/sysmacros.h>" by Treehugger Robot · 9 years ago
  18. 083923d Make mallopt available in the future. by Christopher Ferris · 9 years ago
  19. afd6295 Merge "Stop using $(TARGET_OUT_INTERMEDIATE_LIBRARIES)" by Dan Willemsen · 9 years ago
  20. 5d949da tests/utils.h should #include <sys/sysmacros.h> by Elliott Hughes · 9 years ago
  21. 3d68fca Stop using $(TARGET_OUT_INTERMEDIATE_LIBRARIES) by Dan Willemsen · 9 years ago
  22. 6fba793 Merge "libc: ARM64: fix memset for non-standard ZVA sizes" by Christopher Ferris · 9 years ago
  23. d84c30d Merge "Add support for modifying decay timer." by Christopher Ferris · 9 years ago
  24. f19eeb8 libc: ARM64: fix memset for non-standard ZVA sizes by Kevin Brodsky · 9 years ago
  25. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 9 years ago
  26. f0ddcc6 Merge "Add support for cortex-a73." by Christopher Ferris · 9 years ago
  27. 94bd274 Add support for cortex-a73. by Christopher Ferris · 9 years ago
  28. ac58d33 Merge "test: check unbounded memory leak in pthread detach" by Elliott Hughes · 9 years ago
  29. cf17b48 test: check unbounded memory leak in pthread detach by Zhenhua WANG · 9 years ago
  30. d785b44 Merge "Clean up __isthreaded." by Treehugger Robot · 9 years ago
  31. 23672d3 Merge "Run bionic/libc/tools/genversion-scripts.py" by Treehugger Robot · 9 years ago
  32. dfcb82d Clean up __isthreaded. by Elliott Hughes · 9 years ago
  33. a57476b Run bionic/libc/tools/genversion-scripts.py by Elliott Hughes · 9 years ago
  34. 0e986b8 Merge "Fix clang-tidy perfomrance warnings." by Treehugger Robot · 9 years ago
  35. 828b9e1 Fix clang-tidy perfomrance warnings. by wy · 9 years ago
  36. a93fcd0 Merge "greylist is no longer enabled by default." by Treehugger Robot · 9 years ago
  37. 9259c5b Merge "Remove known failures from arm ifunc tests" by Treehugger Robot · 9 years ago
  38. 3c71e1a Merge "Cope with AT_SYSINFO not being set on x86." by Treehugger Robot · 9 years ago
  39. 37b91af greylist is no longer enabled by default. by Jiyong Park · 9 years ago
  40. 4119281 Merge "Zero-initialize user_desc for __set_thread_area." by Elliott Hughes · 9 years ago
  41. b291d08 Zero-initialize user_desc for __set_thread_area. by Elliott Hughes · 9 years ago
  42. 9ae2372 Cope with AT_SYSINFO not being set on x86. by Elliott Hughes · 9 years ago
  43. ea5ee45 Merge "Add new memchr/strrchr tests." by Christopher Ferris · 9 years ago
  44. 2f030af Add new memchr/strrchr tests. by Christopher Ferris · 9 years ago
  45. 1f9e648 Merge "Make raise/abort work with stale cached pid/tid values." by Treehugger Robot · 9 years ago
  46. bf2af69 Make raise/abort work with stale cached pid/tid values. by Josh Gao · 9 years ago
  47. e6691d3 Merge changes from topic 'mips_seccomp_fixes' by Treehugger Robot · 9 years ago
  48. dd5bd45 [MIPS64] Enable necessary mips64 syscalls in seccomp whitelist by Lazar Trsic · 9 years ago
  49. 22b4351 Fix MIPS seccomp definitions for PRIMARY and SECONDARY arch by Lazar Trsic · 9 years ago
  50. 86b3494 Merge "libc: clean up ARM64 copyright notices" by Treehugger Robot · 9 years ago
  51. 28285f5 libc: clean up ARM64 copyright notices by Jake Weinstein · 9 years ago
  52. 05fd20c Merge changes Ia7200bf0,I86999bb7 by Treehugger Robot · 9 years ago
  53. c42b4bb Remove known failures from arm ifunc tests by Dimitry Ivanov · 9 years ago
  54. 5725481 Merge "Move libc_log code into libasync_safe." by Christopher Ferris · 9 years ago
  55. 846924a Merge "Add ifunc for variable test-case" by Dimitry Ivanov · 9 years ago
  56. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  57. 6323cfa Merge "Shared namespaces inherit parent ns properties" by Treehugger Robot · 9 years ago
  58. f1cb669 Shared namespaces inherit parent ns properties by Dimitry Ivanov · 9 years ago
  59. 21975b2 Add ifunc for variable test-case by Dimitry Ivanov · 9 years ago
  60. 3f4735f Merge "Fix pthread_barrier_smoke test (part 2)." by Yabin Cui · 9 years ago
  61. ab4cddc Fix pthread_barrier_smoke test (part 2). by Yabin Cui · 9 years ago
  62. 85408ef Merge "Fix test compile errors after LLVM rebase" by Treehugger Robot · 9 years ago
  63. 5c71074 Merge "Fix pthread_barrier_smoke test." by Treehugger Robot · 9 years ago
  64. 2d3122c Fix test compile errors after LLVM rebase by Yi Kong · 9 years ago
  65. d5c04c5 Fix pthread_barrier_smoke test. by Yabin Cui · 9 years ago
  66. ca5e0f4 Merge "versioner: disable container overflow checks" by Treehugger Robot · 9 years ago
  67. 87a47e1 Merge "linker: add android_get_exported_namespace" by Treehugger Robot · 9 years ago
  68. d10d3ee versioner: disable container overflow checks by Andreas Gampe · 9 years ago
  69. fd478a8 Merge "fix half-deleted comments in tests" by Treehugger Robot · 9 years ago
  70. cf44343 fix half-deleted comments in tests by George Burgess IV · 9 years ago
  71. c151176 Merge "Restore ELF32_ST_INFO/ELF64_ST_INFO." by Elliott Hughes · 9 years ago
  72. d390df1 Restore ELF32_ST_INFO/ELF64_ST_INFO. by Elliott Hughes · 9 years ago
  73. dfe0fa4 Merge "Include the libc/kernel/android/scsi headers in the NDK." by Treehugger Robot · 9 years ago
  74. 01de74e linker: add android_get_exported_namespace by Jiyong Park · 9 years ago
  75. b50b8c8 versioner: fix leak. by Josh Gao · 9 years ago
  76. 0be1dab versioner: add symlink for dependencies. by Josh Gao · 9 years ago
  77. 2fad0d5 Include the libc/kernel/android/scsi headers in the NDK. by Elliott Hughes · 9 years ago
  78. 306ea55 Merge "Compare Pss of tested library in VerifyMemorySaving" by Elliott Hughes · 9 years ago
  79. 36d5c54 Merge "Make dl_iterate_phdr weak in libdl." by Treehugger Robot · 9 years ago
  80. 9cc08e0 Merge "watchpoint_imprecise test: set 4-byte watchpoints on 32-bit arches" by Treehugger Robot · 9 years ago
  81. 81aad00 Compare Pss of tested library in VerifyMemorySaving by Zhenhua WANG · 9 years ago
  82. 82f7208 Merge "Update bionic after Clang rebase" by Yi Kong · 9 years ago
  83. fd7c2a3 Merge "Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21." by Elliott Hughes · 9 years ago
  84. 7ba2bed Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. by Elliott Hughes · 9 years ago
  85. 06be345 Update bionic after Clang rebase by Yi Kong · 9 years ago
  86. 4a62026 watchpoint_imprecise test: set 4-byte watchpoints on 32-bit arches by Pavel Labath · 9 years ago
  87. db98fed Make dl_iterate_phdr weak in libdl. by Dan Albert · 9 years ago
  88. 5deddda Merge "Add basic tests for <link.h>." by Elliott Hughes · 9 years ago
  89. 6c8881d Merge "Update static functions/macro definitions." by Christopher Ferris · 9 years ago
  90. ee1e0a3 Update static functions/macro definitions. by Christopher Ferris · 9 years ago
  91. 7c10abb Add basic tests for <link.h>. by Elliott Hughes · 9 years ago
  92. 1328b96 Merge "loader: enable loading libraries from tmpfs" by Treehugger Robot · 9 years ago
  93. bf34ba3 loader: enable loading libraries from tmpfs by Dimitry Ivanov · 9 years ago
  94. e54e64b Merge "Make the _Unwind_Ptr declaration match clang's." by Elliott Hughes · 9 years ago
  95. f2c6ad6 Make the _Unwind_Ptr declaration match clang's. by Elliott Hughes · 9 years ago
  96. 61e932e Merge "Remove unused lambda captures" by Yi Kong · 9 years ago
  97. 802e2fd Merge "DO NOT MERGE: The future is now." by Treehugger Robot · 9 years ago
  98. 2e8e5e6 DO NOT MERGE: The future is now. by Josh Gao · 9 years ago
  99. ff6c8de Remove unused lambda captures by Yi Kong · 9 years ago
  100. ee1c45f Merge "Add syscalls that aren't currently used to the seccomp whitelist." by Josh Gao · 9 years ago