1. 5d949da tests/utils.h should #include <sys/sysmacros.h> by Elliott Hughes · 9 years ago
  2. 828b9e1 Fix clang-tidy perfomrance warnings. by wy · 9 years ago
  3. a93fcd0 Merge "greylist is no longer enabled by default." by Treehugger Robot · 9 years ago
  4. 9259c5b Merge "Remove known failures from arm ifunc tests" by Treehugger Robot · 9 years ago
  5. 37b91af greylist is no longer enabled by default. by Jiyong Park · 9 years ago
  6. 2f030af Add new memchr/strrchr tests. by Christopher Ferris · 9 years ago
  7. c42b4bb Remove known failures from arm ifunc tests by Dimitry Ivanov · 9 years ago
  8. 5725481 Merge "Move libc_log code into libasync_safe." by Christopher Ferris · 9 years ago
  9. 846924a Merge "Add ifunc for variable test-case" by Dimitry Ivanov · 9 years ago
  10. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  11. 6323cfa Merge "Shared namespaces inherit parent ns properties" by Treehugger Robot · 9 years ago
  12. f1cb669 Shared namespaces inherit parent ns properties by Dimitry Ivanov · 9 years ago
  13. 21975b2 Add ifunc for variable test-case by Dimitry Ivanov · 9 years ago
  14. 3f4735f Merge "Fix pthread_barrier_smoke test (part 2)." by Yabin Cui · 9 years ago
  15. ab4cddc Fix pthread_barrier_smoke test (part 2). by Yabin Cui · 9 years ago
  16. 85408ef Merge "Fix test compile errors after LLVM rebase" by Treehugger Robot · 9 years ago
  17. 2d3122c Fix test compile errors after LLVM rebase by Yi Kong · 9 years ago
  18. d5c04c5 Fix pthread_barrier_smoke test. by Yabin Cui · 9 years ago
  19. fd478a8 Merge "fix half-deleted comments in tests" by Treehugger Robot · 9 years ago
  20. cf44343 fix half-deleted comments in tests by George Burgess IV · 9 years ago
  21. d390df1 Restore ELF32_ST_INFO/ELF64_ST_INFO. by Elliott Hughes · 9 years ago
  22. 306ea55 Merge "Compare Pss of tested library in VerifyMemorySaving" by Elliott Hughes · 9 years ago
  23. 81aad00 Compare Pss of tested library in VerifyMemorySaving by Zhenhua WANG · 9 years ago
  24. 4a62026 watchpoint_imprecise test: set 4-byte watchpoints on 32-bit arches by Pavel Labath · 9 years ago
  25. 5deddda Merge "Add basic tests for <link.h>." by Elliott Hughes · 9 years ago
  26. 6c8881d Merge "Update static functions/macro definitions." by Christopher Ferris · 9 years ago
  27. ee1e0a3 Update static functions/macro definitions. by Christopher Ferris · 9 years ago
  28. 7c10abb Add basic tests for <link.h>. by Elliott Hughes · 9 years ago
  29. bf34ba3 loader: enable loading libraries from tmpfs by Dimitry Ivanov · 9 years ago
  30. f1db837 Add missing required libraries by Dimitry Ivanov · 9 years ago
  31. 438e019 Un-deprecated __system_property_find_nth. by Elliott Hughes · 9 years ago
  32. 4bd3542 'make bionic-unit-tests' now builds all the required binaries by Dimitry Ivanov · 9 years ago
  33. c40af33 Merge "Move scopeguard into android::base" by Tom Cherry · 9 years ago
  34. 5f8a673 Enable FORTIFY unit tests for clang by George Burgess IV · 9 years ago
  35. e06c69d Merge "Fix compare_exchange_weak tests to allow spurious failure" by Hans Boehm · 9 years ago
  36. b8ab618 Move scopeguard into android::base by Tom Cherry · 9 years ago
  37. 590a410 Fix compare_exchange_weak tests to allow spurious failure by Hans Boehm · 9 years ago
  38. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 9 years ago
  39. e3f6662 Merge "Fix lookup logic for linked namespaces" am: 6a2c7f5a68 by Dimitry Ivanov · 9 years ago
  40. 6a2c7f5 Merge "Fix lookup logic for linked namespaces" by Treehugger Robot · 9 years ago
  41. bcf3b3d Merge "Add more ptrace process resumption tests." am: ccec0f4c11 by Josh Gao · 9 years ago
  42. ccec0f4 Merge "Add more ptrace process resumption tests." by Josh Gao · 9 years ago
  43. 5b35e2b Merge "Fix x86 system calls made from ELF preinit." am: 12a07044db by Elliott Hughes · 9 years ago
  44. 12a0704 Merge "Fix x86 system calls made from ELF preinit." by Elliott Hughes · 9 years ago
  45. d3e7d08 Fix lookup logic for linked namespaces by Dimitry Ivanov · 9 years ago
  46. bc055ca Add more ptrace process resumption tests. by Josh Gao · 9 years ago
  47. eb04ed5 Fix x86 system calls made from ELF preinit. by Elliott Hughes · 9 years ago
  48. 72aed61 Merge "Disable compat_elf_hash_and_relocation_tables test for x86" by Dimitry Ivanov · 9 years ago
  49. fe96db8 Merge "Disable compat_elf_hash_and_relocation_tables test for x86" by Dimitry Ivanov · 9 years ago
  50. fc32dcb Disable compat_elf_hash_and_relocation_tables test for x86 by Dimitry Ivanov · 9 years ago
  51. ab39630 Merge "Verify at least 2 frames out of signal handler." am: 8f804d71d0 by Christopher Ferris · 9 years ago
  52. ac2f3dd Verify at least 2 frames out of signal handler. by Christopher Ferris · 9 years ago
  53. b1a4436 Merge "Use libbase for realpath and dirname" am: e0561cb0c9 by Dimitry Ivanov · 9 years ago
  54. 5b2cd3a Use libbase for realpath and dirname by Dimitry Ivanov · 9 years ago
  55. 96be725 Merge "Split up the stack space tests into their own noinline functions." by Josh Gao · 9 years ago
  56. 61db9ac Split up the stack space tests into their own noinline functions. by Josh Gao · 9 years ago
  57. 0531178 Merge "Add tests for pthread TLS leak." am: a4db9d6f41 by Josh Gao · 9 years ago
  58. 7d15dc3 Add tests for pthread TLS leak. by Josh Gao · 9 years ago
  59. 778751f Merge changes from topic 'debuggerd_fallback' am: cf96f35dd1 by Josh Gao · 9 years ago
  60. 415daa8 Increase signal stack size on 32-bit to 16kB. by Josh Gao · 9 years ago
  61. 869aed6 Merge "Stop using __system_property_area__" am: 9e10b7fa44 by Victor Khimenko · 9 years ago
  62. 4a92ffd Stop using __system_property_area__ by Victor Khimenko · 9 years ago
  63. ea7961b Merge "Fix greylist exception to account for linked namespaces" am: 6e528631d1 by Dimitry Ivanov · 9 years ago
  64. 35c8e3b Fix greylist exception to account for linked namespaces by Dimitry Ivanov · 9 years ago
  65. 383efd5 Merge "Add tests for <endian.h>." am: 78e6c4ec7c by Elliott Hughes · 9 years ago
  66. 78e6c4e Merge "Add tests for <endian.h>." by Treehugger Robot · 9 years ago
  67. 566d200 Merge "loader: set PT_INTERP to itself" am: 0b87362f53 by Dimitry Ivanov · 9 years ago
  68. 2a6955e loader: set PT_INTERP to itself by Dimitry Ivanov · 9 years ago
  69. ba267f4 Add tests for <endian.h>. by Elliott Hughes · 9 years ago
  70. 8c8ce57 Merge "Silence a compiler warning due to unused variable on mips" am: 3678078440 by Pavel Labath · 9 years ago
  71. fb5a639 Silence a compiler warning due to unused variable on mips by Pavel Labath · 9 years ago
  72. df6f95b Merge "Add "imprecise" watchpoint ptrace test" am: a936199ce0 by Pavel Labath · 9 years ago
  73. 3dad8d5 Add "imprecise" watchpoint ptrace test by Pavel Labath · 9 years ago
  74. 6a1ce9c Merge "Add test for a greylisted library" am: 3f76dadf15 by Dimitry Ivanov · 9 years ago
  75. 1862314 Add test for a greylisted library by Dimitry Ivanov · 9 years ago
  76. d57cfaf Merge "Cope with argv[0] being null in the dynamic linker." am: c84e8a507c by Elliott Hughes · 9 years ago
  77. 30a3627 Cope with argv[0] being null in the dynamic linker. by Elliott Hughes · 9 years ago
  78. 39cacfe Merge "Add timeout support to __system_property_wait." am: c9a840ac76 by Elliott Hughes · 9 years ago
  79. c9a840a Merge "Add timeout support to __system_property_wait." by Treehugger Robot · 9 years ago
  80. 145e1f2 Merge "Downgrade the special case of pthread_t(0) to a warning." am: 2cb4fb033f by Elliott Hughes · 9 years ago
  81. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 9 years ago
  82. 6ce686c Downgrade the special case of pthread_t(0) to a warning. by Elliott Hughes · 9 years ago
  83. 5abca78 Merge "Add tests for ptrace resumption behavior." am: d11584665c am: d4233fbc5e by Josh Gao · 9 years ago
  84. d115846 Merge "Add tests for ptrace resumption behavior." by Josh Gao · 9 years ago
  85. 5e3fe95 Add tests for ptrace resumption behavior. by Josh Gao · 9 years ago
  86. 86ddf58 Merge "add fortified implementations of send/sendto" am: c54937b972 am: 0a4fb394c8 by Daniel Micay · 9 years ago
  87. c54937b Merge "add fortified implementations of send/sendto" by Treehugger Robot · 9 years ago
  88. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  89. 509aa29 Merge "Be more strict about using invalid `pthread_t`s." am: 0370905502 am: a18e9f88c8 by Elliott Hughes · 9 years ago
  90. 0370905 Merge "Be more strict about using invalid `pthread_t`s." by Elliott Hughes · 9 years ago
  91. ddaba4f Merge "Add __system_property_wait and return the serial in __system_property_read_callback." am: ade3be476f am: c9df674347 by Elliott Hughes · 9 years ago
  92. ade3be4 Merge "Add __system_property_wait and return the serial in __system_property_read_callback." by Treehugger Robot · 9 years ago
  93. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 9 years ago
  94. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 9 years ago
  95. b8b7f13 Merge "Match __bos0 to __pass_object_size0 in FORTIFY" am: 572b1dde03 am: ae80a17b4f by George Burgess IV · 9 years ago
  96. 572b1dd Merge "Match __bos0 to __pass_object_size0 in FORTIFY" by Treehugger Robot · 9 years ago
  97. ab08d41 Merge "Replace public library list with shared lib sonames (part 2/2)" am: 2cb4dfbb8c am: ae80d78b5b by Dimitry Ivanov · 9 years ago
  98. 2cb4dfb Merge "Replace public library list with shared lib sonames (part 2/2)" by Dimitry Ivanov · 9 years ago
  99. 4eeb581 Merge "loader: fix d-tor call order" am: c9fb1774c5 am: 636354190d by Dimitry Ivanov · 9 years ago
  100. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 9 years ago