summaryrefslogtreecommitdiff
path: root/src/thread/mips
AgeCommit message (Expand)AuthorLines
2018-09-12make arch __clone backends hiddenRich Felker-0/+1
2018-08-18mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer-1/+4
2016-02-08remove workaround for broken mips assemblersRich Felker-5/+1
2016-02-04in mips cancellable syscall asm, don't assume gp register is validRich Felker-2/+13
2015-06-20work around mips detached thread exit breakage due to kernel regressionRich Felker-0/+1
2015-05-25mark mips cancellable syscall code as codeRich Felker-0/+3
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-3/+8
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-8/+12
2013-09-16fix clobbering of caller's stack in mips __clone functionRich Felker-0/+3
2013-09-14fix child stack alignment on mips cloneRich Felker-0/+1
2012-09-15update mips cancellation-point syscall asm with 7-arg and r25 fixesRich Felker-2/+5
2012-09-09fix mips syscall_cp_asm code (saved register usage)Rich Felker-2/+2
2012-07-11mips clone: don't free stack space used to copy argRich Felker-1/+0
2012-07-11fix mips clone() on real linux kernelRich Felker-4/+7
2012-07-11fix clone() on mips (args were in wrong order)Rich Felker-3/+2
2012-07-11first attempt at making threads work on mipsRich Felker-0/+67