aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/bionic/__bionic_clone.S
Commit message (Expand)AuthorAgeFilesLines
* Simplify three copyright headers.Elliott Hughes2015-05-121-1/+1
* Fix arm64 clone stack handling.Elliott Hughes2014-12-101-2/+5
* Use the stmdb instead of str to save the fn/argJiangli Yuan2014-12-101-4/+2
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-1/+1
* Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-2/+2
* Clear link register in __bionic_clone.Ben Cheng2014-05-231-7/+2
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* Add cfi directives to all arm assembly.Christopher Ferris2013-12-021-2/+12
* Clean up forking and cloning.Elliott Hughes2013-11-191-0/+63