1. 52d7749 Merge "ART isn't using the ART-specific linker features any more." by Elliott Hughes · 7 years ago
  2. 6689b4f Merge "Add a force fail for non-bionic xfail test." by Christopher Ferris · 7 years ago
  3. af1b8dd Add smoke tests for mallopt options. by Christopher Ferris · 7 years ago
  4. 01db9bd Add a force fail for non-bionic xfail test. by Christopher Ferris · 7 years ago
  5. 5e09917 Merge "Revert "Do not use clang lld with -z,global"" by Treehugger Robot · 7 years ago
  6. acd6f4f Disable a few bionic tests under HWASan. by Evgenii Stepanov · 7 years ago
  7. 96bd339 Remove timer_delete_multiple test. by Evgenii Stepanov · 7 years ago
  8. 08a0cd0 Revert "Do not use clang lld with -z,global" by Chih-hung Hsieh · 7 years ago
  9. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  10. 9ffd39c Merge "Add test for malloc_iterate." by Christopher Ferris · 7 years ago
  11. 6f3a56b Merge "Revert "bionic: Allocate a shadow call stack for each thread."" by Josh Gao · 7 years ago
  12. bfd3dc4 Add test for malloc_iterate. by Christopher Ferris · 7 years ago
  13. 9ce2884 Update to v4.19 kernel headers. by Christopher Ferris · 7 years ago
  14. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  15. f284a47 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  16. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  17. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  18. 6032c38 Merge "Add getloadavg(3)." by Elliott Hughes · 7 years ago
  19. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  20. 5d9312b CTS: allow continue to use the old AIDs on devices launch with P by Chuwei Xu · 7 years ago
  21. 7ff7d03 Merge "Properly fail with ESRCH when pthread_killing an exited thread." by Josh Gao · 7 years ago
  22. ddf757e Properly fail with ESRCH when pthread_killing an exited thread. by Josh Gao · 7 years ago
  23. 4e29cde Merge "Waive AID Range check for upgrading devices launched before P" by Tom Cherry · 7 years ago
  24. 5c94143 Waive AID Range check for upgrading devices launched before P by Tom Cherry · 7 years ago
  25. 391af2c Merge "Allow invoking the linker on an executable." by Treehugger Robot · 7 years ago
  26. 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
  27. 069d5ae Merge "Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...)." by Josh Gao · 7 years ago
  28. baf20fc Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  29. 82ab481 Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX. by Elliott Hughes · 7 years ago
  30. 928ce8e Merge "Move isolated test runner out of bionic." by Christopher Ferris · 7 years ago
  31. 05ba56d Merge "Fix up a few bionic tests for the clang-r339409 update." by Stephen Hines · 7 years ago
  32. 6d2c0bd Move isolated test runner out of bionic. by Christopher Ferris · 7 years ago
  33. f3ff8dc Merge "Ignore output to stderr while enumerating tests" by Christopher Ferris · 7 years ago
  34. ddf92a1 Merge "Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc." by Treehugger Robot · 7 years ago
  35. fa5f61c Always return /vendor/bin/sh as shell for OEM ids in getpwnam() etc. by Tom Cherry · 7 years ago
  36. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  37. 21557cd Ignore output to stderr while enumerating tests by dimitry · 7 years ago
  38. cd659d4 Fix up a few bionic tests for the clang-r339409 update. by Stephen Hines · 7 years ago
  39. 0c93855 Update probing in membarrier_test by Orion Hodson · 7 years ago
  40. 795034c Fix membarrier test. by Christopher Ferris · 7 years ago
  41. 431d2ff Merge "Add android_get_device_api_level." by Elliott Hughes · 7 years ago
  42. dca7d3f Merge "libc: Add membarrier to common seccomp allowed list" by Orion Hodson · 7 years ago
  43. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  44. f340a56 Use strerror_r(3) for the printf family %m. by Elliott Hughes · 7 years ago
  45. 6ba6694 libc: Add membarrier to common seccomp allowed list by Orion Hodson · 7 years ago
  46. 74934aa Merge "Add the %m GNU extension to printf/wprintf." by Elliott Hughes · 7 years ago
  47. 654cd83 Add the %m GNU extension to printf/wprintf. by Elliott Hughes · 7 years ago
  48. eab6572 Add a test for poll with null fds. by Elliott Hughes · 7 years ago
  49. 726b63f Implement pthread_sigqueue. by Josh Gao · 7 years ago
  50. 2c4ec7e Fix uses of readlink in tests. by Christopher Ferris · 7 years ago
  51. 05ee196 Merge "Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present." by Treehugger Robot · 7 years ago
  52. 53b40de Merge "Test that the _r_debug list looks OK" by Treehugger Robot · 7 years ago
  53. f1a3838 Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present. by Elliott Hughes · 7 years ago
  54. c20f9a5 Test that the _r_debug list looks OK by Ryan Prichard · 7 years ago
  55. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  56. 7266e91 Move unique_fd fdsan tests into bionic. by Josh Gao · 7 years ago
  57. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  58. 08b7a40 fdsan: improve errors some more. by Josh Gao · 7 years ago
  59. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  60. b652e9a Our prebuilt host glibc is new enough to remove a workaround. by Elliott Hughes · 7 years ago
  61. 6fc8dc2 remove bionic-compile-time-tests-g++ by Sajid Dalvi · 7 years ago
  62. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  63. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  64. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  65. 94ab04c Merge "libm: add tests that would have caught the recent regression." by Treehugger Robot · 7 years ago
  66. 505ecd6 libm: add tests that would have caught the recent regression. by Elliott Hughes · 7 years ago
  67. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 8 years ago
  68. ad596bf Merge "setjmp is a macro." by Treehugger Robot · 7 years ago
  69. 7622140 Merge "Add C11 timespec_get." by Treehugger Robot · 7 years ago
  70. 99a8caf Merge "Expose __res_randomid." by Treehugger Robot · 7 years ago
  71. afacaab The --gtest_color flag should take a priority. by Tao Bao · 7 years ago
  72. bf74815 setjmp is a macro. by Elliott Hughes · 7 years ago
  73. f98d87b Add C11 timespec_get. by Elliott Hughes · 7 years ago
  74. 3a5fd00 Expose __res_randomid. by Elliott Hughes · 7 years ago
  75. c1ef5eb Only use color in supported terminal. by Haibo Huang · 7 years ago
  76. 06f217d Merge "Remove workarounds for old versions of clang and GCC." by Treehugger Robot · 7 years ago
  77. 6726758 Merge "Reimplement popen(3)/pclose(3)." by Treehugger Robot · 7 years ago
  78. 3012b96 Remove workarounds for old versions of clang and GCC. by Elliott Hughes · 7 years ago
  79. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  80. 83b6379 Remove bionic test's dependency on gtest internal. by Haibo Huang · 7 years ago
  81. 07a7c9b Merge "Fix some long-standing UTF-8 bugs." by Elliott Hughes · 7 years ago
  82. 57fe813 Merge "bionic: Convert res_send.c to poll()" by Bernie Innocenti · 7 years ago
  83. 402c762 Fix some long-standing UTF-8 bugs. by Elliott Hughes · 8 years ago
  84. 463faad pthread_barrier_init: add a test for the count == 0 EINVAL case. by Elliott Hughes · 8 years ago
  85. b664724 bionic: Convert res_send.c to poll() by Bernie Innocenti · 8 years ago
  86. 50acae8 Merge "Reland "Remove a check for AIDs in the OEM range."" by Tom Cherry · 8 years ago
  87. 4cddb00 Reland "Remove a check for AIDs in the OEM range." by Tom Cherry · 8 years ago
  88. 363eac0 Merge "linker: improve "bad ELF magic" error." by Treehugger Robot · 8 years ago
  89. a897151 linker: improve "bad ELF magic" error. by Elliott Hughes · 8 years ago
  90. e7d185f <sys/un.h>: add SUN_LEN. by Elliott Hughes · 8 years ago
  91. e5a5eec <netinet/ip_icmp.h>: ensure struct icmphdr is available. by Elliott Hughes · 8 years ago
  92. 901055e Mark bionic-loader-test-libs-target as a phony rule by Dan Willemsen · 8 years ago
  93. 3b0a5b7 Relax check on number of segments in a .so file by dimitry · 8 years ago
  94. 55547db Add secondary counter in place of tls_nodelete flag by dimitry · 8 years ago
  95. 28567ae Merge "Test that vendor AID names begin with vendor_" by Tom Cherry · 8 years ago
  96. e88b408 Test that vendor AID names begin with vendor_ by Tom Cherry · 8 years ago
  97. 6814028 Define DT_ANDROID_REL[A] correctly for a test by Ryan Prichard · 8 years ago
  98. 8e462d4 Do not use clang lld with -z,global by Chih-Hung Hsieh · 8 years ago
  99. 903e570 Merge "Require vendor users and groups to start with vendor_" by Tom Cherry · 8 years ago
  100. c2b9fec Require vendor users and groups to start with vendor_ by Tom Cherry · 8 years ago