summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2020-04-16Introduce intermediate locking for fork, so that the dynamic linker isjoerg
2020-03-04PT_GNU_RELRO segments are arranged such that their vaddr + memsz endsthorpej
2020-02-29Add extra cast to suppress incompatible-pointer-types GCC warningkamil
2020-02-29Fix vax and mips buildkamil
2020-02-29Implement DT_GNU_HASHkamil
2020-02-29Implement and integrate GNU Hashing functionkamil
2020-02-29Separate matched symbol functionality out of _rtld_symlook_obj()kamil
2020-02-09Specify NOLIBCSANITIZER for the ELF loaderkamil
2019-12-08Use existing lo() and hi() macros. Same object code is generated.uwe
2019-12-08Resolve ADDR16_LO, ADDR16_HI, and ADDR16_HA relocs.uwe
2019-12-08Fix typo in a comment.uwe
2019-12-08_rtld_relro - fix debug printf format for a size_t argumentuwe
2019-11-05Use alignof and not size_t for platforms with non-natural basejoerg
2019-11-04PR 54093: Align static TLS area to max_align_t.joerg
2019-11-03simplify pointer gymnastics that sprained gcc-8christos
2019-10-13use strlcpy to ensure termination.mrg
2019-10-04use __func__ (c99, c++11) instead of __FUNCTION__christos
2019-10-03improve error messagetnn
2019-09-15Return the ELF loader dl_phdr_info information for dl_iterate_phdr(3)kamil
2019-04-15r_symndx is no longer declared, use symnum and initialize it before use.maya
2019-04-15$ORIGIN support is now enabled.maya
2019-04-15Typo: s/a indirection/an indirection/abhinav
2019-04-14Use more Dv.wiz
2019-04-14Note that we now search DT_RUNPATH paths as well.maya
2019-04-14undo previous unlock/relock; it is not needed now that we added the tls modelchristos
2019-04-13Fix c++ exceptions on arm; jemalloc calls _rtld_tls_get_addr from insidechristos
2019-04-13Do not compile __tls_get_addr() into ldd(1), which fixes ldd(1) crashingrin
2019-04-03Disable optimization for rtld.c on the vax with gcc-7.christos
2019-01-18Adapt https://svnweb.freebsd.org/base?view=revision&revision=342113 toskrll
2019-01-12print the program name when we don't find a library.christos
2019-01-06When loading a non-PIE main binary, the virtual address must match.joerg
2019-01-04MAP_ALIGNED has existed for years, just assume it exists.joerg
2018-12-30Add support for DT_RUNPATH - it is just the same as we always have treatedmartin
2018-12-30- fix wrong reloc name in assertchristos
2018-12-30binutils 2.31.1 can put copy relocations in the relro segment. Delaychristos
2018-12-27initfini array support for everyone.christos
2018-12-27explain why we skip objmain.christos
2018-12-01Fix typosskrll
2018-11-26Now that lib/csu no longer uses the object handle, drop the magic andjoerg
2018-11-23Fix RTLD_DEBUG_RELOC buildskrll
2018-11-23Trailing whitespaceskrll
2018-10-17Move compatibility for pre-2.0 ELF binaries into separate file.joerg
2018-09-20Revise previous to not deadlock.jakllsch
2018-09-20Improve support for R_AARCH64_TLSDESC relocations.jakllsch
2018-07-24Apply relocbase for tlsinit of the executable itself. Fixes PIE wherejoerg
2018-07-16Initialize new_value to account for bogus return from the function.christos
2018-06-09We can't build those three with MKSANITIZER, they are used too early.christos
2018-05-24rename flag to the official name.christos
2018-04-03Rework ifunc support to address a number of short comings:joerg
2018-03-29Move the complex logic for dynamically writing branches from ld.elf_sojoerg