1. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  2. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  3. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  4. 93ea09f Add directives to force stop unwinding. by Christopher Ferris · 8 years ago
  5. d7c5262 Shave another uninteresting stack frame off aborts. by Elliott Hughes · 8 years ago
  6. e462117 Set __get_thread()->tid as part of clone(). by Robert Sesek · 9 years ago
  7. a4edf7a Fix gettid() after clone(). by Robert Sesek · 9 years ago
  8. e104a2e Generalize the clone function slightly. by Elliott Hughes · 9 years ago
  9. fb23fa3 clone: check for NULL child stack by Greg Hackmann · 9 years ago
  10. 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 11 years ago
  11. fa9e16e Fix getpid caching across a clone. by Elliott Hughes · 11 years ago
  12. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  13. 6203e7b Add some missing __noreturn attributes. by Elliott Hughes · 11 years ago
  14. 0d236aa Align the child stack in clone(2). by Elliott Hughes · 11 years ago
  15. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  16. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago[Renamed (61%) from libc/bionic/bionic_clone.c]
  17. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  18. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  19. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  20. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  21. 22d366c enable clone system call for x86 by Jin Wei · 13 years ago
  22. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 15 years ago