Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-12-25 | fix reference to libc struct in static tls init code | Rich Felker | -1/+1 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | -0/+2 |
2012-11-01 | fix unused variable warnings | Rich Felker | -1/+1 |
2012-10-19 | fix crashes in static-linked multithreaded programs without TLS | Rich Felker | -0/+2 |
2012-10-15 | add support for TLS variant I, presently needed for arm and mips | Rich Felker | -1/+8 |
2012-10-07 | clean up and refactor program initialization | Rich Felker | -9/+2 |
2012-10-06 | fix buggy TLS size/alignment computations in static-linked TLS | Rich Felker | -5/+22 |
2012-10-05 | support for TLS in dynamic-loaded (dlopen) modules | Rich Felker | -2/+2 |
2012-10-04 | partial TLS support for dynamic-linked programs | Rich Felker | -5/+5 |
2012-10-04 | TLS (GNU/C11 thread-local storage) support for static-linked programs | Rich Felker | -0/+71 |