summaryrefslogtreecommitdiff
path: root/src/thread/i386
AgeCommit message (Expand)AuthorLines
2020-08-30fix i386 __set_thread_area fallbackRich Felker-0/+1
2019-02-18install dynamic tls synchronously at dlopen, streamline accessRich Felker-8/+0
2018-09-12make arch __set_thread_area backends hiddenRich Felker-0/+1
2018-09-12make arch __clone backends hiddenRich Felker-0/+1
2015-05-16in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker-4/+9
2015-04-14use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker-1/+3
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-3/+8
2015-04-13allow i386 __set_thread_area to be called more than onceRich Felker-1/+5
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-1/+8
2014-06-19optimize i386 ___tls_get_addr asmRich Felker-1/+8
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker-4/+18
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham-3/+0
2012-10-04beginnings of full TLS support in shared librariesRich Felker-0/+8
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-21/+15
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker-34/+0
2011-09-18overhaul clone syscall wrappingRich Felker-34/+60
2011-08-03further debloat cancellation handlersRich Felker-3/+13
2011-08-03fix static linking dependency bloat with cancellationRich Felker-8/+8
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