1. ef76860 Turns out we don't need to say calll any more. by Elliott Hughes · 4 years, 2 months ago
  2. 559f278 Clear the stack frame pointer in _start and __bionic_clone by Chris Wailes · 4 years, 3 months ago
  3. 5501003 Remove __stack_chk_fail_local() completely. by Elliott Hughes · 4 years, 5 months ago
  4. 92da286 Clean up __stack_chk_fail_local slightly. by Elliott Hughes · 4 years, 5 months ago
  5. 3e1d556 PAC/BTI: no need to keep using `hint`. by Elliott Hughes · 4 years, 6 months ago
  6. de30635 Put __*_ARRAY__ symbols before prioritized init/fini funcs by Matthew Maurer · 4 years, 9 months ago
  7. 18621fb Update crtbegin.c and crt*.S to support Armv8.5-A BTI by Tamas Petz · 5 years ago
  8. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  9. 85be972 crtbegin: replace TPREL with R_*_NONE relocs by Ryan Prichard · 6 years ago
  10. cc9b100 Overalign the TLS segment using crtbegin by Ryan Prichard · 6 years ago
  11. a0d177d crtbegin: Correctly align ESP to 16 for __i386__ by Ryan Prichard · 7 years ago
  12. 586b676 Partial revert of "Remove obsolete __stack_chk_fail_local." by Dan Albert · 8 years ago
  13. 2e2c72d Pre-M and GCC compatibility for crtbegin. by Dan Albert · 8 years ago
  14. b348d5c Build crtbegin with clang too. by Elliott Hughes · 8 years ago
  15. 4af220c Remove obsolete __stack_chk_fail_local. by Elliott Hughes · 8 years ago
  16. 94072fb Switch to inline assembler in crtbegin. by Elliott Hughes · 8 years ago
  17. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  18. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  19. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  20. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  21. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  22. 33a209e Fix 16-byte stack alignment requirement for x86_64 ABI by Pavel Chupin · 12 years ago
  23. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago[Renamed (95%) from libc/arch-x86/bionic/crtbegin.c]
  24. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 12 years ago
  25. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  26. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  27. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 13 years ago