1. e286cf6 Move the trivial __set_tls() implementations to "bionic_tls.h". by Elliott Hughes · 6 months ago
  2. df79cf1 Rename __arch_prctl() to arch_prctl(). by Elliott Hughes · 1 year, 1 month ago
  3. d783120 Fix assembler warnings. by Elliott Hughes · 1 year, 8 months ago
  4. 072ff57 Use L() in libc/arch-x86_64/bionic/*.S. by Elliott Hughes · 2 years, 1 month ago
  5. c0d41db setjmp/longjmp: avoid invalid values in the stack pointer. by Elliott Hughes · 4 years, 5 months ago
  6. fd8d687 x86/x86_64: cleanup signal trampolines by Ryan Prichard · 5 years ago
  7. 2303283 Track whether a thread is currently vforked. by Josh Gao · 5 years ago
  8. c5d3a43 Make tls related header files platform accessible. by Christopher Ferris · 6 years ago
  9. 82aea78 Use TLS_SLOT_THREAD_ID macro in vfork.S by Ryan Prichard · 7 years ago
  10. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  11. beb8796 Use ENTRY_PRIVATE in __bionic_clone assembler. by Elliott Hughes · 9 years ago
  12. 686e5f6 Add a checksum to jmp_buf on x86_64. by Josh Gao · 9 years ago
  13. c244fcb Delete lies from x86_64 setjmp implementation. by Josh Gao · 9 years ago
  14. 8dbf02d Add missing register preserve in x86/x86_64 longjmp. by Josh Gao · 10 years ago
  15. 2342e64 Implement setjmp cookies on x86_64. by Josh Gao · 10 years ago
  16. 5891abd Invalidate cached pid in vfork. by Elliott Hughes · 10 years ago
  17. 2495851 Use ALIAS_SYMBOL for assembler aliasing. by Christopher Ferris · 10 years ago
  18. 1c0c0ed Fix signal mask save/restore for x86-64. by Elliott Hughes · 11 years ago
  19. 8d4c55c Clean up the x86-64 and x86 setjmp families. by Elliott Hughes · 11 years ago
  20. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  21. 36f451a Fix signal trampolines. by Elliott Hughes · 11 years ago
  22. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  23. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  24. d994622 Merge "Android is all-PIC/PIE." by Elliott Hughes · 11 years ago
  25. 6b6364a Android is all-PIC/PIE. by Elliott Hughes · 11 years ago
  26. 6a91887 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  27. 440bd6b Merge "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  28. 210331d Replaces vfork() implementation with fork() by Dan Albert · 11 years ago
  29. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  30. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  31. aeb3016 Fix unwinding through x86-64 __bionic_clone. by Elliott Hughes · 11 years ago
  32. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  33. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  34. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  35. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  36. 7136927 Fix x86_64 __set_tls.c build failure. by Elliott Hughes · 11 years ago
  37. 9f0a52e Merge "Hide __get_sp." by Elliott Hughes · 11 years ago
  38. a75869f Hide __set_tls. by Elliott Hughes · 11 years ago
  39. c3705f6 Hide __get_sp. by Elliott Hughes · 11 years ago
  40. 31d0398 Hide _exit_with_stack_teardown. by Elliott Hughes · 11 years ago
  41. 879180c With libstdc++ in libc, __futex_wait and __futex_wake can be hidden. by Elliott Hughes · 11 years ago
  42. 0d236aa Align the child stack in clone(2). by Elliott Hughes · 11 years ago
  43. fff3c0f Align arm64 stacks to 16 bytes in __bionic_clone. by Elliott Hughes · 11 years ago
  44. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  45. 851e68a Unify our assembler macros. by Elliott Hughes · 12 years ago
  46. 09289d9 Remove useless _C_LABEL from our assembler source. by Elliott Hughes · 12 years ago
  47. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  48. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  49. 507cfe2 Add .cfi_startproc/.cfi_endproc to ENTRY/END. by Christopher Ferris · 12 years ago
  50. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  51. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  52. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  53. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  54. 33a209e Fix 16-byte stack alignment requirement for x86_64 ABI by Pavel Chupin · 12 years ago
  55. f4ac8ba Merge "Fix the x86_64 vfork implementation." by Elliott Hughes · 12 years ago
  56. 53bfdae Fix the x86_64 clone implementation. by Elliott Hughes · 12 years ago
  57. 9ea4d5f Fix the x86_64 vfork implementation. by Elliott Hughes · 12 years ago
  58. 938f38d Fix clone.S for x86_64. by Elliott Hughes · 12 years ago
  59. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  60. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  61. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  62. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  63. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  64. a97cc5b Clean up the x86 and x86_64 _exit_with_stack_teardown implementations. by Elliott Hughes · 12 years ago
  65. 4906e56 Add arch-x86_64/bionic. by Elliott Hughes · 12 years ago