summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/__bionic_clone.S
Commit message (Expand)AuthorAgeFilesLines
* Add missing cfi directives for x86 assembler.Christopher Ferris2015-04-141-0/+12
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-1/+1
* Revert "Fix incorrect relocations for x86."Dan Albert2014-08-081-1/+1
* Fix incorrect relocations for x86.Dan Albert2014-08-071-1/+1
* Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-1/+1
* 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