1. c6190a9 We have the _r ether_ntoa/ether_aton functions too. by Elliott Hughes · 10 years ago
  2. 7ba106c Fix <wctype.h>. by Elliott Hughes · 10 years ago
  3. 1faca6c Add a test exercising ptrace watchpoint functionality by Pavel Labath · 10 years ago
  4. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
  5. 26fda77 Fix b64_pton. by Elliott Hughes · 10 years ago
  6. 37b23cb Merge "Add <sys/quota.h>." by Elliott Hughes · 10 years ago
  7. eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
  8. 3735539 Rename the <grp.h>/<pwd.h> tests to reflect that they're no longer in stubs.cpp. by Elliott Hughes · 10 years ago
  9. 5375bf6 Add SysV signal handling by Greg Hackmann · 10 years ago
  10. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 10 years ago
  11. 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 10 years ago
  12. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  13. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  14. f68dcbe Fix our fortify tests for global -Werror. by Dan Albert · 10 years ago
  15. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  16. c0ffcec Remove dependency on zipalign. by Christopher Ferris · 10 years ago
  17. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  18. 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
  19. 588213a Add basic tests for <net/if.h>. by Elliott Hughes · 10 years ago
  20. 09f4651 Replace MALLOC_IMPL with MALLOC_SVELTE. by Josh Gao · 10 years ago
  21. 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
  22. bd4d45d Add tests for /proc/self/fd and /proc/self/task/TID/fd access by Nick Kralevich · 10 years ago
  23. 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  24. 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
  25. a32fc86 Don't use StringPrintf() in gtest runner. by Yabin Cui · 10 years ago
  26. d4c9b9d Improve unit test runner. by Yabin Cui · 10 years ago
  27. f688c5d Add bionic-unit-tests-gcc{32,64}, compiled with gcc. by Chih-Hung Hsieh · 10 years ago
  28. 1e79540 Enable clang to compile more tests. by Chih-Hung Hsieh · 10 years ago
  29. 2ed1b29 FORTIFY_SOURCE: make sure gcc unittests are compiled with gcc by Nick Kralevich · 10 years ago
  30. 5058a00 Enable clang for modules failed with TLS. by Chih-Hung Hsieh · 10 years ago
  31. eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  32. bc6379d Remove the workaround which fixes JOB_COUNT in CTS test. by Yabin Cui · 10 years ago
  33. 55f87a0 Merge "Force non-color output for bionic FileCheck tests" by Colin Cross · 10 years ago
  34. 4a54ec8 Merge "Add .PHONY for phony bionic test targets" by Colin Cross · 10 years ago
  35. 840be7c Force non-color output for bionic FileCheck tests by Colin Cross · 10 years ago
  36. b67afb3 Add .PHONY for phony bionic test targets by Colin Cross · 10 years ago
  37. daaaed1 Force cts to only run one test at a time. by Christopher Ferris · 10 years ago
  38. 7660a08 Remove libpagemap include hack. by Elliott Hughes · 10 years ago
  39. f8a2243 <netinet/udp.h> should include <linux/udp.h>. by Elliott Hughes · 10 years ago
  40. 767fb1c build bionic gtest runner on mac. by Yabin Cui · 10 years ago
  41. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  42. 7656d0c Add one simple thread local storage test. by Chih-Hung Hsieh · 10 years ago
  43. 361d4b4 We don't have CXX_BARE any more by Ying Wang · 10 years ago
  44. 91ce715 Add test for an Android kernel bug about prctl. by Yabin Cui · 10 years ago
  45. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 11 years ago
  46. de4e27e Remove libdl* tests from bionic-unit-tests-static by Dmitriy Ivanov · 11 years ago
  47. bf18c61 Add a sys/procfs.h. by Dan Albert · 11 years ago
  48. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 11 years ago
  49. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 11 years ago
  50. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 11 years ago
  51. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 11 years ago
  52. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 11 years ago
  53. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 11 years ago
  54. 947aded Add test for thread_local keyword. by Dmitriy Ivanov · 11 years ago
  55. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 11 years ago
  56. 24e8871 Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. by Yabin Cui · 11 years ago
  57. f623747 Make bionic gtest main be compatible with gtest output format for cts test. by Yabin Cui · 11 years ago
  58. b6e3e80 Add the fortify tests back into the glibc tests. by Elliott Hughes · 11 years ago
  59. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  60. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  61. 14152b9 Remove obsolete BUILD_TINY_ANDROID. by Elliott Hughes · 11 years ago
  62. 4ce907d Allow make to set a timeout for the host tests. by Dan Albert · 11 years ago
  63. 62284dd There's no such thing as LOCAL_CXXFLAGS. by Elliott Hughes · 11 years ago
  64. 6104eb9 Add target libbionic_gtest_main for cts test. by Yabin Cui · 11 years ago
  65. bfa15e4 Set linux 32bit personality for 32 bit processes by Dmitriy Ivanov · 11 years ago
  66. 294d1e2 better gtest runner for bionic by Yabin Cui · 11 years ago
  67. 65f0df7 Implement <pty.h>. by Elliott Hughes · 11 years ago
  68. 06b1b8c Extract bionic-prepare-run-on-host to inc file. by Dmitriy Ivanov · 11 years ago
  69. a55126f Create /system/lib(64)? symlinks for host tests. by Dmitriy Ivanov · 11 years ago
  70. 9fea409 bionic tests: add setjmp/_setjmp/sigsetjmp tests. by Yongqin Liu · 11 years ago
  71. eef1eb6 Merge "Allow asan for glibc tests." by Dan Albert · 11 years ago
  72. 01f1ff2 Allow asan for glibc tests. by Dan Albert · 11 years ago
  73. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  74. b335677 Add test for --hash-style=sysv by Dmitriy Ivanov · 11 years ago
  75. b8ee16f Fix our <complex.h> support. by Elliott Hughes · 11 years ago
  76. 1b37ba2 Improve math tests to allow a specific ulp bound. by Elliott Hughes · 11 years ago
  77. 62b7279 Make host tests depend on /system/etc/hosts. by Dan Albert · 11 years ago
  78. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  79. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  80. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  81. 095636e Fix *tests-run-on-host target by Dmitriy Ivanov · 11 years ago
  82. 1e8ebdc Make the netdb unit tests work on the host. by Elliott Hughes · 11 years ago
  83. 4a9e193 Correct way to specify additional dependencies by Dmitriy Ivanov · 11 years ago
  84. 3ea4d56 Use ln(1) rather than cp(1) to set up host /system for testing. by Elliott Hughes · 11 years ago
  85. 2fbb1b6 Add basic compile time tests for sn?printf. by Dan Albert · 11 years ago
  86. b5cba60 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  87. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  88. f04a8bc Add compile time test infrastructure for bionic. by Dan Albert · 11 years ago
  89. 3a5aeba Switch benchmarks and tests to libc++. by Dan Albert · 11 years ago
  90. d9898c5 Ignore multiple symbol definition errors. by Dan Albert · 11 years ago
  91. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  92. bee1993 Stack unwinding unit tests. by Elliott Hughes · 11 years ago
  93. bf50e26 Add Android*.mk files to additional dependencies by Dmitriy Ivanov · 11 years ago
  94. eb27bba Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 11 years ago
  95. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  96. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  97. b2a30ee Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 11 years ago
  98. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  99. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  100. 1424140 Enable __cxa_atexit && __cxa_finalize for linker by Dmitriy Ivanov · 11 years ago