summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/rtld/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate compiler warnings. I modified the submitted patch aJohn Polstra1998-04-191-25/+25
* MFC: Prepend an underscore if a symbol lookup fails and try again.Nate Williams1997-09-021-2/+30
* Sync with -current.John Polstra1997-08-081-27/+106
* Partial merge from main branch 1.40 -> 1.41: Set the dynamic linkerJohn Polstra1997-05-251-1/+5
* Merge bug fix from main branch 1.43 -> 1.44: If a library is foundJohn Polstra1997-01-201-1/+5
* If errors occur during the loading of the shared libraries required byJohn Polstra1996-10-241-10/+30
* Add the search directories from the hints file only the first time it isJohn Polstra1996-10-101-2/+5
* Fix a bug that caused a segmentation violation if dlsym() was calledJohn Polstra1996-10-101-2/+2
* There's no need to 'unsetenv()' unsafe environment variables explicitlyNate Williams1996-10-011-6/+1
* Sigh, oh well, here's my obligigatory "oops" commit. I don't quite knowPeter Wemm1996-10-011-1/+13
* Update to handle new version ld.so.hints and info in executable forPeter Wemm1996-10-011-54/+221
* When checking to see whether a needed shared library has alreadyJohn Polstra1996-05-221-2/+36
* Implement support for LD_PRELOAD in the dynamic linker. RemoveJohn Polstra1996-04-201-4/+102
* This release is a moderate restructuring of the dynamic linker.John Polstra1996-01-131-590/+603
* Changed the terminology for what used to be called the "memorizing"Nate Williams1995-11-021-184/+87
* Run-time linker speedups - Round OneNate Williams1995-10-251-3/+170
* Remove LD_NOSTD_PATH implementation, it isn't works andAndrey A. Chernov1995-10-241-4/+2
* if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") tooAndrey A. Chernov1995-10-211-1/+2
* Make the error message more readable when 'ld.so' cannot locate a neededNate Williams1995-09-271-13/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinedNate Williams1995-09-271-5/+5
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-271-66/+234
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.Nate Williams1995-04-211-13/+60
* Weak symbol support from NetBSD. This should bring us in sync with theNate Williams1995-03-041-54/+56
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-86/+204
* Make ldconfig and ld.so not hashing the shared lib minor number. ThisJoerg Wunsch1995-01-121-6/+5
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-231-28/+37
* Unmap hints file when finished with it, so that it can go awayBruce Evans1994-09-151-1/+21
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-151-55/+79
* Change the private declarations from dlopen,dlclose,dlsym,dlctlAndreas Schulz1994-04-131-10/+10
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-131-406/+606
* More proper fix for for shared lib debugging support.Jordan K. Hubbard1994-01-141-2/+2
* 1. Fix bug where duplicate symbol warnings were suppressed. This oftenJordan K. Hubbard1994-01-121-2/+2
* C++ support changes (+misc fixes) from Paul K.Jordan K. Hubbard1993-12-221-12/+43
* Broke sbrk() out of rtld as part of general cleanup.Jordan K. Hubbard1993-12-111-42/+2
* Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bitJordan K. Hubbard1993-12-111-3/+3
* David Greenman's latest changes to eliminate much stack-walking jazzJordan K. Hubbard1993-12-091-94/+8
* More changes to bring FreeBSD in sync with Paul K's latest.Jordan K. Hubbard1993-12-041-3/+3
* Second attempt to integrate Paul K's changes.Jordan K. Hubbard1993-12-021-1/+56
* Remove hanging #else part (with second sbrk()) without #if & #endifAndrey A. Chernov1993-12-011-55/+3
* Many recent fixes from Paul K, add support for chaining of shared lib deps.Jordan K. Hubbard1993-11-301-1/+61
* Some of the latest changes from Paul K (taken from NetBSD-current).Jordan K. Hubbard1993-11-221-20/+67
* Added -lgcc_pic to Makefile -- Why do we need this and NetBSD don't ??Paul Richards1993-11-091-16/+11
* Updated to newest ld from pk.Paul Richards1993-11-091-3/+4
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-031-0/+1026