Age | Commit message (Expand) | Author | Files | Lines |
2012-10-04 | beginnings of full TLS support in shared libraries | Rich Felker | 1 | -0/+8 |
2012-05-23 | fix issue with longjmp out of signal handlers and cancellation | Rich Felker | 1 | -21/+15 |
2012-02-09 | replace bad cancellation cleanup abi with a sane one | Rich Felker | 1 | -34/+0 |
2011-09-18 | overhaul clone syscall wrapping | Rich Felker | 2 | -34/+60 |
2011-08-03 | further debloat cancellation handlers | Rich Felker | 1 | -3/+13 |
2011-08-03 | fix static linking dependency bloat with cancellation | Rich Felker | 2 | -8/+8 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | 6 | -0/+7 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | 6 | -11/+0 |
2011-04-17 | fix bugs in cancellable syscall asm | Rich Felker | 1 | -5/+4 |
2011-04-17 | fix some minor issues in cancellation handling patch | Rich Felker | 1 | -1/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -0/+36 |
2011-03-25 | match glibc/lsb cancellation abi on i386 | Rich Felker | 2 | -0/+24 |
2011-02-19 | race condition fix: block all signals before decrementing thread count | Rich Felker | 1 | -9/+0 |
2011-02-15 | finish unifying thread register handling in preparation for porting | Rich Felker | 1 | -0/+22 |
2011-02-15 | begin unifying clone/thread management interface in preparation for porting | Rich Felker | 1 | -25/+17 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 2 | -0/+57 |