aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/bionic_clone.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up forking and cloning.Elliott Hughes2013-11-191-65/+0
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-151-8/+1
* Fix the exit syscall stub's name.Elliott Hughes2013-10-241-2/+2
* pthread_exit should call __NR_exit with status 0.Elliott Hughes2013-10-081-9/+5
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-4/+2
* enable clone system call for x86Jin Wei2012-08-151-3/+0
* Implement clone() C library function properly.David 'Digit' Turner2010-01-251-0/+81