summaryrefslogtreecommitdiff
path: root/src/thread/mips
AgeCommit message (Expand)AuthorFilesLines
2012-09-15update mips cancellation-point syscall asm with 7-arg and r25 fixesRich Felker1-2/+5
2012-09-09fix mips syscall_cp_asm code (saved register usage)Rich Felker1-2/+2
2012-07-11mips clone: don't free stack space used to copy argRich Felker1-1/+0
2012-07-11fix mips clone() on real linux kernelRich Felker1-4/+7
2012-07-11fix clone() on mips (args were in wrong order)Rich Felker1-3/+2
2012-07-11first attempt at making threads work on mipsRich Felker3-0/+67