1. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 6 years ago
  2. 361c1b4 Initialize static TLS memory using module list by Ryan Prichard · 6 years ago
  3. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 6 years ago
  4. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  5. 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
  6. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  7. da772e2 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  8. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  9. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  10. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  11. cb5f410 Inline __libc_init_global_stack_chk_guard. by Ryan Prichard · 7 years ago
  12. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 7 years ago
  13. 374848a The main thread should just INHERIT its scheduler attributes. by Elliott Hughes · 8 years ago
  14. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  15. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  16. b6d2b87 Make __libc_init_main_thread and android_set_abort_message weak by dimitry · 8 years ago
  17. 53dc9dd Improve pthread_create failure handling. by Elliott Hughes · 8 years ago
  18. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  19. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  20. 60d052d Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used." by Josh Gao · 9 years ago
  21. 78a52f1 Attempt to use arc4random where getauxval(AT_RANDOM) is used. by Josh Gao · 9 years ago
  22. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  23. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  24. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 9 years ago
  25. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 9 years ago