1. 9076b0c Be clearer about linker warnings. by Elliott Hughes · 8 years ago
  2. efa792b Merge "Filter out reserved signals in functions that take sigset_t." by Treehugger Robot · 8 years ago
  3. 2fe1034 Disable {getpwent,getgrent}_iterate tests on glibc. by Josh Gao · 8 years ago
  4. 6fcba93 Filter out reserved signals in functions that take sigset_t. by Josh Gao · 8 years ago
  5. ee8e3dd Remove non-trivial constructors/destructors from SystemProperties by Tom Cherry · 8 years ago
  6. 44c7b6a Merge changes Ibcd45e9b,I1ff5c0fa by Tom Cherry · 8 years ago
  7. 5fe7326 Do not munmap in MmapFile::~MmapFile by Tom Cherry · 8 years ago
  8. 60ddedf Build bionic/tests with cpp_std experimental. by Tom Cherry · 8 years ago
  9. 153168c Fix RTLD_NEXT/DEFAULT lookup by dimitry · 8 years ago
  10. da1bb11 The VDSO soname varies by architecture. by Elliott Hughes · 8 years ago
  11. d5172fc Merge "Add __fseterr." by Treehugger Robot · 8 years ago
  12. 665ce21 Merge "Add remaining _l function stubs." by Elliott Hughes · 8 years ago
  13. 4578526 Add __fseterr. by Elliott Hughes · 8 years ago
  14. 3376c23 Add remaining _l function stubs. by Elliott Hughes · 8 years ago
  15. db478a6 Implement malloc hooks. by Christopher Ferris · 8 years ago
  16. a8b179b Merge "Revert "Remove a check for AIDs in the OEM range."" by Treehugger Robot · 8 years ago
  17. 41986a0 Revert "Remove a check for AIDs in the OEM range." by Tom Cherry · 8 years ago
  18. 919dd9d Merge "MIPS32: Make sigset64_t equal to sigset_t" by Treehugger Robot · 8 years ago
  19. ab8c861 Merge "Add ability to read /etc/passwd and /etc/group" by Tom Cherry · 8 years ago
  20. 3796669 MIPS32: Make sigset64_t equal to sigset_t by Goran Jakovljevic · 8 years ago
  21. 6034ef8 Add ability to read /etc/passwd and /etc/group by Tom Cherry · 8 years ago
  22. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 8 years ago
  23. fe44c3c Merge "Make sigaction consistent about SA_RESTORER and sa_restorer" by Elliott Hughes · 8 years ago
  24. 2bf1d3d Merge "Duplicate tests for duplicated symbols." by Elliott Hughes · 8 years ago
  25. d50a1de Run bpfmt manually. by Elliott Hughes · 8 years ago
  26. 11f6076 Make sigaction consistent about SA_RESTORER and sa_restorer by Evgeny Eltsin · 8 years ago
  27. a026108 Merge "Avoid abort when calling pthread_mutex_destroy more than once." by Yabin Cui · 8 years ago
  28. 2dec3d7 Avoid abort when calling pthread_mutex_destroy more than once. by Yabin Cui · 8 years ago
  29. b82dcc6 Merge "Support priority inheritance mutex in 32-bit programs." by Yabin Cui · 8 years ago
  30. 5a00ba7 Support priority inheritance mutex in 32-bit programs. by Yabin Cui · 8 years ago
  31. 3e23591 Add `struct sigaction64` and `sigaction64`. by Elliott Hughes · 8 years ago
  32. 460130b Fix sigsetjmp/siglongjmp to save/restore RT signals on arm/x86 too. by Elliott Hughes · 8 years ago
  33. d8fde3f Merge "Add `sigset64_t` and accompanying functions." by Elliott Hughes · 8 years ago
  34. 6dfa5b5 Make pthread_attr_getstack__main_thread test native-bridge friendly by dimitry · 8 years ago
  35. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  36. 321476a Test ld-android.so directly by dimitry · 8 years ago
  37. 97d1c75 Merge "Better handling of sigset_t on LP32." by Treehugger Robot · 8 years ago
  38. b96b02e Merge "Update our status in light of recent additions." by Elliott Hughes · 8 years ago
  39. 4b1c6e7 Better handling of sigset_t on LP32. by Elliott Hughes · 8 years ago
  40. 13550b8 Update our status in light of recent additions. by Elliott Hughes · 8 years ago
  41. 4051776 Merge "linker: Allow link namespaces without name filters" by Logan Chien · 8 years ago
  42. 9ee4591 linker: Allow link namespaces without name filters by Logan Chien · 8 years ago
  43. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  44. e5fbd98 Merge "Address a bunch of clang-tidy complaints." by Treehugger Robot · 8 years ago
  45. 2b66844 Merge "Support %mc/%ms/%m[ in sscanf." by Treehugger Robot · 8 years ago
  46. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  47. 38e4aef Support %mc/%ms/%m[ in sscanf. by Elliott Hughes · 8 years ago
  48. b6310c2 Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
  49. a4a4854 Remove a test for backwards compatibility we no longer support. by Elliott Hughes · 8 years ago
  50. 06016f2 Fix dlclose for libraries with thread_local dtors by dimitry · 8 years ago
  51. 43ccab8 Fix complex number printing rules by Yi Kong · 8 years ago
  52. 558a4f5 Merge "Simplify atoi*/strto* for signed integers." by Elliott Hughes · 8 years ago
  53. cb239bd Simplify atoi*/strto* for signed integers. by Elliott Hughes · 8 years ago
  54. ef40d25 Duplicate tests for duplicated symbols. by Elliott Hughes · 8 years ago
  55. 8039c49 Merge "EndsWith now accepts std::string suffixes." by Treehugger Robot · 8 years ago
  56. 0b846e8 bionic: test: time() by Mark Salyzyn · 8 years ago
  57. 6db9af0 EndsWith now accepts std::string suffixes. by Elliott Hughes · 8 years ago
  58. f61a06e Use std::to_string instead of std::stringstream. by Elliott Hughes · 8 years ago
  59. 9dc37b9 Merge "Refactor the ato* and strto* family." by Elliott Hughes · 8 years ago
  60. 1921dce Refactor the ato* and strto* family. by Elliott Hughes · 8 years ago
  61. e275d6d Split properties into their own class to make testing better by Tom Cherry · 8 years ago
  62. cd91a16 Fix types of POSIX struct fields for MIPS[64] by Goran Jakovljevic · 8 years ago
  63. 5e77d57 Merge "POSIX says `sigaction::sa_flags` is `int`." by Elliott Hughes · 8 years ago
  64. a7f1294 A few more trivial tests. by Elliott Hughes · 8 years ago
  65. a40640d POSIX says `sigaction::sa_flags` is `int`. by Elliott Hughes · 8 years ago
  66. 59a6ee9 Merge "Add trivial termios tests." by Elliott Hughes · 8 years ago
  67. 6651b3d Merge "Mention the POSIX header tests in docs/status.md." by Elliott Hughes · 8 years ago
  68. 45d99c0 Merge "Use in_addr in ip_mreq_source and ip_msfilter." by Elliott Hughes · 8 years ago
  69. 64f355f Use in_addr in ip_mreq_source and ip_msfilter. by Elliott Hughes · 9 years ago
  70. 5da9646 Add trivial termios tests. by Elliott Hughes · 8 years ago
  71. 79b13b9 Explicitly disable the Mac build. by Elliott Hughes · 8 years ago
  72. 2237b6b Mention the POSIX header tests in docs/status.md. by Elliott Hughes · 8 years ago
  73. 3ba3271 Merge "Test POSIX 1003.1 2016 chapter 13 "Headers"." by Treehugger Robot · 8 years ago
  74. 21b56eb Test POSIX 1003.1 2016 chapter 13 "Headers". by Elliott Hughes · 8 years ago
  75. bf9cb9e More scanf cleanup. by Elliott Hughes · 8 years ago
  76. 965d06d Fix logic in loading dependencies crossing namespace boundaries by dimitry · 8 years ago
  77. d351581 Merge "Add a few missing <time.h> tests." by Elliott Hughes · 8 years ago
  78. 066d5ec Merge "Add sscanf %[ tests and fix the bug that fell out." by Elliott Hughes · 8 years ago
  79. b787c6f Merge "A few new bionic tests." by Elliott Hughes · 8 years ago
  80. 5a29d54 Add a few missing <time.h> tests. by Elliott Hughes · 8 years ago
  81. 608b451 A few new bionic tests. by Aleksandra Tsvetkova · 11 years ago
  82. 0d3ba1f Add sscanf %[ tests and fix the bug that fell out. by Elliott Hughes · 8 years ago
  83. 1d31832 Merge "Make our fortify FD_ISSET const, and expose the fd_mask type." by Elliott Hughes · 8 years ago
  84. a6714d1 Make our fortify FD_ISSET const, and expose the fd_mask type. by Elliott Hughes · 8 years ago
  85. ff2c21a Merge "Fix posix_spawn signal defaulting." am: 27d4977f1f by Elliott Hughes · 8 years ago
  86. f3fc8dc Merge "Break up clock_getcpuclockid tests." am: 9fd5626507 by Elliott Hughes · 8 years ago
  87. 27d4977 Merge "Fix posix_spawn signal defaulting." by Elliott Hughes · 8 years ago
  88. 9fd5626 Merge "Break up clock_getcpuclockid tests." by Elliott Hughes · 8 years ago
  89. 7bfacaa Fix posix_spawn signal defaulting. by Elliott Hughes · 8 years ago
  90. b441359 Break up clock_getcpuclockid tests. by Elliott Hughes · 8 years ago
  91. 92ce17f Merge "Remove timeout signal in ptrace test." am: bd6a5e0f70 by Yabin Cui · 8 years ago
  92. bd6a5e0 Merge "Remove timeout signal in ptrace test." by Yabin Cui · 8 years ago
  93. dde6b60 Merge "bionic: test: report kernel sha for clock_getcpuclockid failure" by Mark Salyzyn · 8 years ago
  94. 65ba81b Merge "Revert "Fix bug with double unload on unsuccessful dlopen"" by Elliott Hughes · 8 years ago
  95. 810802c Merge "bionic: test: report kernel sha for clock_getcpuclockid failure" by Treehugger Robot · 8 years ago
  96. 4eb3324 Merge "Revert "Fix bug with double unload on unsuccessful dlopen"" by Elliott Hughes · 8 years ago
  97. 143b454 Remove timeout signal in ptrace test. by Yabin Cui · 8 years ago
  98. 27f1806 Revert "Fix bug with double unload on unsuccessful dlopen" by Elliott Hughes · 8 years ago
  99. f1e645c Merge "Fix bug with double unload on unsuccessful dlopen" am: dc89324e93 by Dimitry Ivanov · 8 years ago
  100. dc89324 Merge "Fix bug with double unload on unsuccessful dlopen" by Dimitry Ivanov · 8 years ago