summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a bug in the handling of minor version numbers. Formerly, thejdp1998-11-071-13/+34
* Pass me the pointy hat with the extra sequins. Just a moment, while I getmckay1998-08-221-6/+20
* Since I got no objections to this patch, and no one has offered anymckay1998-06-211-1/+70
* Search for libraries in dlopen() when the specified pathbrian1998-06-071-4/+9
* ELF preparation step 2:sos1998-05-261-2/+2
* Implement dladdr.jdp1998-02-061-4/+94
* Make emacs work again. This is a workaround for the fact that thejdp1997-12-051-18/+33
* Get rid of the dynamic linker's internal malloc package, and arrangejdp1997-11-291-262/+470
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* - In dlsym(), if the lookup fails using the original symbol, prepend annate1997-08-191-2/+30
* Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-021-12/+64
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS".jdp1997-01-171-0/+11
* If a library is found in the hints file, but the library doesn't exist,jdp1997-01-141-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.jdp1997-01-121-4/+3
* Add support for the LD_BIND_NOW environment variable. If it is set to ajdp1997-01-121-16/+37
* If errors occur during the loading of the shared libraries required byjdp1996-10-241-10/+30
* Add the search directories from the hints file only the first time it isjdp1996-10-101-2/+5
* Fix a bug that caused a segmentation violation if dlsym() was calledjdp1996-10-101-2/+2
* There's no need to 'unsetenv()' unsafe environment variables explicitlynate1996-10-011-6/+1
* Sigh, oh well, here's my obligigatory "oops" commit. I don't quite knowpeter1996-10-011-1/+13
* Update to handle new version ld.so.hints and info in executable forpeter1996-10-011-54/+221
* When checking to see whether a needed shared library has alreadyjdp1996-05-221-2/+36
* Implement support for LD_PRELOAD in the dynamic linker. Removejdp1996-04-201-4/+102
* This release is a moderate restructuring of the dynamic linker.jdp1996-01-131-592/+605
* Changed the terminology for what used to be called the "memorizing"nate1995-11-021-185/+88
* Run-time linker speedups - Round Onenate1995-10-251-3/+170
* Remove LD_NOSTD_PATH implementation, it isn't works andache1995-10-241-4/+2
* if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") tooache1995-10-211-1/+2
* Make the error message more readable when 'ld.so' cannot locate a needednate1995-09-271-13/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinednate1995-09-271-5/+5
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-271-66/+234
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.nate1995-04-211-13/+60
* Weak symbol support from NetBSD. This should bring us in sync with thenate1995-03-041-54/+56
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-87/+205
* Make ldconfig and ld.so not hashing the shared lib minor number. Thisjoerg1995-01-121-6/+5
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-231-28/+37
* Unmap hints file when finished with it, so that it can go awaybde1994-09-151-1/+21
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-151-55/+79
* Change the private declarations from dlopen,dlclose,dlsym,dlctlats1994-04-131-10/+10
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-131-412/+612
* More proper fix for for shared lib debugging support.jkh1994-01-141-2/+2
* 1. Fix bug where duplicate symbol warnings were suppressed. This oftenjkh1994-01-121-2/+2
* C++ support changes (+misc fixes) from Paul K.jkh1993-12-221-12/+43
* Broke sbrk() out of rtld as part of general cleanup.jkh1993-12-111-42/+2
OpenPOWER on IntegriCloud