summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2001-12-28- Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden.lukem
2001-12-28if SHLINKDIR != /usr/libexec, install compat symlinklukem
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-20Grumble. Put compiler options back into CPPFLAGS for now, sincethorpej
2001-12-20Small whitespace fix.thorpej
2001-12-20Update README. Still not complete.thorpej
2001-12-20Upon further investigation, do NOT include an addend in RELATIVEthorpej
2001-12-20Include the addend in GLOB_DAT relocations (!!).thorpej
2001-12-16* Move The Alpha R(RELATIVE) handling into an Alpha-specific code block,thorpej
2001-12-14Don't put compiler options into CPPFLAGS.thorpej
2001-12-14...and the other other missing notice.thorpej
2001-12-14Add other missing copyright notice.thorpej
2001-12-14Add missing copyright notice.fvdl
2001-12-14Garbage-collect the OLD_GOT stuff.thorpej
2001-12-14binutils-current ld emits DT_TEXTREL into _DYNAMIC on arm-elf. Handlethorpej
2001-12-14Add code to peek into the PLT and determine which PLT entry formatthorpej
2001-12-13Supply two lazy binding routines for Alpha: one that works with thethorpej
2001-12-13Check in workaround for BFD ABI change on MIPS: the new MIPS BFD generatesrafal
2001-12-13Use numeric labels.thorpej
2001-12-13Add RCS ID.thorpej
2001-12-13* Add a linker script which provides a _GOT_END_ symbol that we canthorpej
2001-11-24Fix bug found by Izumi Tsutsui -- if _rtld_find_symdef returned NULL, therafal
2001-11-02Allow both space and colon as a separator in LD_PRELOAD. Document this andskrll
2001-11-01Sort SEE ALSO, drop some unnecessary .Pp's, whitespace and misc fixes.wiz
2001-10-31Add a man page for ld.elf_so.skrll
2001-10-14Fix how underfined weak symbols are treated -- before, ld.so would do nothingrafal
2001-09-26In the `I can't believe it's been broken all this time' department:mycroft
2001-09-10Reorganize PowerPC cold a little. The return value from _rtld_bind_pltgot()mycroft
2001-08-14Correct some comments.eeh
2001-08-14Workaround for binutils 2.11 behavior.eeh
2001-08-14Get rid of some debug code that should no longer be needed.eeh
2001-08-14Pointers are NULL. Characters are '\0'.eeh
2001-07-16Fix ABS32 ARM reloc case. ELF shared libs on ARM now work!matt
2001-07-15Fix binder routine to not use a volatile register.matt
2001-07-15Bugfix for _rtld_start. Enable common plt processing code for armmatt
2001-07-15Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM.matt
2001-07-15Initial support for dynamic ELF support on ARM.matt
2001-07-15Add support for ARM ELF dynamic relocs.matt
2001-06-20Get stack layout right.fvdl
2001-06-20Remove mistaken casts of PLT relocations to 32 bit values.fvdl
2001-06-19Adapt for an actually correct sys/exec_elf.hfvdl
2001-06-19Don't use multi-line string literals.fvdl
2001-06-19Preliminary x86-64 support. Not fully functional yet (toolchain bugs).fvdl
2001-05-28Correct spelling in a comment.nathanw
2001-05-27s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio.christos
2001-05-24Provide compatibility for the NetBSD-1.5 branch. Note that I usedchristos
2001-05-24Don't include <uvm/uvm_param.h>. It does not appear to be needed by anything.christos
2001-05-10Unloading objects, can cause other objects whose reference count becomeschristos
2001-04-25Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela.kleink
2001-02-04avoid nested externchristos