summaryrefslogtreecommitdiff
path: root/src/thread/i386
AgeCommit message (Expand)AuthorFilesLines
2012-10-04beginnings of full TLS support in shared librariesRich Felker1-0/+8
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker1-21/+15
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker1-34/+0
2011-09-18overhaul clone syscall wrappingRich Felker2-34/+60
2011-08-03further debloat cancellation handlersRich Felker1-3/+13
2011-08-03fix static linking dependency bloat with cancellationRich Felker2-8/+8
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker6-0/+7
2011-06-13remove all .size and .type directives for functions from the asmRich Felker6-11/+0
2011-04-17fix bugs in cancellable syscall asmRich Felker1-5/+4
2011-04-17fix some minor issues in cancellation handling patchRich Felker1-1/+1
2011-04-17overhaul pthread cancellationRich Felker1-0/+36
2011-03-25match glibc/lsb cancellation abi on i386Rich Felker2-0/+24
2011-02-19race condition fix: block all signals before decrementing thread countRich Felker1-9/+0
2011-02-15finish unifying thread register handling in preparation for portingRich Felker1-0/+22
2011-02-15begin unifying clone/thread management interface in preparation for portingRich Felker1-25/+17
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker2-0/+57