about summary refs log tree commit diff
path: root/src/thread/i386
Commit message (Expand)AuthorAgeFilesLines
* beginnings of full TLS support in shared librariesRich Felker2012-10-041-0/+8
* fix issue with longjmp out of signal handlers and cancellationRich Felker2012-05-231-21/+15
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-34/+0
* overhaul clone syscall wrappingRich Felker2011-09-182-34/+60
* further debloat cancellation handlersRich Felker2011-08-031-3/+13
* fix static linking dependency bloat with cancellationRich Felker2011-08-032-8/+8
* restore use of .type in asm, but use modern @function (vs %function)Rich Felker2011-06-146-0/+7
* remove all .size and .type directives for functions from the asmRich Felker2011-06-136-11/+0
* fix bugs in cancellable syscall asmRich Felker2011-04-171-5/+4
* fix some minor issues in cancellation handling patchRich Felker2011-04-171-1/+1
* overhaul pthread cancellationRich Felker2011-04-171-0/+36
* match glibc/lsb cancellation abi on i386Rich Felker2011-03-252-0/+24
* race condition fix: block all signals before decrementing thread countRich Felker2011-02-191-9/+0
* finish unifying thread register handling in preparation for portingRich Felker2011-02-151-0/+22
* begin unifying clone/thread management interface in preparation for portingRich Felker2011-02-151-25/+17
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-122-0/+57