1. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 12 years ago
  2. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  3. 6184c1f Fix MIPS build. by Elliott Hughes · 12 years ago
  4. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  5. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 12 years ago
  6. 1ec20a0 bionic: use the size of the file to determine property area size by Colin Cross · 12 years ago
  7. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 13 years ago
  8. 836dbf6 bionic: store property names as variable-length strings by Greg Hackmann · 12 years ago
  9. 1d36ee1 bionic: prevent root processes from calling __system_property_add by Colin Cross · 12 years ago
  10. 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 12 years ago
  11. 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 12 years ago
  12. f7511e3 bionic: add missing memory barriers to system properties by Greg Hackmann · 12 years ago
  13. cb215a7 bionic: make property area expandable by Greg Hackmann · 12 years ago
  14. 17fc25d libc_logging: don't keep file descriptors open forever by Nick Kralevich · 12 years ago
  15. c6ff844 bionic: add __system_property_foreach by Greg Hackmann · 12 years ago
  16. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 13 years ago
  17. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  18. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  19. 2fbc9dd Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 12 years ago
  20. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  21. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  22. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  23. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  24. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  25. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  26. d35106f Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX. by Elliott Hughes · 12 years ago
  27. 63dd03c Remove a spurious FIXME and unnecessary type cast. by Ben Cheng · 12 years ago
  28. 52171b9 Adjust PC value in ARM stack trace. by Ben Cheng · 12 years ago
  29. 532d6f0 Use __predict_false on some fortify methods. by Nick Kralevich · 12 years ago
  30. 4f40e51 libc: cleanup strchr by Nick Kralevich · 12 years ago
  31. ea48974 Use hidden visibility for internal-use-only functions by Kito Cheng · 12 years ago
  32. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 12 years ago
  33. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 12 years ago
  34. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  35. 4ace92c Stop using unreasonable numbers of map entries. by Elliott Hughes · 12 years ago
  36. cfa089d Extra logging in pthread_create. by Elliott Hughes · 12 years ago
  37. 65a8eb6 Clarify the dlmalloc USAGE_ERROR. by Elliott Hughes · 12 years ago
  38. 3198850 Unhide __set_errno for backwards compatibility. by Elliott Hughes · 12 years ago
  39. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  40. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  41. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  42. ce53272 Hide various symbols that shouldn't be exposed. by Elliott Hughes · 12 years ago
  43. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  44. 2eb44c5 Remove useless workaround for HTC RIL bugs. by Elliott Hughes · 12 years ago
  45. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  46. cb2069b Support large errno values on ARM. by Elliott Hughes · 12 years ago
  47. 642331b Fix debug malloc. by Elliott Hughes · 12 years ago
  48. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  49. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  50. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  51. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  52. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago
  53. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  54. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 12 years ago
  55. a261afb fix compiler warning. by Nick Kralevich · 12 years ago
  56. 4b4a882 Clean up pthread_create. by Elliott Hughes · 12 years ago
  57. 6d33918 Simplify pthread_create, using more public API. by Elliott Hughes · 12 years ago
  58. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  59. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  60. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  61. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  62. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  63. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  64. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  65. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
  66. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  67. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  68. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 12 years ago
  69. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 13 years ago
  70. d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 13 years ago
  71. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 13 years ago
  72. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
  73. 239e7a0 More debug malloc fixes. by Elliott Hughes · 13 years ago
  74. c16961b system_properties: do more checking of file by Nick Kralevich · 13 years ago
  75. 32417fb libc: use more secure system properties if available by Nick Kralevich · 13 years ago
  76. 778a68e Merge "Don't free anything when reporting leaks." by Elliott Hughes · 13 years ago
  77. 848247a Don't free anything when reporting leaks. by Elliott Hughes · 13 years ago
  78. 84f8b5f Disable leak checking for mksh; it's way too leaky. by Elliott Hughes · 13 years ago
  79. 2b47307 Our strcoll(3) is no different from NetBSD's, so take exactly theirs. by Elliott Hughes · 13 years ago
  80. c51cd76 Avoid overflow in memccpy. by Elliott Hughes · 13 years ago
  81. ce4cf90 Use the new non-allocating logging for dlmalloc failures. by Elliott Hughes · 13 years ago
  82. f90b95e Add missing extern "C". by Elliott Hughes · 13 years ago
  83. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  84. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 13 years ago
  85. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 13 years ago
  86. 68fa57f Merge "Name anonymous mmap mallocs." by Ian Rogers · 13 years ago
  87. 9fb48ac libc_init_static: apply relro earlier. by Nick Kralevich · 13 years ago
  88. 8921060 Name anonymous mmap mallocs. by Ian Rogers · 13 years ago
  89. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  90. a12c544 Fix unused warnings in pthread.c by Wink Saville · 13 years ago
  91. e6e6006 glibc 2.15 treats errno as signed in strerror(3). by Elliott Hughes · 13 years ago
  92. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 13 years ago
  93. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  94. db492b3 Fix debug malloc. by Elliott Hughes · 13 years ago
  95. 7cbff41 sysconf.c was renamed to sysconf.cpp (and modified)... by Elliott Hughes · 13 years ago
  96. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  97. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  98. 8b6fea5 FORTIFY_SOURCE: fix up previous commit by Nick Kralevich · 13 years ago
  99. 326ea54 clean up FORTIFY_SOURCE handling. by Nick Kralevich · 13 years ago
  100. 60fb683 Merge "mmap: Remove madvise() workaround" by Elliott Hughes · 13 years ago