summaryrefslogtreecommitdiff
path: root/src/thread/i386/__set_thread_area.s
AgeCommit message (Expand)AuthorLines
2020-08-30fix i386 __set_thread_area fallbackRich Felker-0/+1
2018-09-12make arch __set_thread_area 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-13allow i386 __set_thread_area to be called more than onceRich Felker-1/+5
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker-4/+18
2011-09-18overhaul clone syscall wrappingRich Felker-10/+11
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-2/+0
2011-02-15finish unifying thread register handling in preparation for portingRich Felker-0/+22