summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* Maintain a stack alignment of 16-bytes.Brooks Davis2020-09-041-2/+3
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-1/+0
* Include FreeBSD ABI tag note in the ELF runtime loader.John Baldwin2020-07-162-14/+3
* Handle non-PLT GNU IFUNC relocations in rtldLeandro Lupori2020-07-061-1/+4
* rtld: Apply relro to itself.Konstantin Belousov2020-06-181-0/+1
* rtld: Parse own phdr and notes.Konstantin Belousov2020-06-181-0/+30
* rtld: Allow to load ET_DYN && DF_1_PIE when tracing.Konstantin Belousov2020-06-161-3/+4
* rtld: Add debug line for dlopen_object().Konstantin Belousov2020-06-161-0/+3
* Systematically pass RTLD_LO_TRACE to load_needed_objects().Konstantin Belousov2020-06-161-2/+3
* rtld: set osrel when in the direct exec mode.Konstantin Belousov2020-06-122-3/+32
* Uppercase 'dso' to indicate that it is abbreviation.Konstantin Belousov2020-06-021-1/+1
* Do not allow to load ET_DYN object with DF_1_PIE flag set.Konstantin Belousov2020-06-022-0/+7
* rtld: Add -b option to allow to specify image name different from arg0.Konstantin Belousov2020-05-312-6/+40
* rtld: Fix indent in print_usage().Konstantin Belousov2020-05-311-9/+9
* rtld: Add -v switch to print some useful information about the rtld binary.Konstantin Belousov2020-05-312-1/+24
* rtld: Add -p switch to direct exec mode summary line.Konstantin Belousov2020-05-311-2/+2
* Add version indicators to rtld.Konstantin Belousov2020-05-263-0/+57
* Implement Solaris-like link_map l_refname member.Konstantin Belousov2020-05-221-0/+7
* Convert linkmap_add() and linkmap_delete() to style(8).Konstantin Belousov2020-05-221-32/+33
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-1/+2
* Change the samantic of struct link_map l_addr member.Konstantin Belousov2020-05-201-5/+1
* Implement RTLD_DEEPBIND.Konstantin Belousov2020-05-152-0/+5
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* Move ARM specific flags to arm/Makefile.incMichal Meloun2020-04-292-3/+2
* Don't allow to use FPU inside of rtld library.Michal Meloun2020-04-291-0/+3
* rtld: ignore static TLS segments when tracing.Konstantin Belousov2020-04-222-4/+5
* Align initial-exec TLS segments to the p_vaddr % align.Konstantin Belousov2020-04-1911-33/+86
* Make p_vaddr % p_align == p_offset % p_align for (some) TLS segments.Konstantin Belousov2020-04-044-35/+49
* Remove sparc64 source files from rtld-elfWarner Losh2020-02-264-1139/+0
* Remove sparc64 specific parts of rtld-elf.Warner Losh2020-02-263-12/+5
* vfs: add realpathat syscallMateusz Guzik2020-02-201-1/+1
* r357895: fix typo in the relocation name for i386 IRELATIVE.Konstantin Belousov2020-02-141-1/+1
* Handle non-plt IRELATIVE relocations, at least for x86.Konstantin Belousov2020-02-1311-49/+180
* Fix indent.Konstantin Belousov2020-02-121-20/+24
* Use sigfastblock(2) in rtld.Konstantin Belousov2020-02-094-43/+74
* rtld: remove hand rolled memset and bzeroMateusz Guzik2020-01-152-25/+3
* rtld: clean up Makefile.Konstantin Belousov2020-01-117-32/+18
* Stop prepending prefix to the result of realpath(3).Konstantin Belousov2020-01-111-21/+6
* rtld: Return error if $ORIGIN for a dlopen-ed library cannot be resolved ...Konstantin Belousov2020-01-091-14/+25
* Resolve relative argv0 for direct exec mode to absolute path for AT_EXECPATH.Konstantin Belousov2020-01-091-4/+32
* rtld: fix after r356300Konstantin Belousov2020-01-081-6/+3
* rtld: Fix segfault in direct exec modeRyan Stone2020-01-071-2/+3
* Fix AT_EXECPATH for direct exec mode.Konstantin Belousov2020-01-021-6/+27
* rtld(1): Do booleans like C99Conrad Meyer2019-12-311-5/+1
* Eliminate the last MI difference in AT_* definitions (for powerpc).Justin Hibbits2019-12-271-0/+24
* [PowerPC] powerpc32 rtld IFUNC handling codeBrandon Bergren2019-12-242-97/+235
* [PowerPC] powerpc64 rtld IFUNC handling codeBrandon Bergren2019-12-242-82/+237
* rtld: make checks for mmap(2) failures compliant with documentation.Konstantin Belousov2019-12-121-3/+3
* rtld: do not try to mmap a zero-sized PT_LOADBrandon Bergren2019-12-121-5/+6
* Correct the offset of static TLS variables for Initial-Exec on RISC-V.John Baldwin2019-12-101-1/+1