about summary refs log tree commit diff
path: root/src/thread/mips/clone.s
Commit message (Expand)AuthorAgeFilesLines
* fix child stack alignment on mips cloneRich Felker2013-09-141-0/+1
* mips clone: don't free stack space used to copy argRich Felker2012-07-111-1/+0
* fix mips clone() on real linux kernelRich Felker2012-07-111-4/+7
* fix clone() on mips (args were in wrong order)Rich Felker2012-07-111-3/+2
* first attempt at making threads work on mipsRich Felker2012-07-111-0/+27