summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* Make jdk-1.1.8 work again. It turns out that some code insidejdp1999-09-051-5/+9
* Enable -Wformat checking for debug_printf().jdp1999-09-041-1/+3
* Change the warning about unrecognized entries in the dynamic tablejdp1999-09-041-2/+2
* When looking up symbols, search the objects loaded at program startjdp1999-09-041-8/+8
* Get the actual pathname of the dynamic linker from the executable'sjdp1999-08-303-12/+31
* When checking to see if a shared object is already loaded, look forjdp1999-08-303-7/+38
* Revamp the symbol lookup algorithm to cope better with objectsjdp1999-08-304-82/+245
* When honoring -Bsymbolic, still keep searching if only a weakjdp1999-08-301-4/+8
* Simplify the logic in find_symdef().jdp1999-08-301-45/+41
* $Id$ -> $FreeBSD$peter1999-08-2818-18/+18
* Add a NULL pointer check whose absence could cause segmentationjdp1999-08-201-6/+6
* Change many asserts into normal errors. They were all for conditionsjdp1999-07-183-39/+65
* Change the symbol used to find the end of an object's address spacejdp1999-07-141-2/+2
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.dfr1999-07-121-1/+4
* Add a MAINTAINER line naming myself. We control the vertical. Wejdp1999-07-091-1/+2
* Fix bug: if a dlopen() failed (e.g., because of undefined symbols),jdp1999-07-091-38/+44
* Shake hands with GDB a little bit earlier so that it is possible tojdp1999-07-031-3/+3
* Fix a reference counting problem when using dlopen(NULL, ...).jdp1999-06-251-3/+4
* Fix a serious performance bug for large programs on the Alpha,jdp1999-06-257-103/+231
* Back out my change from 6 April PDT that added a new dlversion()jdp1999-04-221-16/+1
* After relocating the main program, but before calling any of thejdp1999-04-211-7/+33
* The ELF specification says that the RPATH in the executable orjdp1999-04-091-4/+4
* Eliminate all machine-dependent code from the main source body andjdp1999-04-0914-88/+488
* Fix a couple of typos in comments.jdp1999-04-071-3/+3
* Add a new function dlversion() which returns the version number ofjdp1999-04-071-1/+16
* Resolve undefined weak references to a value of 0. This solves thejdp1999-04-051-1/+13
* If somebody does an execv("foo", NULL) (which theoretically is an error),peter1999-04-041-2/+2
* - Commit the correct dladdr() implementation.nate1999-03-241-7/+14
* - Added dladdr(3) support.nate1999-03-241-1/+47
* - Set the system immutable flag when installing ld.so to avoid peoplenate1999-02-151-2/+3
* Use the runpath of the main program for locating libraries loaded bydfr1998-11-271-2/+2
* Fix a bug in dlclose that broke the apache13 port. The list ofjdp1998-10-131-1/+2
* Make LD_PRELOAD work for ELF.jdp1998-09-221-1/+38
* Fix a bug that showed up when debugging dynamically linked programs.jdp1998-09-161-3/+13
* Make the pathname pointed to by the Obj_Entry structure for thejdp1998-09-151-3/+11
* Update to the binutils-2.9.1 PLT format.dfr1998-09-111-2/+4
* Add the r_addend of the relocation when processing GLOB_DAT relocations.dfr1998-09-111-3/+3
* Fix a cut&paste error which prevented LD_BIND_NOW from working.dfr1998-09-081-2/+2
* Implement ldconfig functionality for ELF. The hints are stored injdp1998-09-051-3/+50
* Add alpha support.dfr1998-09-0411-277/+1145
* Suppress duplicate entries in ldd output.jdp1998-09-022-12/+12
* Style fixes. If it seems like a lot of lines of changes, it'sjdp1998-09-021-75/+79
* Handle dlsym(NULL, ...) properly, by searching in the caller'sjdp1998-09-021-11/+26
* Update this header to use the revamped elf headers which select Elf32jb1998-08-211-12/+12
* Add "-C" to INSTALLFLAGS to install atomically. An elf->elfjdp1998-08-171-1/+3
* Add support for ldd.dfr1998-05-011-5/+106
* Add GDB support. The method and some of the code came from NetBSD's elfdfr1998-04-303-22/+102
* This commit was generated by cvs2svn to compensate for changes in r34192,jdp1998-03-079-0/+2403
|\
| * Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-079-0/+2403
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+83
OpenPOWER on IntegriCloud