1. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 11 years ago
  2. 13476de Add tests for __strcpy_chk() by Nick Kralevich · 11 years ago
  3. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 11 years ago
  4. 8cc145e Add strncpy FORTIFY_SOURCE tests. by Nick Kralevich · 11 years ago
  5. 4f40e51 libc: cleanup strchr by Nick Kralevich · 11 years ago
  6. 277226b keep test names consistent with other tests. by Nick Kralevich · 11 years ago
  7. 8054192 add strrchr -D_FORTIFY_SOURCE=2 test. by Nick Kralevich · 11 years ago
  8. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  9. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  10. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 11 years ago
  11. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 11 years ago
  12. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 11 years ago
  13. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 11 years ago
  14. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 11 years ago
  15. e0175ca Don't search off the end of the index for bad Olson ids. by Elliott Hughes · 11 years ago
  16. 53630c0 Merge "Cache the most-recently used timezone for mktime_tz and localtime_tz." by Elliott Hughes · 11 years ago
  17. 4a05bef Cache the most-recently used timezone for mktime_tz and localtime_tz. by Elliott Hughes · 11 years ago
  18. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 11 years ago
  19. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 11 years ago
  20. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 11 years ago
  21. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 11 years ago
  22. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 11 years ago
  23. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 11 years ago
  24. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 11 years ago
  25. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 11 years ago
  26. 7fd803c Fix the stack protector death test. by Elliott Hughes · 11 years ago
  27. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 11 years ago
  28. 26a13bc Stop using the local gcc. by Elliott Hughes · 11 years ago
  29. 73964c5 Everyone has CLZ. by Elliott Hughes · 11 years ago
  30. d8213bb Update getnameinfo.c, remove dead code, and fix error reporting. by Elliott Hughes · 11 years ago
  31. d3b9d11 Add a test that getaddrinfo works when hints are NULL. by Elliott Hughes · 11 years ago
  32. 5227663 Put the right number of Ls after 64-bit constants. by Elliott Hughes · 11 years ago
  33. 9701d4b Give up trying to build the pthread_setname_np tests for glibc. by Elliott Hughes · 11 years ago
  34. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  35. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  36. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 11 years ago
  37. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 11 years ago
  38. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 11 years ago
  39. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 11 years ago
  40. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 11 years ago
  41. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 11 years ago
  42. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 11 years ago
  43. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 11 years ago
  44. 9edb3e0 Improve benchmarking tool, add a few math benchmarks. by Elliott Hughes · 11 years ago
  45. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 11 years ago
  46. b16b722 Add basic tests for posix_memalign. by Elliott Hughes · 11 years ago
  47. a0ee078 Upgrade libm. by Elliott Hughes · 11 years ago
  48. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 11 years ago
  49. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 11 years ago
  50. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 11 years ago
  51. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 12 years ago
  52. 6060589 fix strerror_r test by Nick Kralevich · 12 years ago
  53. 2c5153b libc: add getauxval() by Nick Kralevich · 12 years ago
  54. dcab1b2 Add stack canaries / strcpy tests. by Nick Kralevich · 12 years ago
  55. e6e6006 glibc 2.15 treats errno as signed in strerror(3). by Elliott Hughes · 12 years ago
  56. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 12 years ago
  57. a43e906 Don't test GNU-style ELF hashes on MIPS. by Elliott Hughes · 12 years ago
  58. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 12 years ago
  59. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 12 years ago
  60. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 12 years ago
  61. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 12 years ago
  62. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 12 years ago
  63. fbe44ec Add a memmove(3) benchmark. by Elliott Hughes · 12 years ago
  64. 7be369d Simple google3-compatible benchmarking. by Elliott Hughes · 12 years ago
  65. d460f3f Merge "Tests for string routines." by Elliott Hughes · 12 years ago
  66. 6e33b02 Fix dlopen_library_with_only_gnu_hash_Test. by Elliott Hughes · 12 years ago
  67. 036154b Tests for string routines. by Anna Tikhonova · 12 years ago
  68. 90e10d4 Rewrite <fenv.h> for ARM. by Elliott Hughes · 12 years ago
  69. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 12 years ago
  70. 1a69616 Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too. by Elliott Hughes · 12 years ago
  71. 124fae9 Reject .so files with no sysv hash table. by Elliott Hughes · 12 years ago
  72. 06b5961 Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 12 years ago
  73. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 12 years ago
  74. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 12 years ago
  75. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 12 years ago
  76. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 12 years ago
  77. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 12 years ago
  78. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 12 years ago
  79. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 12 years ago
  80. 3b297c4 Fix dlerror(3). by Elliott Hughes · 12 years ago
  81. 156da96 Fix a getcwd(3) bug and make our tests run correctly under valgrind. by Elliott Hughes · 12 years ago
  82. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 12 years ago
  83. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 12 years ago
  84. ac184b2 Fix several compiler warnings. by Elliott Hughes · 12 years ago
  85. 8e630da Merge "Simple tests for dladdr(3)." by Elliott Hughes · 12 years ago
  86. 91875dc Fix tmpfile(3). by Elliott Hughes · 12 years ago
  87. 8e15b08 Simple tests for dladdr(3). by Elliott Hughes · 12 years ago
  88. 8a05a01 Print out shared app gids correctly by Kenny Root · 12 years ago
  89. 2a54e5e Add tests for Android-specific stubs by Kenny Root · 12 years ago
  90. fa36875 Merge "Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3)." by Elliott Hughes · 12 years ago
  91. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 12 years ago
  92. 38bfa21 Fix Mac build. by Elliott Hughes · 12 years ago
  93. acf5aa7 Added new test for dlopen which is failing for MIPS. by jeffhao · 12 years ago
  94. 4d014e1 Add more pthreads tests. by Elliott Hughes · 12 years ago
  95. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 12 years ago
  96. 2e8f434 Add missing dependencies. by Elliott Hughes · 12 years ago
  97. 5ac9eee bionic: Fix TINY_ANDROID build by Benoit Goby · 12 years ago
  98. 7b841f3 Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds. by Joe Onorato · 12 years ago
  99. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 12 years ago
  100. cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 12 years ago