summaryrefslogtreecommitdiff
path: root/src/thread/i386/__set_thread_area.s
AgeCommit message (Expand)AuthorFilesLines
2018-09-12make arch __set_thread_area backends hiddenRich Felker1-0/+1
2015-05-16in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker1-4/+9
2015-04-13allow i386 __set_thread_area to be called more than onceRich Felker1-1/+5
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker1-4/+18
2011-09-18overhaul clone syscall wrappingRich Felker1-10/+11
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker1-0/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker1-2/+0
2011-02-15finish unifying thread register handling in preparation for portingRich Felker1-0/+22