| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -18/+18 |
* | Add a NULL pointer check whose absence could cause segmentation | jdp | 1999-08-20 | 1 | -6/+6 |
* | Change many asserts into normal errors. They were all for conditions | jdp | 1999-07-18 | 3 | -39/+65 |
* | Change the symbol used to find the end of an object's address space | jdp | 1999-07-14 | 1 | -2/+2 |
* | Add code to 'handle' R_ALPHA_NONE relocations by ignoring them. | dfr | 1999-07-12 | 1 | -1/+4 |
* | Add a MAINTAINER line naming myself. We control the vertical. We | jdp | 1999-07-09 | 1 | -1/+2 |
* | Fix bug: if a dlopen() failed (e.g., because of undefined symbols), | jdp | 1999-07-09 | 1 | -38/+44 |
* | Shake hands with GDB a little bit earlier so that it is possible to | jdp | 1999-07-03 | 1 | -3/+3 |
* | Fix a reference counting problem when using dlopen(NULL, ...). | jdp | 1999-06-25 | 1 | -3/+4 |
* | Fix a serious performance bug for large programs on the Alpha, | jdp | 1999-06-25 | 7 | -103/+231 |
* | Back out my change from 6 April PDT that added a new dlversion() | jdp | 1999-04-22 | 1 | -16/+1 |
* | After relocating the main program, but before calling any of the | jdp | 1999-04-21 | 1 | -7/+33 |
* | The ELF specification says that the RPATH in the executable or | jdp | 1999-04-09 | 1 | -4/+4 |
* | Eliminate all machine-dependent code from the main source body and | jdp | 1999-04-09 | 14 | -88/+488 |
* | Fix a couple of typos in comments. | jdp | 1999-04-07 | 1 | -3/+3 |
* | Add a new function dlversion() which returns the version number of | jdp | 1999-04-07 | 1 | -1/+16 |
* | Resolve undefined weak references to a value of 0. This solves the | jdp | 1999-04-05 | 1 | -1/+13 |
* | If somebody does an execv("foo", NULL) (which theoretically is an error), | peter | 1999-04-04 | 1 | -2/+2 |
* | - Commit the correct dladdr() implementation. | nate | 1999-03-24 | 1 | -7/+14 |
* | - Added dladdr(3) support. | nate | 1999-03-24 | 1 | -1/+47 |
* | - Set the system immutable flag when installing ld.so to avoid people | nate | 1999-02-15 | 1 | -2/+3 |
* | Use the runpath of the main program for locating libraries loaded by | dfr | 1998-11-27 | 1 | -2/+2 |
* | Fix a bug in dlclose that broke the apache13 port. The list of | jdp | 1998-10-13 | 1 | -1/+2 |
* | Make LD_PRELOAD work for ELF. | jdp | 1998-09-22 | 1 | -1/+38 |
* | Fix a bug that showed up when debugging dynamically linked programs. | jdp | 1998-09-16 | 1 | -3/+13 |
* | Make the pathname pointed to by the Obj_Entry structure for the | jdp | 1998-09-15 | 1 | -3/+11 |
* | Update to the binutils-2.9.1 PLT format. | dfr | 1998-09-11 | 1 | -2/+4 |
* | Add the r_addend of the relocation when processing GLOB_DAT relocations. | dfr | 1998-09-11 | 1 | -3/+3 |
* | Fix a cut&paste error which prevented LD_BIND_NOW from working. | dfr | 1998-09-08 | 1 | -2/+2 |
* | Implement ldconfig functionality for ELF. The hints are stored in | jdp | 1998-09-05 | 1 | -3/+50 |
* | Add alpha support. | dfr | 1998-09-04 | 11 | -277/+1145 |
* | Suppress duplicate entries in ldd output. | jdp | 1998-09-02 | 2 | -12/+12 |
* | Style fixes. If it seems like a lot of lines of changes, it's | jdp | 1998-09-02 | 1 | -75/+79 |
* | Handle dlsym(NULL, ...) properly, by searching in the caller's | jdp | 1998-09-02 | 1 | -11/+26 |
* | Update this header to use the revamped elf headers which select Elf32 | jb | 1998-08-21 | 1 | -12/+12 |
* | Add "-C" to INSTALLFLAGS to install atomically. An elf->elf | jdp | 1998-08-17 | 1 | -1/+3 |
* | Add support for ldd. | dfr | 1998-05-01 | 1 | -5/+106 |
* | Add GDB support. The method and some of the code came from NetBSD's elf | dfr | 1998-04-30 | 3 | -22/+102 |
* | This commit was generated by cvs2svn to compensate for changes in r34192, | jdp | 1998-03-07 | 9 | -0/+2403 |
|\ |
|
| * | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 9 | -0/+2403 |
* | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 1 | -0/+83 |
* | spelling corrections. | wosch | 1997-09-13 | 1 | -3/+3 |
* | Typo fix. | max | 1997-05-27 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 1 | -1/+25 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Sort cross references. | wosch | 1997-01-13 | 1 | -3/+3 |
* | Correct typos and spelling errors. | jdp | 1997-01-12 | 1 | -5/+5 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 1 | -7/+17 |
* | Fix spelling error in manpage. | swallace | 1996-12-26 | 1 | -2/+2 |