Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-10-16 | make thread-pointer-loading asm non-volatile | Rich Felker | -1/+1 |
2015-11-02 | properly access mcontext_t program counter in cancellation handler | Rich Felker | -1/+1 |
2012-10-15 | add support for TLS variant I, presently needed for arm and mips | Rich Felker | -1/+2 |
2011-08-06 | ensure the compiler does not move around thread-register-based reads | Rich Felker | -1/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | -2/+2 |
2011-03-24 | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | -0/+3 |
2011-02-15 | finish unifying thread register handling in preparation for porting | Rich Felker | -0/+6 |