aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-2515-15/+15
* MFC 1.3 -> 1.4: Make the default locking work with JDK and pthreads.John Polstra2000-01-281-8/+10
* 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-216-110/+299
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn2000-01-171-0/+87
* MFC: fixes for dlopen() which allow mozilla to actually work in -stable.Jordan K. Hubbard1999-12-175-109/+328
* 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-2914-14/+14
* 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-223-39/+65
* MFC 1.6 -> 1.7: Mark my turf as maintainer.John Polstra1999-08-221-1/+2
* 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.5 -> 1.6: Handle R_ALPHA_NONE relocations.John Polstra1999-07-141-1/+4
* 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-295-77/+201
* MFC 1.24 -> 1.25: Fix reference counting problem.John Polstra1999-06-251-3/+4
* MFC: Use realhostname() and trimdomain().Brian Somers1999-05-022-2/+2
* 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-287-89/+99
* MFC 1.18 -> 1.19: Fix typos in comments.John Polstra1999-04-281-3/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-155-0/+208
* 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: Install with -fschg to protect the loader from accidental removal.Nate Williams1999-03-241-2/+3
* MFC: dladdr(3) support.Nate Williams1999-03-241-1/+47
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-213-548/+0
* 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
* Update to the binutils-2.9.1 PLT format.Doug Rabson1998-09-111-2/+4
* Add the r_addend of the relocation when processing GLOB_DAT relocations.Doug Rabson1998-09-111-3/+3
* Fix a cut&paste error which prevented LD_BIND_NOW from working.Doug Rabson1998-09-081-2/+2
* Implement ldconfig functionality for ELF. The hints are stored inJohn Polstra1998-09-051-3/+50
* Add alpha support.Doug Rabson1998-09-0411-277/+1145
* Suppress duplicate entries in ldd output.John Polstra1998-09-022-12/+12
* 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
* Update this header to use the revamped elf headers which select Elf32John Birrell1998-08-211-12/+12
* Add "-C" to INSTALLFLAGS to install atomically. An elf->elfJohn Polstra1998-08-171-1/+3
* 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-303-22/+102
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-0710-0/+2486
* spelling corrections.Wolfram Schneider1997-09-131-3/+3
* Typo fix.Masafumi Max NAKANE1997-05-271-3/+3