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