about summary refs log tree commit diff
path: root/src/thread/i386
Commit message (Expand)AuthorAgeFilesLines
* fix i386 __set_thread_area fallbackRich Felker2020-08-301-0/+1
* install dynamic tls synchronously at dlopen, streamline accessRich Felker2019-02-181-8/+0
* make arch __set_thread_area backends hiddenRich Felker2018-09-121-0/+1
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker2015-05-161-4/+9
* use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker2015-04-141-1/+3
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-3/+8
* allow i386 __set_thread_area to be called more than onceRich Felker2015-04-131-1/+5
* prepare cancellation syscall asm for possibility of __cancel returningRich Felker2015-02-201-1/+8
* optimize i386 ___tls_get_addr asmRich Felker2014-06-191-1/+8
* add thread-pointer support for pre-2.6 kernels on i386Rich Felker2014-06-101-4/+18
* clone: make clone a wrapper around __cloneBobby Bingham2014-02-091-3/+0
* 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