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