1. 405f855 Remove more assumptions that pointers are 32-bit. by Elliott Hughes · 12 years ago
  2. c0af695 Clean up some comments. by Elliott Hughes · 12 years ago
  3. f281fd0 Merge "Better statfs/fstatfs glibc compatibility." by Elliott Hughes · 12 years ago
  4. 693bd73 Merge "Remove 32-bit assumptions from the ELF code." by Elliott Hughes · 12 years ago
  5. 01a700e Better statfs/fstatfs glibc compatibility. by Elliott Hughes · 12 years ago
  6. 3456a1f Fix x86 build. by Elliott Hughes · 12 years ago
  7. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
  8. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 12 years ago
  9. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  10. afcc0cc Add mmap64() by Daniel Leung · 12 years ago
  11. 9ae59c0 Declare __page_shift and __page_size with C linkage. by Bernhard Rosenkraenzer · 12 years ago
  12. edad1e1 Fix mismatch between declaration and forward declaration by Bernhard Rosenkraenzer · 12 years ago
  13. 50af69e Simplify main thread stack size initialization by Brian Carlstrom · 12 years ago
  14. 322e7bc Use kernel default for initial thread size by Brian Carlstrom · 12 years ago
  15. a21e696 Avoid segfaults if properties are not initialized by Pavel Chupin · 12 years ago
  16. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 12 years ago
  17. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 12 years ago
  18. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  19. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  20. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 12 years ago
  21. e320a8c Avoid sign extension of the mmap offset. by Elliott Hughes · 12 years ago
  22. d0f2a60 Restore dlmalloc mmap threshold to 64k by Rom Lemarchand · 12 years ago
  23. 4cf1395 Move stuff only needed by pthread-timers.c into pthread-timers.c. by Elliott Hughes · 12 years ago
  24. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 12 years ago
  25. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago
  26. e459bba mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps by Rom Lemarchand · 12 years ago
  27. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 12 years ago
  28. aa754dc Improve stack overflow diagnostics. by Elliott Hughes · 12 years ago
  29. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 12 years ago
  30. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  31. 6184c1f Fix MIPS build. by Elliott Hughes · 12 years ago
  32. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  33. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 12 years ago
  34. 1ec20a0 bionic: use the size of the file to determine property area size by Colin Cross · 12 years ago
  35. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 13 years ago
  36. 836dbf6 bionic: store property names as variable-length strings by Greg Hackmann · 12 years ago
  37. 1d36ee1 bionic: prevent root processes from calling __system_property_add by Colin Cross · 12 years ago
  38. 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 12 years ago
  39. 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 12 years ago
  40. f7511e3 bionic: add missing memory barriers to system properties by Greg Hackmann · 12 years ago
  41. cb215a7 bionic: make property area expandable by Greg Hackmann · 12 years ago
  42. 17fc25d libc_logging: don't keep file descriptors open forever by Nick Kralevich · 12 years ago
  43. c6ff844 bionic: add __system_property_foreach by Greg Hackmann · 12 years ago
  44. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 13 years ago
  45. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  46. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  47. 2fbc9dd Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 12 years ago
  48. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  49. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  50. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  51. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  52. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  53. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  54. d35106f Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX. by Elliott Hughes · 12 years ago
  55. 63dd03c Remove a spurious FIXME and unnecessary type cast. by Ben Cheng · 12 years ago
  56. 52171b9 Adjust PC value in ARM stack trace. by Ben Cheng · 12 years ago
  57. 532d6f0 Use __predict_false on some fortify methods. by Nick Kralevich · 12 years ago
  58. 4f40e51 libc: cleanup strchr by Nick Kralevich · 12 years ago
  59. ea48974 Use hidden visibility for internal-use-only functions by Kito Cheng · 12 years ago
  60. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 12 years ago
  61. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 12 years ago
  62. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  63. 4ace92c Stop using unreasonable numbers of map entries. by Elliott Hughes · 12 years ago
  64. cfa089d Extra logging in pthread_create. by Elliott Hughes · 12 years ago
  65. 65a8eb6 Clarify the dlmalloc USAGE_ERROR. by Elliott Hughes · 12 years ago
  66. 3198850 Unhide __set_errno for backwards compatibility. by Elliott Hughes · 12 years ago
  67. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  68. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  69. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  70. ce53272 Hide various symbols that shouldn't be exposed. by Elliott Hughes · 12 years ago
  71. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  72. 2eb44c5 Remove useless workaround for HTC RIL bugs. by Elliott Hughes · 12 years ago
  73. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  74. cb2069b Support large errno values on ARM. by Elliott Hughes · 12 years ago
  75. 642331b Fix debug malloc. by Elliott Hughes · 12 years ago
  76. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  77. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  78. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  79. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  80. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago
  81. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  82. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 12 years ago
  83. a261afb fix compiler warning. by Nick Kralevich · 12 years ago
  84. 4b4a882 Clean up pthread_create. by Elliott Hughes · 12 years ago
  85. 6d33918 Simplify pthread_create, using more public API. by Elliott Hughes · 12 years ago
  86. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  87. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  88. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  89. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  90. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  91. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  92. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  93. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
  94. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  95. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  96. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 13 years ago
  97. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 13 years ago
  98. d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 13 years ago
  99. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 13 years ago
  100. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago