| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 13 | -13/+13 |
* | Use xmalloc instead of malloc in two places, so that out-of-memory | jdp | 1997-01-24 | 1 | -1/+1 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 3 | -2/+61 |
* | If a library is found in the hints file, but the library doesn't exist, | jdp | 1997-01-14 | 1 | -0/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 13 | -13/+13 |
* | Sort cross references. | wosch | 1997-01-13 | 2 | -6/+6 |
* | Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>. | jdp | 1997-01-12 | 1 | -4/+3 |
* | Correct typos and spelling errors. | jdp | 1997-01-12 | 2 | -10/+10 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 3 | -30/+71 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 2 | -2/+21 |
* | Fix spelling error in manpage. | swallace | 1996-12-26 | 2 | -4/+4 |
* | If errors occur during the loading of the shared libraries required by | jdp | 1996-10-24 | 1 | -10/+30 |
* | Fix two minor typos in the manual page. | jdp | 1996-10-18 | 2 | -6/+6 |
* | Add the search directories from the hints file only the first time it is | jdp | 1996-10-10 | 1 | -2/+5 |
* | Fix a bug that caused a segmentation violation if dlsym() was called | jdp | 1996-10-10 | 1 | -2/+2 |
* | There's no need to 'unsetenv()' unsafe environment variables explicitly | nate | 1996-10-01 | 1 | -6/+1 |
* | Sigh, oh well, here's my obligigatory "oops" commit. I don't quite know | peter | 1996-10-01 | 1 | -1/+13 |
* | Update to handle new version ld.so.hints and info in executable for | peter | 1996-10-01 | 4 | -62/+331 |
* | Update the backends to go with the top-level ld changes. The non-i386 | peter | 1996-10-01 | 3 | -11/+34 |
* | Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal | peter | 1996-10-01 | 5 | -19/+562 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 2 | -6/+6 |
* | Use `install -C' instead of lots of shell commands to install ld.so | bde | 1996-09-12 | 1 | -13/+2 |
* | When checking to see whether a needed shared library has already | jdp | 1996-05-22 | 1 | -2/+36 |
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -3/+3 |
* | Implement support for LD_PRELOAD in the dynamic linker. Remove | jdp | 1996-04-20 | 3 | -24/+118 |
* | Implement support for LD_PRELOAD in the dynamic linker. | jdp | 1996-04-20 | 1 | -1/+27 |
* | This release is a moderate restructuring of the dynamic linker. | jdp | 1996-01-13 | 1 | -592/+605 |
* | Split up the code so that a single directory can be searched, to | jdp | 1996-01-13 | 1 | -81/+116 |
* | Another '-' needed for make release. | phk | 1996-01-11 | 1 | -2/+2 |
* | Make the new realinstall target a little less draconian so that make release | phk | 1996-01-11 | 1 | -3/+3 |
* | Install ld.so in a way that is safe even on a running system. | jdp | 1996-01-11 | 1 | -2/+13 |
* | Changed the terminology for what used to be called the "memorizing" | nate | 1995-11-02 | 2 | -188/+90 |
* | Run-time linker speedups - Round One | nate | 1995-10-25 | 1 | -3/+170 |
* | Remove LD_NOSTD_PATH implementation, it isn't works and | ache | 1995-10-24 | 1 | -4/+2 |
* | if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") too | ache | 1995-10-21 | 1 | -1/+2 |
* | This is a FreeBSD manpage, not a NetBSD manpage. :) | nate | 1995-10-05 | 2 | -4/+4 |
* | Make the error message more readable when 'ld.so' cannot locate a needed | nate | 1995-09-27 | 1 | -13/+11 |
* | Fixup the "ld.so failed" message for the case when ld.so finds undefined | nate | 1995-09-27 | 1 | -5/+5 |
* | Import Paul Kranenburg's man page for ld.so (aka. rtld). | joerg | 1995-08-26 | 3 | -2/+291 |
* | Change ld.so to correctly load dependant libraries for dlopen and unload them | dfr | 1995-06-27 | 1 | -66/+234 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -6/+6 |
* | Sync. up bits with Paul K. Cascade support plus some cosmetic changes. | nate | 1995-04-21 | 1 | -13/+60 |
* | Removed /usr/local/lib from the standard library search path to be | nate | 1995-03-19 | 1 | -2/+2 |
* | Weak symbol support from NetBSD. This should bring us in sync with the | nate | 1995-03-04 | 6 | -196/+132 |
* | Support for more Sun compatible dlopen() and friends. Also added proper error | jkh | 1995-02-07 | 1 | -87/+205 |
* | Make ldconfig and ld.so not hashing the shared lib minor number. This | joerg | 1995-01-12 | 1 | -6/+5 |
* | Change to | swallace | 1995-01-05 | 1 | -2/+2 |
* | Updated to recent version of Paul K.'s shlib code. This code has better | nate | 1994-12-23 | 5 | -46/+52 |
* | Add LDDESTDIR to ld command. | swallace | 1994-09-18 | 1 | -2/+6 |
* | Unmap hints file when finished with it, so that it can go away | bde | 1994-09-15 | 1 | -1/+21 |