about summary refs log tree commit diff
path: root/src/thread/mipsn32
Commit message (Collapse)AuthorAgeFilesLines
* mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer2018-08-181-1/+4
| | | | | | 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.
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-183-0/+90
based on patch submitted by Jaydeep Patil, with minor changes.