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