1. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  2. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  3. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  4. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  5. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  6. 61fb3fc Prepare to switch to the uapi <linux/signal.h>. by Elliott Hughes · 12 years ago
  7. 7250d2e Remove pathconf's dependencies on non-uapi header files. by Elliott Hughes · 12 years ago
  8. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  9. 6fa79c5 Remove unnecessary #include. by Elliott Hughes · 12 years ago
  10. 66759d6 Move the pthread debugging flags to the right place. by Elliott Hughes · 12 years ago
  11. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  12. 2b6e43e Explain the sigprocmask in pthread_exit. by Elliott Hughes · 12 years ago
  13. 27586eb Fix utime/utimes when passed a NULL pointer. by Elliott Hughes · 12 years ago
  14. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  15. 567a8de Start moving 32-bit cruft somewhere it won't pollute 64-bit. by Elliott Hughes · 12 years ago
  16. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  17. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  18. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  19. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  20. 8c39e58 Merge "Make sure we have a mkfifo symbol." by Elliott Hughes · 12 years ago
  21. 594b1a4 Make sure we have a mkfifo symbol. by Elliott Hughes · 12 years ago
  22. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  23. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  24. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  25. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  26. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  27. d9913b0 Merge "Make pthread_create report sched_setscheduler failures on LP64." by Elliott Hughes · 12 years ago
  28. 7672521 Merge "Avoid confusing "read prevented write" log messages." by Elliott Hughes · 12 years ago
  29. 98624c3 Make pthread_create report sched_setscheduler failures on LP64. by Elliott Hughes · 12 years ago
  30. 0cfc95e Fix indentation in sched_getaffinity. by Elliott Hughes · 12 years ago
  31. d1eda33 Avoid confusing "read prevented write" log messages. by Elliott Hughes · 12 years ago
  32. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  33. eda2679 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  34. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  35. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  36. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  37. fb3f956 Fix build. by Elliott Hughes · 12 years ago
  38. bc545e8 Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  39. c147478 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  40. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  41. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  42. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  43. 14b66bf Merge "Fix malloc debugging for LP64." by Elliott Hughes · 12 years ago
  44. c7c5f85 Fix bionic's built-in stack trace dumping for LP64. by Elliott Hughes · 12 years ago
  45. ef0696d Fix malloc debugging for LP64. by Elliott Hughes · 12 years ago
  46. 5cf1f22 Merge "pthread_exit should call __NR_exit with status 0." by Elliott Hughes · 12 years ago
  47. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  48. 0f395b7 Make logging fall back to /dev/stderr if we're on the host. by Elliott Hughes · 12 years ago
  49. a97cc5b Clean up the x86 and x86_64 _exit_with_stack_teardown implementations. by Elliott Hughes · 12 years ago
  50. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  51. e261729 FORTIFY_SOURCE: emphasize prevention in error messages. by Nick Kralevich · 12 years ago
  52. 1e52a54 x86_64: Fix get_tls and statvfs by Pavel Chupin · 12 years ago
  53. e8dc673 Merge "Don't export unnecessary symbol." by Nick Kralevich · 12 years ago
  54. 7943df6 Check memory size on FD_* functions by Nick Kralevich · 12 years ago
  55. 35c1862 Don't export unnecessary symbol. by Nick Kralevich · 12 years ago
  56. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 12 years ago
  57. 70e1730 Merge "Remove _FORTIFY_SOURCE in implementation files." by Stephen Hines · 12 years ago
  58. e0e6409 Merge "Add simple implementation _Unwind_GetIP() for clang compiles." by Stephen Hines · 12 years ago
  59. 5f6cfce Add simple implementation _Unwind_GetIP() for clang compiles. by Stephen Hines · 12 years ago
  60. 405f855 Remove more assumptions that pointers are 32-bit. by Elliott Hughes · 12 years ago
  61. 35d937e Remove _FORTIFY_SOURCE in implementation files. by Stephen Hines · 12 years ago
  62. c0af695 Clean up some comments. by Elliott Hughes · 12 years ago
  63. f281fd0 Merge "Better statfs/fstatfs glibc compatibility." by Elliott Hughes · 12 years ago
  64. 693bd73 Merge "Remove 32-bit assumptions from the ELF code." by Elliott Hughes · 12 years ago
  65. 01a700e Better statfs/fstatfs glibc compatibility. by Elliott Hughes · 12 years ago
  66. 3456a1f Fix x86 build. by Elliott Hughes · 12 years ago
  67. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
  68. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 12 years ago
  69. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  70. afcc0cc Add mmap64() by Daniel Leung · 12 years ago
  71. 9ae59c0 Declare __page_shift and __page_size with C linkage. by Bernhard Rosenkraenzer · 12 years ago
  72. edad1e1 Fix mismatch between declaration and forward declaration by Bernhard Rosenkraenzer · 12 years ago
  73. 50af69e Simplify main thread stack size initialization by Brian Carlstrom · 12 years ago
  74. 322e7bc Use kernel default for initial thread size by Brian Carlstrom · 12 years ago
  75. a21e696 Avoid segfaults if properties are not initialized by Pavel Chupin · 12 years ago
  76. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 12 years ago
  77. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 12 years ago
  78. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  79. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  80. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 12 years ago
  81. e320a8c Avoid sign extension of the mmap offset. by Elliott Hughes · 12 years ago
  82. d0f2a60 Restore dlmalloc mmap threshold to 64k by Rom Lemarchand · 12 years ago
  83. 4cf1395 Move stuff only needed by pthread-timers.c into pthread-timers.c. by Elliott Hughes · 12 years ago
  84. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 12 years ago
  85. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago
  86. e459bba mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps by Rom Lemarchand · 12 years ago
  87. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 12 years ago
  88. aa754dc Improve stack overflow diagnostics. by Elliott Hughes · 12 years ago
  89. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 12 years ago
  90. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  91. 6184c1f Fix MIPS build. by Elliott Hughes · 12 years ago
  92. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  93. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 12 years ago
  94. 1ec20a0 bionic: use the size of the file to determine property area size by Colin Cross · 12 years ago
  95. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 13 years ago
  96. 836dbf6 bionic: store property names as variable-length strings by Greg Hackmann · 12 years ago
  97. 1d36ee1 bionic: prevent root processes from calling __system_property_add by Colin Cross · 12 years ago
  98. 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 12 years ago
  99. 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 12 years ago
  100. f7511e3 bionic: add missing memory barriers to system properties by Greg Hackmann · 12 years ago