Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | match glibc/lsb cancellation abi on i386 | Rich Felker | 2011-03-25 | 1 | -0/+7 |
| | | | | | | | | glibc made the ridiculous choice to use pass-by-register calling convention for these functions, which is impossible to duplicate directly on non-gcc compilers. instead, we use ugly asm to wrap and convert the calling convention. presumably this works with every compiler anyone could potentially want to use. | ||||
* | reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) | Rich Felker | 2011-02-13 | 1 | -9/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+22 |