aboutsummaryrefslogtreecommitdiff
path: root/src/thread/mips64/clone.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips archs: fix runaway execution if start fn passed to clone returns•••Call SYS_exit on return from fn in __clone. This is the expected behavior of this function. Without this the child task will crash on return from fn, since it will return to nowhere. Segev Finer2018-08-181-1/+4
* add mips64 port•••patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies. Rich Felker2016-03-061-0/+30