Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up forking and cloning. | Elliott Hughes | 2013-11-19 | 1 | -65/+0 |
* | Switch pthread_create over to __bionic_clone. | Elliott Hughes | 2013-11-15 | 1 | -8/+1 |
* | Fix the exit syscall stub's name. | Elliott Hughes | 2013-10-24 | 1 | -2/+2 |
* | pthread_exit should call __NR_exit with status 0. | Elliott Hughes | 2013-10-08 | 1 | -9/+5 |
* | Fix the pthread_setname_np test. | Elliott Hughes | 2013-02-15 | 1 | -4/+2 |
* | enable clone system call for x86 | Jin Wei | 2012-08-15 | 1 | -3/+0 |
* | Implement clone() C library function properly. | David 'Digit' Turner | 2010-01-25 | 1 | -0/+81 |