1. 960ee37 Clarify a comment. by Elliott Hughes · 12 years ago
  2. 101fb7d Do not clear tids on detached threads. by Christopher Ferris · 12 years ago
  3. 8090614 Work around CLONE_SETTLS being weird on x86. by Elliott Hughes · 12 years ago
  4. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  5. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  6. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  7. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  8. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  9. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  10. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  11. 61fb3fc Prepare to switch to the uapi <linux/signal.h>. by Elliott Hughes · 12 years ago
  12. 7250d2e Remove pathconf's dependencies on non-uapi header files. by Elliott Hughes · 12 years ago
  13. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  14. 6fa79c5 Remove unnecessary #include. by Elliott Hughes · 12 years ago
  15. 66759d6 Move the pthread debugging flags to the right place. by Elliott Hughes · 12 years ago
  16. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  17. 2b6e43e Explain the sigprocmask in pthread_exit. by Elliott Hughes · 12 years ago
  18. 27586eb Fix utime/utimes when passed a NULL pointer. by Elliott Hughes · 12 years ago
  19. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  20. 567a8de Start moving 32-bit cruft somewhere it won't pollute 64-bit. by Elliott Hughes · 12 years ago
  21. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  22. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  23. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  24. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  25. 8c39e58 Merge "Make sure we have a mkfifo symbol." by Elliott Hughes · 12 years ago
  26. 594b1a4 Make sure we have a mkfifo symbol. by Elliott Hughes · 12 years ago
  27. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  28. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  29. 6b9321b am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending." by Elliott Hughes · 12 years ago
  30. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  31. afaebc3 am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all platforms." by Elliott Hughes · 12 years ago
  32. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  33. f2a760d am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log messages\' 2." by Elliott Hughes · 12 years ago
  34. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  35. cbfa1af am 0287db52: am d9913b0b: Merge "Make pthread_create report sched_setscheduler failures on LP64." by Elliott Hughes · 12 years ago
  36. d9913b0 Merge "Make pthread_create report sched_setscheduler failures on LP64." by Elliott Hughes · 12 years ago
  37. df17ce7 am 26491483: am 76725214: Merge "Avoid confusing "read prevented write" log messages." by Elliott Hughes · 12 years ago
  38. b01ebe6 am 14e7482c: am d16391bb: Merge "Fix indentation in sched_getaffinity." by Elliott Hughes · 12 years ago
  39. 7672521 Merge "Avoid confusing "read prevented write" log messages." by Elliott Hughes · 12 years ago
  40. 98624c3 Make pthread_create report sched_setscheduler failures on LP64. by Elliott Hughes · 12 years ago
  41. 0cfc95e Fix indentation in sched_getaffinity. by Elliott Hughes · 12 years ago
  42. d1eda33 Avoid confusing "read prevented write" log messages. by Elliott Hughes · 12 years ago
  43. 4681f82 am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask implementation." by Elliott Hughes · 12 years ago
  44. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  45. 49bb53c am 95de0df8: am eda2679e: Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  46. 2d38f0c am 21d70d5f: am 39385aa7: Merge "Clean up the cpuacct cruft." by Elliott Hughes · 12 years ago
  47. eda2679 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  48. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  49. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  50. b8771d9 am b35ebe3d: am 848efa9d: Merge "Revert "FORTIFY_SOURCE: fortify read()"" by Nick Kralevich · 12 years ago
  51. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  52. 6b6c579 am aa3c17e8: am 37953ee3: Merge "Fix build." by Elliott Hughes · 12 years ago
  53. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  54. 45e3076 am 731ced6b: am c147478c: Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  55. fb3f956 Fix build. by Elliott Hughes · 12 years ago
  56. bc545e8 Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  57. c147478 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  58. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  59. ac045c3 am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls." by Elliott Hughes · 12 years ago
  60. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  61. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  62. e17457f am 3c13dade: am 14b66bff: Merge "Fix malloc debugging for LP64." by Elliott Hughes · 12 years ago
  63. 8cc98f0 am 54c7ef7f: am 7027841d: Merge "Fix bionic\'s built-in stack trace dumping for LP64." by Elliott Hughes · 12 years ago
  64. 14b66bf Merge "Fix malloc debugging for LP64." by Elliott Hughes · 12 years ago
  65. c7c5f85 Fix bionic's built-in stack trace dumping for LP64. by Elliott Hughes · 12 years ago
  66. ef0696d Fix malloc debugging for LP64. by Elliott Hughes · 12 years ago
  67. 42b618c am 58b8f225: am 5cf1f229: Merge "pthread_exit should call __NR_exit with status 0." by Elliott Hughes · 12 years ago
  68. 5cf1f22 Merge "pthread_exit should call __NR_exit with status 0." by Elliott Hughes · 12 years ago
  69. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  70. 6260fa5 am ee9da565: am 58522099: Merge "Make logging fall back to /dev/stderr if we\'re on the host." by Elliott Hughes · 12 years ago
  71. 0f395b7 Make logging fall back to /dev/stderr if we're on the host. by Elliott Hughes · 12 years ago
  72. 3fc57ce am d8d60a92: am 04cdfa67: Merge "Clean up the x86 and x86_64 _exit_with_stack_teardown implementations." by Elliott Hughes · 12 years ago
  73. a97cc5b Clean up the x86 and x86_64 _exit_with_stack_teardown implementations. by Elliott Hughes · 12 years ago
  74. 7909bd1 am 9da8b682: am c417d0a5: Merge "Make error messages even better!" by Nick Kralevich · 12 years ago
  75. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  76. e0a14e7 am ed1f8ea0: am bf452313: Merge "FORTIFY_SOURCE: emphasize prevention in error messages." by Nick Kralevich · 12 years ago
  77. 9d3b4b4 am 71e0b240: am 41ba05e2: Merge "x86_64: Fix get_tls and statvfs" by Elliott Hughes · 12 years ago
  78. e261729 FORTIFY_SOURCE: emphasize prevention in error messages. by Nick Kralevich · 12 years ago
  79. 1e52a54 x86_64: Fix get_tls and statvfs by Pavel Chupin · 12 years ago
  80. 2837f83 am 687c7e3e: am e8dc673c: Merge "Don\'t export unnecessary symbol." by Nick Kralevich · 12 years ago
  81. 6f10368 am 2e819c58: am 2ff3c746: Merge "Check memory size on FD_* functions" by Nick Kralevich · 12 years ago
  82. e8dc673 Merge "Don't export unnecessary symbol." by Nick Kralevich · 12 years ago
  83. 7943df6 Check memory size on FD_* functions by Nick Kralevich · 12 years ago
  84. 35c1862 Don't export unnecessary symbol. by Nick Kralevich · 12 years ago
  85. 5634373 am 8598cd68: am f741e1c2: Merge "FORTIFY_SOURCE: Add __FD_* checks" by Nick Kralevich · 12 years ago
  86. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 12 years ago
  87. 9218adc am 62f95981: am 70e1730c: Merge "Remove _FORTIFY_SOURCE in implementation files." by Stephen Hines · 12 years ago
  88. 95fa896 am dcffa999: am e0e6409c: Merge "Add simple implementation _Unwind_GetIP() for clang compiles." by Stephen Hines · 12 years ago
  89. 70e1730 Merge "Remove _FORTIFY_SOURCE in implementation files." by Stephen Hines · 12 years ago
  90. e0e6409 Merge "Add simple implementation _Unwind_GetIP() for clang compiles." by Stephen Hines · 12 years ago
  91. 5f6cfce Add simple implementation _Unwind_GetIP() for clang compiles. by Stephen Hines · 12 years ago
  92. a1de7e5 am f1c534ce: am 6892a29b: Merge "Remove more assumptions that pointers are 32-bit." by Elliott Hughes · 12 years ago
  93. 405f855 Remove more assumptions that pointers are 32-bit. by Elliott Hughes · 12 years ago
  94. 35d937e Remove _FORTIFY_SOURCE in implementation files. by Stephen Hines · 12 years ago
  95. a08be02 am 57e55fe3: am fd152c31: Merge "Clean up some comments." by Elliott Hughes · 12 years ago
  96. c0af695 Clean up some comments. by Elliott Hughes · 12 years ago
  97. d4e6961 am 1a46de67: am f281fd02: Merge "Better statfs/fstatfs glibc compatibility." by Elliott Hughes · 12 years ago
  98. 58413fe am 4b5a0e1a: am 693bd73f: Merge "Remove 32-bit assumptions from the ELF code." by Elliott Hughes · 12 years ago
  99. f281fd0 Merge "Better statfs/fstatfs glibc compatibility." by Elliott Hughes · 12 years ago
  100. 693bd73 Merge "Remove 32-bit assumptions from the ELF code." by Elliott Hughes · 12 years ago