1. a586ba7 [MTE] move stack buffer calculation to mte.h by Florian Mayer · 1 year, 1 month ago
  2. c0aa70a Reapply "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 1 month ago
  3. 45b29f1 Revert "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 1 month ago
  4. f7c5e68 Decrease logspam of stack MTE remapping. by Mitch Phillips · 1 year, 1 month ago
  5. 10d11dd [MTE] allocate ring buffer for stack history by Florian Mayer · 1 year, 3 months ago
  6. 73750dc Move memtag_stack out of libc_globals by Florian Mayer · 1 year, 4 months ago
  7. e65e193 Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 5 months ago
  8. f53e91c Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 5 months ago
  9. a453c2d Reland "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 5 months ago
  10. c20e1c2 Revert "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Sojin Moon · 1 year, 5 months ago
  11. 79c9694 [MTE] remap stacks with PROT_MTE when requested by dlopened library by Florian Mayer · 1 year, 6 months ago
  12. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 4 years, 10 months ago
  13. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  14. 5bb113c Pass caller names to __pthread_internal_find for better errors. by Elliott Hughes · 6 years ago
  15. c86576c Factor out ScopedRWLock into its own header by Ryan Prichard · 7 years ago
  16. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  17. 770032d Fix/suppress bionic google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  18. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  19. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  20. 7982914 Drop thread list lock before abort. by Christopher Ferris · 8 years ago
  21. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  22. 5450f86 Fix leak of bionic TLS when threads are detached. by Josh Gao · 8 years ago
  23. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 8 years ago
  24. 6ce686c Downgrade the special case of pthread_t(0) to a warning. by Elliott Hughes · 8 years ago
  25. 3fed6ff Include the pthread_t in the "bad pthread_t" fatal abort. by Elliott Hughes · 8 years ago
  26. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 8 years ago
  27. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 8 years ago
  28. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  29. 4bc739a Add check for pthread_self() when looking up a thread by Dimitry Ivanov · 9 years ago
  30. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  31. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  32. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago[Renamed (70%) from libc/bionic/pthread_internals.cpp]
  33. 2f836d4 Make __get_thread inlined. by Yabin Cui · 10 years ago
  34. ba8dfc2 Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK. by Yabin Cui · 11 years ago
  35. 6a7aaf4 Reserve enough user request stack space in pthread_create. by Yabin Cui · 11 years ago
  36. 8cf1b30 Use mmap to create the pthread_internal_t by Yabin Cui · 11 years ago
  37. 8574a06 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  38. 5b8ceff Revert "Use mmap to create the pthread_internal_t." by Nicolas Geoffray · 11 years ago
  39. cc5f654 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  40. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  41. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  42. a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
  43. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  44. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  45. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 11 years ago
  46. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  47. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  48. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  49. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  50. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  51. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago