1. b38e4d5 Update running bionic unit tests on host. by Christopher Ferris · 12 years ago
  2. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  3. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  4. 53bfdae Fix the x86_64 clone implementation. by Elliott Hughes · 12 years ago
  5. 17558de x86_64: Fix bionic tests build-and-run by Pavel Chupin · 12 years ago
  6. 5b9310e Fix 32-bit issues in tests, and add a trivial test for the FD_* macros. by Elliott Hughes · 12 years ago
  7. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  8. e60c4f0 Fix host tests that need the shell. by Elliott Hughes · 12 years ago
  9. f22fb68 Add bionic-unit-tests-run-on-host special target by Pavel Chupin · 12 years ago
  10. 8240bed Move stack unwinding test into library. by Christopher Ferris · 12 years ago
  11. 153d927 Create bionic unit test library for use with CTS. by Christopher Ferris · 12 years ago
  12. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 12 years ago
  13. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  14. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  15. 74f0833 Fix inttypes.h PRI?PTR and SCN?PTR macros. by Elliott Hughes · 12 years ago
  16. 5bcf398 Reorganize FORTIFY_SOURCE tests. by Nick Kralevich · 12 years ago
  17. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 13 years ago
  18. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  19. b27e200 bionic: add tests for properties by Colin Cross · 13 years ago
  20. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  21. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  22. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  23. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  24. e0175ca Don't search off the end of the index for bad Olson ids. by Elliott Hughes · 12 years ago
  25. 4a05bef Cache the most-recently used timezone for mktime_tz and localtime_tz. by Elliott Hughes · 12 years ago
  26. 26a13bc Stop using the local gcc. by Elliott Hughes · 12 years ago
  27. 73964c5 Everyone has CLZ. by Elliott Hughes · 12 years ago
  28. d3b9d11 Add a test that getaddrinfo works when hints are NULL. by Elliott Hughes · 12 years ago
  29. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  30. 9edb3e0 Improve benchmarking tool, add a few math benchmarks. by Elliott Hughes · 12 years ago
  31. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  32. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
  33. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  34. dcab1b2 Add stack canaries / strcpy tests. by Nick Kralevich · 13 years ago
  35. a43e906 Don't test GNU-style ELF hashes on MIPS. by Elliott Hughes · 13 years ago
  36. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  37. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 13 years ago
  38. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 13 years ago
  39. 7be369d Simple google3-compatible benchmarking. by Elliott Hughes · 13 years ago
  40. 90e10d4 Rewrite <fenv.h> for ARM. by Elliott Hughes · 13 years ago
  41. 124fae9 Reject .so files with no sysv hash table. by Elliott Hughes · 13 years ago
  42. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 13 years ago
  43. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
  44. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  45. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago
  46. 91875dc Fix tmpfile(3). by Elliott Hughes · 13 years ago
  47. 2a54e5e Add tests for Android-specific stubs by Kenny Root · 13 years ago
  48. fa36875 Merge "Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3)." by Elliott Hughes · 13 years ago
  49. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  50. 38bfa21 Fix Mac build. by Elliott Hughes · 13 years ago
  51. acf5aa7 Added new test for dlopen which is failing for MIPS. by jeffhao · 13 years ago
  52. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago
  53. 2e8f434 Add missing dependencies. by Elliott Hughes · 13 years ago
  54. 5ac9eee bionic: Fix TINY_ANDROID build by Benoit Goby · 13 years ago
  55. 7b841f3 Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds. by Joe Onorato · 13 years ago
  56. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 13 years ago
  57. cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 13 years ago