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
/
pthread_create.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Disable pointer authentication in app processes."
Elliott Hughes
2022-03-10
1
-2
/
+3
*
Disable pointer authentication in app processes.
Peter Collingbourne
2022-01-19
1
-3
/
+2
*
Disable return PAC in __pthread_start.
Peter Collingbourne
2021-06-08
1
-0
/
+5
*
Avoid prctl(PR_PAC_RESET_KEYS) on devices without PAC support.
Peter Collingbourne
2021-04-22
1
-1
/
+6
*
Reset PAC keys on thread creation instead of on zygote fork.
Peter Collingbourne
2021-03-25
1
-0
/
+6
*
Add an API for per-process disabling memory initialization.
Peter Collingbourne
2020-10-08
1
-0
/
+4
*
Changes for #inclusivefixit.
Elliott Hughes
2020-07-21
1
-1
/
+1
*
Add an android_unsafe_frame_pointer_chase function.
Peter Collingbourne
2020-02-03
1
-0
/
+1
*
Move bionic_macros.h from private to platform.
Josh Gao
2020-01-02
1
-1
/
+1
*
Use ifuncs in the linker
Ryan Prichard
2019-11-05
1
-19
/
+0
*
Block signals in pthread_create.
Evgenii Stepanov
2019-10-07
1
-0
/
+8
*
Name stack+tls VMAs with PR_SET_VMA_ANON_NAME
Ryan Prichard
2019-07-23
1
-0
/
+24
*
Increase the size of the shadow call stack guard region to 16MB.
Peter Collingbourne
2019-01-31
1
-7
/
+14
*
Merge "Add tracepoints for pthread_create and pthread_join"
Treehugger Robot
2019-01-28
1
-0
/
+2
|
\
|
*
Add tracepoints for pthread_create and pthread_join
Philip Cuadra
2019-01-28
1
-0
/
+2
*
|
Implement dynamic TLS accesses and allocation
Ryan Prichard
2019-01-25
1
-0
/
+9
|
/
*
Initialize static TLS memory using module list
Ryan Prichard
2019-01-16
1
-1
/
+2
*
Reorganize static TLS memory for ELF TLS
Ryan Prichard
2019-01-11
1
-77
/
+114
*
Remove some PR_SET_VMAs during pthread_create
Tim Murray
2019-01-08
1
-6
/
+0
*
Split main thread init into early+late functions
Ryan Prichard
2018-12-04
1
-14
/
+22
*
Allocate a small guard region around the shadow call stack.
Peter Collingbourne
2018-11-16
1
-8
/
+14
*
bionic: Allocate a shadow call stack for each thread.
Peter Collingbourne
2018-11-12
1
-2
/
+22
*
Revert "bionic: Allocate a shadow call stack for each thread."
Peter Collingbourne
2018-10-29
1
-29
/
+2
*
bionic: Allocate a shadow call stack for each thread.
Peter Collingbourne
2018-10-29
1
-2
/
+29
*
[hwasan] Tweak process and thread initialization.
Evgenii Stepanov
2018-09-20
1
-2
/
+3
*
Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>.
Elliott Hughes
2018-08-22
1
-1
/
+1
*
HWASan support in bionic.
Evgenii Stepanov
2018-08-21
1
-0
/
+2
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-02
1
-12
/
+12
*
Preserve historical pthread_create scheduler behavior better.
Elliott Hughes
2017-10-27
1
-1
/
+6
*
Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols
dimitry
2017-10-27
1
-0
/
+3
*
Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched.
Elliott Hughes
2017-10-25
1
-11
/
+31
*
Add a legacy inline for mmap64.
Dan Albert
2017-10-05
1
-2
/
+2
*
Improve pthread_create failure handling.
Elliott Hughes
2017-09-19
1
-4
/
+16
*
Merge "Support larger guard regions."
Treehugger Robot
2017-09-19
1
-13
/
+15
|
\
|
*
Support larger guard regions.
Elliott Hughes
2017-09-18
1
-13
/
+15
*
|
Always log errno when aborting.
Elliott Hughes
2017-09-15
1
-2
/
+2
|
/
*
Report correct errno on clone failure
dimitry
2017-08-14
1
-1
/
+1
*
Clean up __isthreaded.
Elliott Hughes
2017-05-11
1
-5
/
+0
*
Move libc_log code into libasync_safe.
Christopher Ferris
2017-05-03
1
-10
/
+12
*
Fix leak of bionic TLS when threads are detached.
Josh Gao
2017-03-07
1
-0
/
+2
*
Allocate thread local buffers in __init_tls.
Josh Gao
2017-02-22
1
-0
/
+12
*
Be more strict about using invalid `pthread_t`s.
Elliott Hughes
2017-02-13
1
-1
/
+0
*
Revert "Remove the global thread list."
Elliott Hughes
2017-02-02
1
-9
/
+5
*
Remove the global thread list.
Elliott Hughes
2017-01-07
1
-5
/
+9
*
Fix instances of '#if __i386__'.
Josh Gao
2016-09-15
1
-1
/
+1
*
Fix instances of '#if __LP64__'.
Josh Gao
2016-09-15
1
-1
/
+1
*
Initialize main thread TLS before the global stack guard.
Josh Gao
2016-09-06
1
-1
/
+1
*
Only initialize the global stack protector once.
Josh Gao
2016-06-30
1
-0
/
+4
*
Set x86 TLS limit to 0xfffff, not PAGE_SIZE.
Elliott Hughes
2016-02-09
1
-1
/
+1
*
Clear pthread_internal_t allocated on user provided stack.
Yabin Cui
2015-12-03
1
-7
/
+5
[next]