1. 8574a06 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  2. 5b8ceff Revert "Use mmap to create the pthread_internal_t." by Nicolas Geoffray · 11 years ago
  3. cc5f654 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  4. 40a5217 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 11 years ago
  5. e959a3b Remove the global lock around thread stack creation. by Elliott Hughes · 11 years ago
  6. e0f25dd Remove the obsolete _thread_created_hook. by Elliott Hughes · 11 years ago
  7. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  8. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 11 years ago
  9. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  10. cd46104 Fix a typo in the big g_ search/replace. by Elliott Hughes · 11 years ago
  11. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  12. 0d236aa Align the child stack in clone(2). by Elliott Hughes · 11 years ago
  13. b676aaf Remove unnecessary #includes. by Elliott Hughes · 11 years ago
  14. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  15. af8aebe Move _thread_created_hook to where it belongs. by Elliott Hughes · 11 years ago
  16. 8090614 Work around CLONE_SETTLS being weird on x86. by Elliott Hughes · 12 years ago
  17. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  18. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  19. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  20. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  21. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  22. 2b6e43e Explain the sigprocmask in pthread_exit. by Elliott Hughes · 12 years ago
  23. 98624c3 Make pthread_create report sched_setscheduler failures on LP64. by Elliott Hughes · 12 years ago
  24. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  25. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  26. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 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. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  30. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  31. cfa089d Extra logging in pthread_create. by Elliott Hughes · 12 years ago
  32. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  33. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  34. 4b4a882 Clean up pthread_create. by Elliott Hughes · 12 years ago