Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary instructions from x86/x86_64 syscalls. | Elliott Hughes | 2014-06-05 | 1 | -1/+0 |
* | Fix unwinding through x86-64 __bionic_clone. | Elliott Hughes | 2014-06-05 | 1 | -3/+3 |
* | x86: stop unwinding past __bionic_clone. | Elliott Hughes | 2014-05-30 | 1 | -0/+2 |
* | Align the child stack in clone(2). | Elliott Hughes | 2014-05-09 | 1 | -8/+6 |
* | Align arm64 stacks to 16 bytes in __bionic_clone. | Elliott Hughes | 2014-05-09 | 1 | -7/+7 |
* | Hide the __bionic_clone and __bionic_clone_entry implementation details. | Elliott Hughes | 2014-05-08 | 1 | -0/+1 |
* | Unify our assembler macros. | Elliott Hughes | 2014-02-20 | 1 | -2/+1 |
* | Fix the order of arguments to sys_clone for x86. | Elliott Hughes | 2013-11-26 | 1 | -14/+14 |
* | Clean up forking and cloning. | Elliott Hughes | 2013-11-19 | 1 | -0/+54 |