index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
__libc_init_main_thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose a function to reset the stack protector for the zygote.
Elliott Hughes
2020-09-11
1
-5
/
+14
*
Add an android_unsafe_frame_pointer_chase function.
Peter Collingbourne
2020-02-03
1
-0
/
+1
*
Use ifuncs in the linker
Ryan Prichard
2019-11-05
1
-2
/
+22
*
Name stack+tls VMAs with PR_SET_VMA_ANON_NAME
Ryan Prichard
2019-07-23
1
-0
/
+3
*
Implement dynamic TLS accesses and allocation
Ryan Prichard
2019-01-25
1
-0
/
+1
*
Initialize static TLS memory using module list
Ryan Prichard
2019-01-16
1
-0
/
+1
*
Reorganize static TLS memory for ELF TLS
Ryan Prichard
2019-01-11
1
-22
/
+44
*
Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals
Ryan Prichard
2018-12-04
1
-3
/
+3
*
Use shared globals so getauxval works earlier
Ryan Prichard
2018-12-04
1
-2
/
+1
*
Split main thread init into early+late functions
Ryan Prichard
2018-12-04
1
-10
/
+24
*
bionic: Allocate a shadow call stack for each thread.
Peter Collingbourne
2018-11-12
1
-1
/
+1
*
Revert "bionic: Allocate a shadow call stack for each thread."
Peter Collingbourne
2018-10-29
1
-1
/
+1
*
bionic: Allocate a shadow call stack for each thread.
Peter Collingbourne
2018-10-29
1
-1
/
+1
*
[hwasan] Tweak process and thread initialization.
Evgenii Stepanov
2018-09-20
1
-3
/
+7
*
Inline __libc_init_global_stack_chk_guard.
Ryan Prichard
2018-05-30
1
-5
/
+1
*
Clean up TLS_SLOT_BIONIC_PREINIT usage a bit
Ryan Prichard
2018-05-30
1
-6
/
+1
*
The main thread should just INHERIT its scheduler attributes.
Elliott Hughes
2017-10-26
1
-2
/
+7
*
Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched."
Elliott Hughes
2017-10-26
1
-1
/
+0
|
\
|
*
Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched.
Elliott Hughes
2017-10-25
1
-1
/
+0
*
|
Make __libc_init_main_thread and android_set_abort_message weak
dimitry
2017-10-19
1
-0
/
+2
|
/
*
Improve pthread_create failure handling.
Elliott Hughes
2017-09-19
1
-1
/
+1
*
Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used.""
Josh Gao
2016-11-10
1
-3
/
+2
*
Initialize main thread TLS before the global stack guard.
Josh Gao
2016-09-06
1
-1
/
+3
*
Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."
Josh Gao
2016-09-02
1
-2
/
+3
*
Attempt to use arc4random where getauxval(AT_RANDOM) is used.
Josh Gao
2016-08-31
1
-3
/
+2
*
Only initialize the global stack protector once.
Josh Gao
2016-06-30
1
-2
/
+13
*
libc: implement kernel vdso syscalls for i386
Mingwei Shi
2016-03-25
1
-0
/
+3
*
Improve and fix the stack-protector tests.
Elliott Hughes
2016-03-09
1
-0
/
+4
*
Defend against -fstack-protector in libc startup.
Elliott Hughes
2016-01-06
1
-0
/
+85