summaryrefslogtreecommitdiff
path: root/src/thread/i386
AgeCommit message (Expand)AuthorLines
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+7
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-11/+0
2011-04-17fix bugs in cancellable syscall asmRich Felker-5/+4
2011-04-17fix some minor issues in cancellation handling patchRich Felker-1/+1
2011-04-17overhaul pthread cancellationRich Felker-0/+36
2011-03-25match glibc/lsb cancellation abi on i386Rich Felker-0/+24
2011-02-19race condition fix: block all signals before decrementing thread countRich Felker-9/+0
2011-02-15finish unifying thread register handling in preparation for portingRich Felker-0/+22
2011-02-15begin unifying clone/thread management interface in preparation for portingRich Felker-25/+17
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+57