| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add dependencies on libraries to DPADD. Someday this should be done | bde | 1994-08-28 | 1 | -2/+3 |
* | Install ld.so immutable. | wollman | 1994-08-26 | 1 | -1/+2 |
* | Changes from Paul Kranenburg which bring us into sync with his sources: | rich | 1994-06-15 | 5 | -83/+118 |
* | Change the private declarations from dlopen,dlclose,dlsym,dlctl | ats | 1994-04-13 | 1 | -10/+10 |
* | Due to the deletion of the gcc support from libc we need again the | ats | 1994-03-10 | 1 | -2/+2 |
* | This is Paul K's latest set of ld changes. A commit was necessary at this | jkh | 1994-02-13 | 6 | -490/+761 |
* | Remove /usr/X386/lib and /usr/local/lib from the default locations, | rgrimes | 1994-02-09 | 1 | -2/+2 |
* | Removed dependance on EX_DYNAMIC in making decisions on the magic number. | dg | 1994-01-19 | 2 | -3/+5 |
* | More proper fix for for shared lib debugging support. | jkh | 1994-01-14 | 1 | -2/+2 |
* | 1. Fix bug where duplicate symbol warnings were suppressed. This often | jkh | 1994-01-12 | 1 | -2/+2 |
* | Implemented 'QMAGIC' a.out format correctly, and changed the default | dg | 1994-01-03 | 3 | -12/+23 |
* | C++ support changes (+misc fixes) from Paul K. | jkh | 1993-12-22 | 1 | -12/+43 |
* | Broke sbrk() out of rtld as part of general cleanup. | jkh | 1993-12-11 | 2 | -45/+6 |
* | Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bit | jkh | 1993-12-11 | 1 | -3/+3 |