1. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  2. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  3. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  4. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  5. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago
  6. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  7. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 12 years ago
  8. a261afb fix compiler warning. by Nick Kralevich · 12 years ago
  9. 4b4a882 Clean up pthread_create. by Elliott Hughes · 12 years ago
  10. 6d33918 Simplify pthread_create, using more public API. by Elliott Hughes · 12 years ago
  11. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  12. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  13. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  14. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  15. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  16. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  17. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  18. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
  19. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  20. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  21. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 13 years ago
  22. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 13 years ago
  23. d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 13 years ago
  24. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 13 years ago
  25. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
  26. 239e7a0 More debug malloc fixes. by Elliott Hughes · 13 years ago
  27. c16961b system_properties: do more checking of file by Nick Kralevich · 13 years ago
  28. 32417fb libc: use more secure system properties if available by Nick Kralevich · 13 years ago
  29. 778a68e Merge "Don't free anything when reporting leaks." by Elliott Hughes · 13 years ago
  30. 848247a Don't free anything when reporting leaks. by Elliott Hughes · 13 years ago
  31. 84f8b5f Disable leak checking for mksh; it's way too leaky. by Elliott Hughes · 13 years ago
  32. 2b47307 Our strcoll(3) is no different from NetBSD's, so take exactly theirs. by Elliott Hughes · 13 years ago
  33. c51cd76 Avoid overflow in memccpy. by Elliott Hughes · 13 years ago
  34. ce4cf90 Use the new non-allocating logging for dlmalloc failures. by Elliott Hughes · 13 years ago
  35. f90b95e Add missing extern "C". by Elliott Hughes · 13 years ago
  36. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  37. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 13 years ago
  38. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 13 years ago
  39. 68fa57f Merge "Name anonymous mmap mallocs." by Ian Rogers · 13 years ago
  40. 9fb48ac libc_init_static: apply relro earlier. by Nick Kralevich · 13 years ago
  41. 8921060 Name anonymous mmap mallocs. by Ian Rogers · 13 years ago
  42. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  43. a12c544 Fix unused warnings in pthread.c by Wink Saville · 13 years ago
  44. e6e6006 glibc 2.15 treats errno as signed in strerror(3). by Elliott Hughes · 13 years ago
  45. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 13 years ago
  46. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  47. db492b3 Fix debug malloc. by Elliott Hughes · 13 years ago
  48. 7cbff41 sysconf.c was renamed to sysconf.cpp (and modified)... by Elliott Hughes · 13 years ago
  49. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  50. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  51. 8b6fea5 FORTIFY_SOURCE: fix up previous commit by Nick Kralevich · 13 years ago
  52. 326ea54 clean up FORTIFY_SOURCE handling. by Nick Kralevich · 13 years ago
  53. 60fb683 Merge "mmap: Remove madvise() workaround" by Elliott Hughes · 13 years ago
  54. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 13 years ago
  55. 635df85 mmap: Remove madvise() workaround by Nick Kralevich · 13 years ago
  56. ac3de8d Support GNU_RELRO for static executables. by Nick Kralevich · 13 years ago
  57. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 13 years ago
  58. 06b5961 Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 13 years ago
  59. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 13 years ago
  60. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 13 years ago
  61. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 13 years ago
  62. ae8eb74 Fix a potential NULL pointer dereference in _init_thread(). by Xi Wang · 13 years ago
  63. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 13 years ago
  64. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
  65. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  66. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 13 years ago
  67. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 13 years ago
  68. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 13 years ago
  69. 6fa26e2 Clean up warnings in stubs.cpp. by Elliott Hughes · 13 years ago
  70. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 13 years ago
  71. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 13 years ago
  72. e7e274b Fix realloc(3) when chk_malloc debugging is on. by Elliott Hughes · 13 years ago
  73. 3b297c4 Fix dlerror(3). by Elliott Hughes · 13 years ago
  74. 1ceb982 Merge "Fix a getcwd(3) bug and make our tests run correctly under valgrind." by Elliott Hughes · 13 years ago
  75. e5d5f7f Fix two comment typos. by Elliott Hughes · 13 years ago
  76. 156da96 Fix a getcwd(3) bug and make our tests run correctly under valgrind. by Elliott Hughes · 13 years ago
  77. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 13 years ago
  78. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago
  79. ac184b2 Fix several compiler warnings. by Elliott Hughes · 13 years ago
  80. 855dde4 Merge "Fix tmpfile(3)." by Elliott Hughes · 13 years ago
  81. 91875dc Fix tmpfile(3). by Elliott Hughes · 13 years ago
  82. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 13 years ago
  83. 95a7a64 Use hidden visibility for several internal-use-only functions. by Elliott Hughes · 13 years ago
  84. 88f1ea8 Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326 by Dave Burke · 13 years ago
  85. 4198fa4 Don't copy strerror(3) or strsignal(3) strings if we can share. by Elliott Hughes · 13 years ago
  86. 8a05a01 Print out shared app gids correctly by Kenny Root · 13 years ago
  87. 2a54e5e Add tests for Android-specific stubs by Kenny Root · 13 years ago
  88. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  89. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago
  90. 3e2d293 Avoid malloc lock while calling pthread_atfork. by Kirill Artamonov · 13 years ago
  91. 6fe901e Merge "Upgrade to dlmalloc 2.8.6." by Ian Rogers · 13 years ago
  92. c6d95ad Upgrade to dlmalloc 2.8.6. by Ian Rogers · 13 years ago
  93. 0d7177c Merge "Clean up warnings in the malloc_debug_* files." by Elliott Hughes · 13 years ago
  94. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 13 years ago
  95. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 13 years ago
  96. bfc1d97 Restore posix_memalign by Brian Carlstrom · 13 years ago
  97. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  98. 2932f04 Fix race condition in pthread_create() by Jurijs Oniscuks · 13 years ago
  99. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 13 years ago
  100. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 13 years ago