Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). | Elliott Hughes | 2014-08-18 | 1 | -1/+1 |
* | Fix getpid caching across a clone. | Elliott Hughes | 2014-06-23 | 1 | -1/+16 |
* | Rename __bionic_clone_entry to __start_thread. | Elliott Hughes | 2014-06-06 | 1 | -1/+1 |
* | Add some missing __noreturn attributes. | Elliott Hughes | 2014-05-30 | 1 | -1/+1 |
* | Align the child stack in clone(2). | Elliott Hughes | 2014-05-09 | 1 | -0/+5 |
* | Hide the __bionic_clone and __bionic_clone_entry implementation details. | Elliott Hughes | 2014-05-08 | 1 | -1/+1 |
* | Clean up forking and cloning. | Elliott Hughes | 2013-11-19 | 1 | -0/+63 |