summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change the warning about unrecognized entries in the dynamic tableJohn Polstra1999-09-041-2/+2
* When looking up symbols, search the objects loaded at program startJohn Polstra1999-09-041-8/+8
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-301-5/+19
* When checking to see if a shared object is already loaded, look forJohn Polstra1999-08-301-5/+28
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-301-77/+192
* When honoring -Bsymbolic, still keep searching if only a weakJohn Polstra1999-08-301-4/+8
* Simplify the logic in find_symdef().John Polstra1999-08-301-45/+41
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a NULL pointer check whose absence could cause segmentationJohn Polstra1999-08-201-6/+6
* Change many asserts into normal errors. They were all for conditionsJohn Polstra1999-07-181-12/+24
* Change the symbol used to find the end of an object's address spaceJohn Polstra1999-07-141-2/+2
* Fix bug: if a dlopen() failed (e.g., because of undefined symbols),John Polstra1999-07-091-38/+44
* Shake hands with GDB a little bit earlier so that it is possible toJohn Polstra1999-07-031-3/+3
* Fix a reference counting problem when using dlopen(NULL, ...).John Polstra1999-06-251-3/+4
* Fix a serious performance bug for large programs on the Alpha,John Polstra1999-06-251-7/+7
* Back out my change from 6 April PDT that added a new dlversion()John Polstra1999-04-221-16/+1
* After relocating the main program, but before calling any of theJohn Polstra1999-04-211-7/+33
* The ELF specification says that the RPATH in the executable orJohn Polstra1999-04-091-4/+4
* Eliminate all machine-dependent code from the main source body andJohn Polstra1999-04-091-69/+37
* Fix a couple of typos in comments.John Polstra1999-04-071-3/+3
* Add a new function dlversion() which returns the version number ofJohn Polstra1999-04-071-1/+16
* Resolve undefined weak references to a value of 0. This solves theJohn Polstra1999-04-051-1/+13
* If somebody does an execv("foo", NULL) (which theoretically is an error),Peter Wemm1999-04-041-2/+2
* - Commit the correct dladdr() implementation.Nate Williams1999-03-241-7/+14
* - Added dladdr(3) support.Nate Williams1999-03-241-1/+47
* Use the runpath of the main program for locating libraries loaded byDoug Rabson1998-11-271-2/+2
* Fix a bug in dlclose that broke the apache13 port. The list ofJohn Polstra1998-10-131-1/+2
* Make LD_PRELOAD work for ELF.John Polstra1998-09-221-1/+38
* Fix a bug that showed up when debugging dynamically linked programs.John Polstra1998-09-161-3/+13
* Make the pathname pointed to by the Obj_Entry structure for theJohn Polstra1998-09-151-3/+11
* Implement ldconfig functionality for ELF. The hints are stored inJohn Polstra1998-09-051-3/+50
* Add alpha support.Doug Rabson1998-09-041-227/+109
* Suppress duplicate entries in ldd output.John Polstra1998-09-021-11/+10
* Style fixes. If it seems like a lot of lines of changes, it'sJohn Polstra1998-09-021-75/+79
* Handle dlsym(NULL, ...) properly, by searching in the caller'sJohn Polstra1998-09-021-11/+26
* Add support for ldd.Doug Rabson1998-05-011-5/+106
* Add GDB support. The method and some of the code came from NetBSD's elfDoug Rabson1998-04-301-18/+95
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-071-0/+1291