summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/rtld
Commit message (Expand)AuthorAgeFilesLines
* Eliminate compiler warnings. I modified the submitted patch aJohn Polstra1998-04-191-25/+25
* Use consistent spelling,Tim Vanderhoek1997-12-251-3/+3
* MFC: Prepend an underscore if a symbol lookup fails and try again.Nate Williams1997-09-021-2/+30
* Sync with -current.John Polstra1997-08-083-41/+167
* Merge the typo fix from -current.Masafumi Max NAKANE1997-05-271-5/+5
* Partial merge from main branch 1.40 -> 1.41: Set the dynamic linkerJohn Polstra1997-05-251-1/+5
* Merge Bruce's de-bogosifying chagnes from -current (1.24).Satoshi Asami1997-05-081-10/+2
* 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
* Fix two minor typos in the manual page.John Polstra1996-10-181-3/+3
* 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-014-63/+284
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-3/+3
* Use `install -C' instead of lots of shell commands to install ld.soBruce Evans1996-09-121-13/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+3
* When checking to see whether a needed shared library has alreadyJohn Polstra1996-05-221-2/+36
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-3/+3
* Implement support for LD_PRELOAD in the dynamic linker. RemoveJohn Polstra1996-04-202-14/+110
* This release is a moderate restructuring of the dynamic linker.John Polstra1996-01-131-590/+603
* Another '-' needed for make release.Poul-Henning Kamp1996-01-111-2/+2
* Make the new realinstall target a little less draconian so that make releasePoul-Henning Kamp1996-01-111-3/+3
* Install ld.so in a way that is safe even on a running system.John Polstra1996-01-111-2/+13
* 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
* This is a FreeBSD manpage, not a NetBSD manpage. :)Nate Williams1995-10-051-2/+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
* Import Paul Kranenburg's man page for ld.so (aka. rtld).Joerg Wunsch1995-08-262-2/+147
* 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-302-13/+13
* 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-043-69/+60
* 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
* Add LDDESTDIR to ld command.Steven Wallace1994-09-181-2/+6
* Unmap hints file when finished with it, so that it can go awayBruce Evans1994-09-151-1/+21
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-2/+3
* Install ld.so immutable.Garrett Wollman1994-08-261-1/+2
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-152-57/+82
* Change the private declarations from dlopen,dlclose,dlsym,dlctlAndreas Schulz1994-04-131-10/+10
* Due to the deletion of the gcc support from libc we need again theAndreas Schulz1994-03-101-2/+2
* A fast private malloc for ld.soJordan K. Hubbard1994-02-131-0/+481
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-132-416/+616
* More proper fix for for shared lib debugging support.Jordan K. Hubbard1994-01-141-2/+2