summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/__bionic_clone.S
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-051-1/+0
* Fix unwinding through x86-64 __bionic_clone.Elliott Hughes2014-06-051-3/+3
* x86: stop unwinding past __bionic_clone.Elliott Hughes2014-05-301-0/+2
* Align the child stack in clone(2).Elliott Hughes2014-05-091-8/+6
* Align arm64 stacks to 16 bytes in __bionic_clone.Elliott Hughes2014-05-091-7/+7
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* Unify our assembler macros.Elliott Hughes2014-02-201-2/+1
* Fix the order of arguments to sys_clone for x86.Elliott Hughes2013-11-261-14/+14
* Clean up forking and cloning.Elliott Hughes2013-11-191-0/+54