| Commit message (Expand) | Author | Age | Files | Lines |
| * | These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout, | Peter Wemm | 1998-06-01 | 4 | -2743/+0 |
| * | ELF preparation step 2: | Søren Schmidt | 1998-05-26 | 1 | -2/+2 |
| * | Implement dladdr. | John Polstra | 1998-02-06 | 1 | -4/+94 |
| * | Make emacs work again. This is a workaround for the fact that the | John Polstra | 1997-12-05 | 1 | -18/+33 |
| * | Get rid of the dynamic linker's internal malloc package, and arrange | John Polstra | 1997-11-29 | 4 | -863/+474 |
| * | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -2/+2 |
| * | spelling corrections. | Wolfram Schneider | 1997-09-13 | 1 | -3/+3 |
| * | - In dlsym(), if the lookup fails using the original symbol, prepend an | Nate Williams | 1997-08-19 | 1 | -2/+30 |
| * | Implement dlsym(RTLD_NEXT, symbol). | John Polstra | 1997-08-02 | 1 | -12/+64 |
| * | BYOC - Bring Your Own Calloc(3) | Poul-Henning Kamp | 1997-06-22 | 1 | -1/+14 |
| * | Typo fix. | Masafumi Max NAKANE | 1997-05-27 | 1 | -3/+3 |
| * | Fixed `make depend' and related bogons. LDFLAGS was used for | Bruce Evans | 1997-04-16 | 1 | -10/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 5 | -5/+5 |
| * | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | John Polstra | 1997-01-17 | 2 | -1/+36 |
| * | If a library is found in the hints file, but the library doesn't exist, | John Polstra | 1997-01-14 | 1 | -0/+4 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 5 | -5/+5 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-13 | 1 | -3/+3 |
| * | Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>. | John Polstra | 1997-01-12 | 1 | -4/+3 |
| * | Correct typos and spelling errors. | John Polstra | 1997-01-12 | 1 | -5/+5 |
| * | Add support for the LD_BIND_NOW environment variable. If it is set to a | John Polstra | 1997-01-12 | 2 | -23/+54 |
| * | Fix spelling error in manpage. | Steven Wallace | 1996-12-26 | 1 | -2/+2 |
| * | If errors occur during the loading of the shared libraries required by | John Polstra | 1996-10-24 | 1 | -10/+30 |
| * | Fix two minor typos in the manual page. | John Polstra | 1996-10-18 | 1 | -3/+3 |
| * | Add the search directories from the hints file only the first time it is | John Polstra | 1996-10-10 | 1 | -2/+5 |
| * | Fix a bug that caused a segmentation violation if dlsym() was called | John Polstra | 1996-10-10 | 1 | -2/+2 |
| * | There's no need to 'unsetenv()' unsafe environment variables explicitly | Nate Williams | 1996-10-01 | 1 | -6/+1 |
| * | Sigh, oh well, here's my obligigatory "oops" commit. I don't quite know | Peter Wemm | 1996-10-01 | 1 | -1/+13 |
| * | Update to handle new version ld.so.hints and info in executable for | Peter Wemm | 1996-10-01 | 4 | -63/+284 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 1 | -3/+3 |
| * | Use `install -C' instead of lots of shell commands to install ld.so | Bruce Evans | 1996-09-12 | 1 | -13/+2 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -2/+3 |
| * | When checking to see whether a needed shared library has already | John Polstra | 1996-05-22 | 1 | -2/+36 |
| * | ``mv'' -> ``mv -f'' | Wolfram Schneider | 1996-05-07 | 1 | -3/+3 |
| * | Implement support for LD_PRELOAD in the dynamic linker. Remove | John Polstra | 1996-04-20 | 2 | -14/+110 |
| * | This release is a moderate restructuring of the dynamic linker. | John Polstra | 1996-01-13 | 1 | -592/+605 |
| * | Another '-' needed for make release. | Poul-Henning Kamp | 1996-01-11 | 1 | -2/+2 |
| * | Make the new realinstall target a little less draconian so that make release | Poul-Henning Kamp | 1996-01-11 | 1 | -3/+3 |
| * | Install ld.so in a way that is safe even on a running system. | John Polstra | 1996-01-11 | 1 | -2/+13 |
| * | Changed the terminology for what used to be called the "memorizing" | Nate Williams | 1995-11-02 | 1 | -185/+88 |
| * | Run-time linker speedups - Round One | Nate Williams | 1995-10-25 | 1 | -3/+170 |
| * | Remove LD_NOSTD_PATH implementation, it isn't works and | Andrey A. Chernov | 1995-10-24 | 1 | -4/+2 |
| * | if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") too | Andrey A. Chernov | 1995-10-21 | 1 | -1/+2 |
| * | This is a FreeBSD manpage, not a NetBSD manpage. :) | Nate Williams | 1995-10-05 | 1 | -2/+2 |
| * | Make the error message more readable when 'ld.so' cannot locate a needed | Nate Williams | 1995-09-27 | 1 | -13/+11 |
| * | Fixup the "ld.so failed" message for the case when ld.so finds undefined | Nate Williams | 1995-09-27 | 1 | -5/+5 |
| * | Import Paul Kranenburg's man page for ld.so (aka. rtld). | Joerg Wunsch | 1995-08-26 | 2 | -2/+147 |
| * | Change ld.so to correctly load dependant libraries for dlopen and unload them | Doug Rabson | 1995-06-27 | 1 | -66/+234 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -13/+13 |
| * | Sync. up bits with Paul K. Cascade support plus some cosmetic changes. | Nate Williams | 1995-04-21 | 1 | -13/+60 |
| * | Weak symbol support from NetBSD. This should bring us in sync with the | Nate Williams | 1995-03-04 | 3 | -69/+60 |