1. 750dcd3 Use SKIP_WITH_HWASAN macro from libbase. by Florian Mayer · 3 years, 3 months ago
  2. b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 3 years, 9 months ago
  3. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  4. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
  5. 141b917 Switch to libbase SilentDeathTest. by Elliott Hughes · 4 years, 3 months ago
  6. bbbe27f Improve system() coverage. by Elliott Hughes · 4 years, 4 months ago
  7. f9cfecf Fix freopen() where the path is null. by Elliott Hughes · 4 years, 6 months ago
  8. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  9. 8fe1fcd Merge "Reimplement realpath." by Elliott Hughes · 5 years ago
  10. 75064c1 Initialize __progname correctly. by Elliott Hughes · 5 years ago
  11. 22fb267 Reimplement realpath. by Elliott Hughes · 6 years ago
  12. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 6 years ago
  13. 18181e6 Updates for glibc 2.17. by Elliott Hughes · 6 years ago
  14. 72a54a4 Make stdlib.getloadavg more resiliant. by Elliott Hughes · 7 years ago
  15. 68a3bcc bionic tests: switch to using android-base/file.h for TemporaryFile by Mark Salyzyn · 7 years ago
  16. acd6f4f Disable a few bionic tests under HWASan. by Evgenii Stepanov · 7 years ago
  17. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  18. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  19. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 7 years ago
  20. cb239bd Simplify atoi*/strto* for signed integers. by Elliott Hughes · 8 years ago
  21. f61a06e Use std::to_string instead of std::stringstream. by Elliott Hughes · 8 years ago
  22. 1921dce Refactor the ato* and strto* family. by Elliott Hughes · 8 years ago
  23. a7f1294 A few more trivial tests. by Elliott Hughes · 8 years ago
  24. 608b451 A few new bionic tests. by Aleksandra Tsvetkova · 10 years ago
  25. 728cde5 Add trivial ttyname(3) test. by Elliott Hughes · 8 years ago
  26. 00d8a8b Trivial tests for <inttypes.h>/<stdlib.h> *abs and *div functions. by Elliott Hughes · 8 years ago
  27. 95bd488 libc fortify: error on realpath(NULL, foo) by George Burgess IV · 8 years ago
  28. f826a37 Apply recent strto* fix, add new tests. by Elliott Hughes · 8 years ago
  29. 3a32d95 Update posix_memalign testing. by Christopher Ferris · 8 years ago
  30. f634655 Fix wcsto* where strings begin with whitespace. by Dan Albert · 9 years ago
  31. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  32. 6f6f905 Implement mblen(3). by Elliott Hughes · 9 years ago
  33. df143f8 Add POSIX getsubopt(3). by Elliott Hughes · 9 years ago
  34. 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 9 years ago
  35. 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
  36. 9df7040 make all bionic death tests not dumpable by Yabin Cui · 11 years ago
  37. 89aaaff Extra strtod/strtof tests. by Elliott Hughes · 11 years ago
  38. 31e072f Update our FreeBSD realpath(3) to upstream head. by Elliott Hughes · 11 years ago
  39. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  40. b05ec5a Pull in upstream fixes to reject invalid bases. by Elliott Hughes · 11 years ago
  41. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  42. 76c241b Implement rand/srand in terms of random/srandom. by Elliott Hughes · 11 years ago
  43. a0beeea Get the full set of PRNG functions in <stdlib.h> by Elliott Hughes · 11 years ago
  44. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 11 years ago
  45. b8425c5 Adds quick_exit(3) and at_quick_exit(3) from freebsd by Dan Albert · 11 years ago
  46. 9f52564 Implement _Exit(3). by Elliott Hughes · 11 years ago
  47. f171b34 Use the float/double assert macros. by Christopher Ferris · 11 years ago
  48. 5a81738 Ensure we always have symbols for atof, strtof, strtold. by Elliott Hughes · 11 years ago
  49. 4048856 Include what you use. by Elliott Hughes · 11 years ago
  50. 3cdf573 Add a basic unit test for system(3). by Elliott Hughes · 11 years ago
  51. fe317a3 Added mkstemp64 by Calin Juravle · 11 years ago
  52. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  53. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 12 years ago
  54. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  55. b16b722 Add basic tests for posix_memalign. by Elliott Hughes · 12 years ago
  56. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago