1. 559f278 Clear the stack frame pointer in _start and __bionic_clone by Chris Wailes · 4 years, 4 months ago
  2. beb8796 Use ENTRY_PRIVATE in __bionic_clone assembler. by Elliott Hughes · 9 years ago
  3. 605ee81 Add missing cfi directives for x86 assembler. by Christopher Ferris · 10 years ago
  4. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  5. 3726f9c Revert "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
  6. 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
  7. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  8. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  9. aeb3016 Fix unwinding through x86-64 __bionic_clone. by Elliott Hughes · 11 years ago
  10. ee9d5bd x86: stop unwinding past __bionic_clone. by Elliott Hughes · 11 years ago
  11. 0d236aa Align the child stack in clone(2). by Elliott Hughes · 11 years ago
  12. fff3c0f Align arm64 stacks to 16 bytes in __bionic_clone. by Elliott Hughes · 11 years ago
  13. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  14. 851e68a Unify our assembler macros. by Elliott Hughes · 12 years ago
  15. 99c393d Fix the order of arguments to sys_clone for x86. by Elliott Hughes · 12 years ago
  16. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago[Renamed from libc/arch-x86/bionic/clone.S]
  17. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  18. 4cdde5f Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  19. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 13 years ago
  20. b603251 Fix __pthread_clone and __bionic_clone error handling on x86. by Elliott Hughes · 13 years ago
  21. bdff26d Use ENTRY/END in custom x86 assembler too. by Elliott Hughes · 13 years ago
  22. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 13 years ago
  23. 22d366c enable clone system call for x86 by Jin Wei · 13 years ago
  24. cb08204 libc/x86: ensure the stack 16-byte aligned when tasks created by Jack Ren · 13 years ago
  25. e480fc8 bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 14 years ago
  26. f4680b5 Remove an extra register move. by Bruce Beare · 15 years ago
  27. 1698442 Fix missing NL by Bruce Beare · 15 years ago
  28. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  29. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  30. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  31. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago