aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/rtld
Commit message (Expand)AuthorAgeFilesLines
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,Peter Wemm1998-06-014-2743/+0
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Implement dladdr.John Polstra1998-02-061-4/+94
* Make emacs work again. This is a workaround for the fact that theJohn Polstra1997-12-051-18/+33
* Get rid of the dynamic linker's internal malloc package, and arrangeJohn Polstra1997-11-294-863/+474
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* spelling corrections.Wolfram Schneider1997-09-131-3/+3
* - In dlsym(), if the lookup fails using the original symbol, prepend anNate Williams1997-08-191-2/+30
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-021-12/+64
* BYOC - Bring Your Own Calloc(3)Poul-Henning Kamp1997-06-221-1/+14
* Typo fix.Masafumi Max NAKANE1997-05-271-3/+3
* Fixed `make depend' and related bogons. LDFLAGS was used forBruce Evans1997-04-161-10/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-225-5/+5
* Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS".John Polstra1997-01-172-1/+36
* If a library is found in the hints file, but the library doesn't exist,John Polstra1997-01-141-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-145-5/+5
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.John Polstra1997-01-121-4/+3
* Correct typos and spelling errors.John Polstra1997-01-121-5/+5
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-122-23/+54
* Fix spelling error in manpage.Steven Wallace1996-12-261-2/+2
* 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-592/+605
* 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-185/+88
* 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