Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make arch __clone backends hidden | Rich Felker | 2018-09-12 | 1 | -0/+1 |
| | | | | | these are not a public interface and are not intended to be callable from anywhere but the public clone function or other places in libc. | ||||
* | mips archs: fix runaway execution if start fn passed to clone returns | Segev Finer | 2018-08-18 | 1 | -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 mips64 port | Rich Felker | 2016-03-06 | 3 | -0/+91 |
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies. |