summaryrefslogtreecommitdiff
path: root/src/thread/mips/clone.s
AgeCommit message (Expand)AuthorFilesLines
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 Felker1-0/+27