summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
1999-03-03Make this compile without -DRTLD_LOADER and fix printf format problems onchristos
1999-03-03Not all ports use 'tmp'.jonathan
1999-03-03Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested byjonathan
1999-03-01fix rdbg macro args.christos
1999-03-01KNFchristos
1999-03-01Reality check.christos
1999-03-01- Use c style comments.christos
1999-03-01Make mkdep succeed (use matching quotes in comment).kim
1999-02-27Replace local xva_arg() inline function with macros similar to those inscottr
1999-02-27Fix typo introduced in rev 1.11scottr
1999-02-27* Make changing the PLT slot entry (lazy function binding) thread-safe.pk
1999-02-27Add comment on the necessity of having to look at implicit memory addendspk
1999-02-27Introduce pre-preocessor symbol RTLD_INHIBIT_COPY_RELOCS.pk
1999-02-27Just initialize the stack-based temporary `rtld self' object.pk
1999-02-27Target bitmask for RELOC_RELATIVE should be a full word.pk
1999-02-26Relative relocations should use addend.christos
1999-02-26Take care of `load address relative' relocations.pk
1999-02-26Completely construct the first PLT entry and correctly compute thepk
1999-02-26Implement rtld_bind() stub.pk
1999-02-25Partial fix for Alpha breakage. s/tmp_value/tmp/ in two places, and don'ttv
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
1999-02-24Work in progress (does not work yet).christos
1999-02-24Fix glitch in previous.pk
1999-02-22Add an approximation of the necessary sparc bits in here.pk
1999-02-21Replace home-grown header file installation with INCS/INCSDIR; from Erikkleink
1999-02-19Remove unneeded args for rtld (kleink)christos
1999-02-13tv is right; we don't need to specialcase the i386.christos
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-12On everything but the i386, don't write new values into the GOT that aretv
1999-02-12Be consistant about the .rtld_start and _rtld_startchristos
1999-02-07Fixed for i386/elf.christos
1999-02-07Support for {h,l,q,ll} modifiers and %pchristos
1999-02-07Add -DRTLD_DEBUG_RELOC commented out.christos
1999-01-18Avoid confusing various C preprocessors by avoiding # [0-9]castor
1999-01-16PR/6824: Erik Bertelsen: Missed arch directory in recent move.christos
1999-01-11Fixup some printf format argFixup some printf format argFixup some printf for...thorpej
1999-01-11Add a few comments about the i386 and others.christos
1999-01-10Add i386 bits. Only works with -fpic or -fPIC compiled binaries sincechristos
1999-01-10Add i386 bitschristos
1999-01-10Moved via repository copy to arch/powerpcchristos
1999-01-10Moved via repository copy to arch/mipschristos
1999-01-10Moved via repository copy to arch/alphachristos
1999-01-10Add __attribute__ for printf like commands.christos
1999-01-09Restore missing variable declaration with -DRTLD_DEBUGcastor
1998-11-24Add powerpc support.tsubai
1998-10-30gdb's shared-lib mapping code in solib.c has #ifdef dependencies onjonathan
1998-10-07Rewrite AuxInfo handling to track AuxID changes in sys/exec_elf.h.ross
1998-09-13At least make the comments accurate.thorpej
1998-09-13remove MD asm as(1) comments from sysident.h, placing them in a commentmrg
1998-08-27Use -L for libc's objdir in case NOPICINSTALL is set in mk.conf.tv