about summary refs log tree commit diff
path: root/src/thread/mips/clone.s
Commit message (Expand)AuthorAgeFilesLines
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer2018-08-181-1/+4
* fix clobbering of caller's stack in mips __clone functionRich Felker2013-09-161-0/+3
* 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