aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/clone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).Elliott Hughes2014-08-181-1/+1
* Fix getpid caching across a clone.Elliott Hughes2014-06-231-1/+16
* Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-1/+1
* Add some missing __noreturn attributes.Elliott Hughes2014-05-301-1/+1
* Align the child stack in clone(2).Elliott Hughes2014-05-091-0/+5
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-1/+1
* Clean up forking and cloning.Elliott Hughes2013-11-191-0/+63