summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
* MFC 1.41 -> 1.42: Treat white space as a separator in LD_PRELOAD.John Polstra2000-01-251-3/+4
* Sync with -current: add locking support to the dynamic linker.John Polstra2000-01-211-83/+265
* MFC: fixes for dlopen() which allow mozilla to actually work in -stable.Jordan K. Hubbard1999-12-171-94/+246
* MFC 1.38 -> 1.39: Fix comment describing shared library searchJohn Polstra1999-11-191-1/+1
* MFC 1.37 -> 1.38: Change the warning about unrecognized entries inJohn Polstra1999-09-061-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC 1.29 -> 1.30: Fix segmentation violations in certain obscureJohn Polstra1999-08-221-6/+6
* MFC: Change many asserts into normal errors. Enable format stringJohn Polstra1999-08-221-12/+24
* MFC 1.26 -> 1.27: Cleanup properly after a failed dlopen().John Polstra1999-07-141-38/+44
* MFC 1.27 -> 1.28: Bugfix for dladdr() and dlsym(RTLD_NEXT, ...).John Polstra1999-07-141-2/+2
* MFC 1.25 -> 1.26: Make it possible to debug the _init functions.John Polstra1999-07-081-3/+3
* MFC: Fix serious performance bug for large programs with multipleJohn Polstra1999-06-291-7/+7
* MFC 1.24 -> 1.25: Fix reference counting problem.John Polstra1999-06-251-3/+4
* MFC: Use realhostname() and trimdomain().Brian Somers1999-05-021-1/+1
* MFC 1.21 -> 1.22: Initialize "__progname" and "environ" beforeJohn Polstra1999-04-281-7/+33
* MFC 1.20 -> 1.21: Give RPATH precedence over LD_LIBRARY_PATH, as perJohn Polstra1999-04-281-4/+4
* MFC (1999/04/08 17:28:44 PDT):John Polstra1999-04-281-69/+37
* MFC 1.18 -> 1.19: Fix typos in comments.John Polstra1999-04-281-3/+3
* MFC 1.16 -> 1.17: Resolve undefined weak references to 0.John Polstra1999-04-071-1/+13
* MFC 1.15 -> 1.16: Handle NULL argv.John Polstra1999-04-071-2/+2
* MFC: Correct dladdr() functionality.Nate Williams1999-03-241-7/+14
* MFC: 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