Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove redundant pthread struct members repeated for layout purposes | Rich Felker | 2020-08-27 | 1 | -1/+1 |
* | deduplicate __pthread_self thread pointer adjustment out of each arch | Rich Felker | 2020-08-27 | 1 | -4/+4 |
* | deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET | Rich Felker | 2020-08-24 | 1 | -2/+0 |
* | make thread-pointer-loading asm non-volatile | Rich Felker | 2018-10-16 | 1 | -1/+1 |
* | fix crashes in x32 __tls_get_addr | rofl0r | 2017-01-13 | 1 | -0/+2 |
* | properly access mcontext_t program counter in cancellation handler | Rich Felker | 2015-11-02 | 1 | -1/+1 |
* | fix stack protector crashes on x32 & powerpc due to misplaced TLS canary | Rich Felker | 2015-05-06 | 1 | -0/+2 |
* | fix broken cancellation on x32 due to incorrect saved-PC offset | Rich Felker | 2015-05-02 | 1 | -1/+1 |
* | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 1 | -0/+10 |