| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate compiler warnings. I modified the submitted patch a | John Polstra | 1998-04-19 | 1 | -25/+25 |
| * | Use consistent spelling, | Tim Vanderhoek | 1997-12-25 | 1 | -3/+3 |
| * | MFC: Prepend an underscore if a symbol lookup fails and try again. | Nate Williams | 1997-09-02 | 1 | -2/+30 |
| * | Sync with -current. | John Polstra | 1997-08-08 | 3 | -41/+167 |
| * | Merge the typo fix from -current. | Masafumi Max NAKANE | 1997-05-27 | 1 | -5/+5 |
| * | Partial merge from main branch 1.40 -> 1.41: Set the dynamic linker | John Polstra | 1997-05-25 | 1 | -1/+5 |
| * | Merge Bruce's de-bogosifying chagnes from -current (1.24). | Satoshi Asami | 1997-05-08 | 1 | -10/+2 |
| * | Merge bug fix from main branch 1.43 -> 1.44: If a library is found | John Polstra | 1997-01-20 | 1 | -1/+5 |
| * | 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 | -590/+603 |
| * | 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 | -184/+87 |
| * | 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 |
| * | Support for more Sun compatible dlopen() and friends. Also added proper error | Jordan K. Hubbard | 1995-02-07 | 1 | -86/+204 |
| * | Make ldconfig and ld.so not hashing the shared lib minor number. This | Joerg Wunsch | 1995-01-12 | 1 | -6/+5 |
| * | Updated to recent version of Paul K.'s shlib code. This code has better | Nate Williams | 1994-12-23 | 1 | -28/+37 |
| * | Add LDDESTDIR to ld command. | Steven Wallace | 1994-09-18 | 1 | -2/+6 |
| * | Unmap hints file when finished with it, so that it can go away | Bruce Evans | 1994-09-15 | 1 | -1/+21 |
| * | Add dependencies on libraries to DPADD. Someday this should be done | Bruce Evans | 1994-08-28 | 1 | -2/+3 |
| * | Install ld.so immutable. | Garrett Wollman | 1994-08-26 | 1 | -1/+2 |
| * | Changes from Paul Kranenburg which bring us into sync with his sources: | Rich Murphey | 1994-06-15 | 2 | -57/+82 |
| * | Change the private declarations from dlopen,dlclose,dlsym,dlctl | Andreas Schulz | 1994-04-13 | 1 | -10/+10 |
| * | Due to the deletion of the gcc support from libc we need again the | Andreas Schulz | 1994-03-10 | 1 | -2/+2 |
| * | A fast private malloc for ld.so | Jordan K. Hubbard | 1994-02-13 | 1 | -0/+481 |
| * | This is Paul K's latest set of ld changes. A commit was necessary at this | Jordan K. Hubbard | 1994-02-13 | 2 | -416/+616 |
| * | More proper fix for for shared lib debugging support. | Jordan K. Hubbard | 1994-01-14 | 1 | -2/+2 |