1. 361d4b4 We don't have CXX_BARE any more by Ying Wang · 10 years ago
  2. 91ce715 Add test for an Android kernel bug about prctl. by Yabin Cui · 10 years ago
  3. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 10 years ago
  4. de4e27e Remove libdl* tests from bionic-unit-tests-static by Dmitriy Ivanov · 10 years ago
  5. bf18c61 Add a sys/procfs.h. by Dan Albert · 10 years ago
  6. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  7. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  8. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
  9. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  10. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 10 years ago
  11. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  12. 947aded Add test for thread_local keyword. by Dmitriy Ivanov · 10 years ago
  13. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  14. 24e8871 Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. by Yabin Cui · 10 years ago
  15. f623747 Make bionic gtest main be compatible with gtest output format for cts test. by Yabin Cui · 10 years ago
  16. b6e3e80 Add the fortify tests back into the glibc tests. by Elliott Hughes · 11 years ago
  17. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  18. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  19. 14152b9 Remove obsolete BUILD_TINY_ANDROID. by Elliott Hughes · 11 years ago
  20. 4ce907d Allow make to set a timeout for the host tests. by Dan Albert · 11 years ago
  21. 62284dd There's no such thing as LOCAL_CXXFLAGS. by Elliott Hughes · 11 years ago
  22. 6104eb9 Add target libbionic_gtest_main for cts test. by Yabin Cui · 11 years ago
  23. bfa15e4 Set linux 32bit personality for 32 bit processes by Dmitriy Ivanov · 11 years ago
  24. 294d1e2 better gtest runner for bionic by Yabin Cui · 11 years ago
  25. 65f0df7 Implement <pty.h>. by Elliott Hughes · 11 years ago
  26. 06b1b8c Extract bionic-prepare-run-on-host to inc file. by Dmitriy Ivanov · 11 years ago
  27. a55126f Create /system/lib(64)? symlinks for host tests. by Dmitriy Ivanov · 11 years ago
  28. 9fea409 bionic tests: add setjmp/_setjmp/sigsetjmp tests. by Yongqin Liu · 11 years ago
  29. eef1eb6 Merge "Allow asan for glibc tests." by Dan Albert · 11 years ago
  30. 01f1ff2 Allow asan for glibc tests. by Dan Albert · 11 years ago
  31. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  32. b335677 Add test for --hash-style=sysv by Dmitriy Ivanov · 11 years ago
  33. b8ee16f Fix our <complex.h> support. by Elliott Hughes · 11 years ago
  34. 1b37ba2 Improve math tests to allow a specific ulp bound. by Elliott Hughes · 11 years ago
  35. 62b7279 Make host tests depend on /system/etc/hosts. by Dan Albert · 11 years ago
  36. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  37. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  38. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  39. 095636e Fix *tests-run-on-host target by Dmitriy Ivanov · 11 years ago
  40. 1e8ebdc Make the netdb unit tests work on the host. by Elliott Hughes · 11 years ago
  41. 4a9e193 Correct way to specify additional dependencies by Dmitriy Ivanov · 11 years ago
  42. 3ea4d56 Use ln(1) rather than cp(1) to set up host /system for testing. by Elliott Hughes · 11 years ago
  43. 2fbb1b6 Add basic compile time tests for sn?printf. by Dan Albert · 11 years ago
  44. b5cba60 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  45. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  46. f04a8bc Add compile time test infrastructure for bionic. by Dan Albert · 11 years ago
  47. 3a5aeba Switch benchmarks and tests to libc++. by Dan Albert · 11 years ago
  48. d9898c5 Ignore multiple symbol definition errors. by Dan Albert · 11 years ago
  49. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  50. bee1993 Stack unwinding unit tests. by Elliott Hughes · 11 years ago
  51. bf50e26 Add Android*.mk files to additional dependencies by Dmitriy Ivanov · 11 years ago
  52. eb27bba Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 11 years ago
  53. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  54. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  55. b2a30ee Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 11 years ago
  56. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  57. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  58. 1424140 Enable __cxa_atexit && __cxa_finalize for linker by Dmitriy Ivanov · 11 years ago
  59. a4a8c4f Merge "Fix, generalize stdatomic.h; improve test." by Hans Boehm · 11 years ago
  60. 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
  61. 4756afe Merge "Implement malloc_info(3)." by Dan Albert · 11 years ago
  62. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  63. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  64. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
  65. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  66. 8e32b7b Make jemalloc the default choice. by Christopher Ferris · 11 years ago
  67. d06ee1d Build all bionic test files -Werror and fix our one warning. by Elliott Hughes · 11 years ago
  68. fcac81e Native tests are now multilib=both by default by Dmitriy Ivanov · 11 years ago
  69. 1f5e1a3 Move libraries for unit-tests to separate folder by Dmitriy Ivanov · 11 years ago
  70. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  71. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  72. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  73. e9f7a9c Allow bionic-unit-tests-glibc to be built again. by Christopher Ferris · 11 years ago
  74. 7f722b3 Use PRIVATE_POST_INSTALL_CMD to create symlink. by Ying Wang · 11 years ago
  75. 452e091 Merge "Adds functionality specified by uchar.h" by Dan Albert · 11 years ago
  76. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 11 years ago
  77. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  78. 214e641 Make atexit.dlclose work for glibc by Dmitriy Ivanov · 11 years ago
  79. d178c83 Fix unwinding_through_signal_frame test. by Christopher Ferris · 11 years ago
  80. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 11 years ago
  81. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  82. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 11 years ago
  83. 7a39094 Revert "Removes bionic's dependence on stlport" by Dan Albert · 11 years ago
  84. 4d35da1 Removes bionic's dependence on stlport by Dan Albert · 11 years ago
  85. 568d64d Accuracy tests for libm by Jingwei Zhang · 11 years ago
  86. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 11 years ago
  87. 6a41b0f Flesh out <arpa/inet.h>. by Elliott Hughes · 11 years ago
  88. eb664e2 Add getmntent_r to our collection of <mntent.h> compatibility stubs. by Elliott Hughes · 11 years ago
  89. 7db1809 Test dlopen with symlinked .so files by Dmitriy Ivanov · 11 years ago
  90. f837cbd Merge "Add missing test for atexit test suite." by Dmitriy Ivanov · 11 years ago
  91. 6396da9 Add missing test for atexit test suite. by Dmitriy Ivanov · 11 years ago
  92. 837abf0 Merge "Fix bionic-unit-tests-glibc-run target" by Calin Juravle · 11 years ago
  93. 0e9d7fc Fix bionic-unit-tests-glibc-run target by Calin Juravle · 11 years ago
  94. 2605261 Test that relro sharing actually saves memory. by Torne (Richard Coles) · 11 years ago
  95. 9b5ee4a Merge "Handle empty relro segment or incorrectly sized file." by Torne (Richard Coles) · 11 years ago
  96. 6b56691 Fixes for __cxa_finalize by Dmitriy Ivanov · 11 years ago
  97. 26ec967 Handle empty relro segment or incorrectly sized file. by Torne (Richard Coles) · 11 years ago
  98. b8425c5 Adds quick_exit(3) and at_quick_exit(3) from freebsd by Dan Albert · 11 years ago
  99. 55cd827 Merge "Switch to the OpenBSD wcsto* functions." by Elliott Hughes · 11 years ago
  100. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 11 years ago