1. 63fca20 [AArch64] BTI flag is missing from the crt_pad_segment.S by Daniel Kiss · 11 months ago
  2. 862a23d bionic: Add crt_pad_segment by Kalesh Singh · 1 year, 8 months ago
  3. 744cfd3 Let executables not rely on sentinels in preinit_array/init_array/fini_array by Yabin Cui · 2 years ago
  4. 5ee6292 Remove #if cruft. by Elliott Hughes · 2 years, 6 months ago
  5. 7a19624 Add riscv64 crtbegin assembler. by Elliott Hughes · 2 years, 11 months ago
  6. 9340037 [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE. by Mitch Phillips · 3 years, 7 months ago
  7. ef76860 Turns out we don't need to say calll any more. by Elliott Hughes · 4 years, 4 months ago
  8. 559f278 Clear the stack frame pointer in _start and __bionic_clone by Chris Wailes · 4 years, 4 months ago
  9. 5501003 Remove __stack_chk_fail_local() completely. by Elliott Hughes · 4 years, 6 months ago
  10. 92da286 Clean up __stack_chk_fail_local slightly. by Elliott Hughes · 4 years, 6 months ago
  11. 3e1d556 PAC/BTI: no need to keep using `hint`. by Elliott Hughes · 4 years, 7 months ago
  12. dec48bd (NFC) Symbolic names for Android ELF note types. by Evgenii Stepanov · 4 years, 8 months ago
  13. de30635 Put __*_ARRAY__ symbols before prioritized init/fini funcs by Matthew Maurer · 4 years, 11 months ago
  14. 9494caa Merge "Enable arm64 .eh_frame terminator, align it to 4" by Ryan Prichard · 5 years ago
  15. bcef897 Enable arm64 .eh_frame terminator, align it to 4 by Ryan Prichard · 5 years ago
  16. 18621fb Update crtbegin.c and crt*.S to support Armv8.5-A BTI by Tamas Petz · 5 years ago
  17. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  18. 85be972 crtbegin: replace TPREL with R_*_NONE relocs by Ryan Prichard · 6 years ago
  19. f1fde77 Move __dso_handle to RELRO by Vic Yang · 6 years ago
  20. cc9b100 Overalign the TLS segment using crtbegin by Ryan Prichard · 6 years ago
  21. d4e51a1 Change crtbrand for host bionic by Dan Willemsen · 7 years ago
  22. bcea0e2 Call __emutls_unregister_key on dlclose by Ryan Prichard · 7 years ago
  23. 5bf2c20 Merge "crtbegin: Correctly align ESP to 16 for __i386__" by Treehugger Robot · 8 years ago
  24. a0d177d crtbegin: Correctly align ESP to 16 for __i386__ by Ryan Prichard · 8 years ago
  25. 3e4d4d4 Add _FORCE_CRT_ATFORK config for crtbegin. by Dan Albert · 8 years ago
  26. 586b676 Partial revert of "Remove obsolete __stack_chk_fail_local." by Dan Albert · 8 years ago
  27. 2e2c72d Pre-M and GCC compatibility for crtbegin. by Dan Albert · 8 years ago
  28. 1253327 Give ELF notes 4-byte alignment. by Elliott Hughes · 8 years ago
  29. 3413a75 Remove an obsolete aarch64 hack. by Elliott Hughes · 8 years ago
  30. b348d5c Build crtbegin with clang too. by Elliott Hughes · 8 years ago
  31. 4af220c Remove obsolete __stack_chk_fail_local. by Elliott Hughes · 8 years ago
  32. 94072fb Switch to inline assembler in crtbegin. by Elliott Hughes · 8 years ago
  33. af7e806 Properly align init/fini_arrays for crtend.o by Dmitriy Ivanov · 10 years ago
  34. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  35. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  36. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  37. e09ab2c Make .note.android.ident section type SH_NOTE by Colin Cross · 11 years ago
  38. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  39. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  40. 6b56691 Fixes for __cxa_finalize by Dmitriy Ivanov · 11 years ago
  41. e210488 AArch64: Add initial support for AArch64 by Serban Constantinescu · 12 years ago
  42. 33a209e Fix 16-byte stack alignment requirement for x86_64 ABI by Pavel Chupin · 12 years ago
  43. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  44. 589eaa4 libc: fix __cxa_atexit implicit declaration by synergydev · 12 years ago
  45. 719269d Fixed ASM_ALIGN macro by Pavel Chupin · 12 years ago
  46. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago