| Commit message (Expand) | Author | Age | Files | Lines |
* | These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout, | peter | 1998-06-01 | 1 | -2461/+0 |
* | ELF preparation step 2: | sos | 1998-05-26 | 1 | -2/+2 |
* | Implement dladdr. | jdp | 1998-02-06 | 1 | -4/+94 |
* | Make emacs work again. This is a workaround for the fact that the | jdp | 1997-12-05 | 1 | -18/+33 |
* | Get rid of the dynamic linker's internal malloc package, and arrange | jdp | 1997-11-29 | 1 | -262/+470 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
* | - In dlsym(), if the lookup fails using the original symbol, prepend an | nate | 1997-08-19 | 1 | -2/+30 |
* | Implement dlsym(RTLD_NEXT, symbol). | jdp | 1997-08-02 | 1 | -12/+64 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 1 | -0/+11 |
* | 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 | 1 | -1/+1 |
* | Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>. | jdp | 1997-01-12 | 1 | -4/+3 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 1 | -16/+37 |
* | If errors occur during the loading of the shared libraries required by | jdp | 1996-10-24 | 1 | -10/+30 |
* | 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 | 1 | -54/+221 |
* | When checking to see whether a needed shared library has already | jdp | 1996-05-22 | 1 | -2/+36 |
* | Implement support for LD_PRELOAD in the dynamic linker. Remove | jdp | 1996-04-20 | 1 | -4/+102 |
* | This release is a moderate restructuring of the dynamic linker. | jdp | 1996-01-13 | 1 | -592/+605 |
* | Changed the terminology for what used to be called the "memorizing" | nate | 1995-11-02 | 1 | -185/+88 |
* | 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 |
* | 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 |
* | 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 |
* | Weak symbol support from NetBSD. This should bring us in sync with the | nate | 1995-03-04 | 1 | -54/+56 |
* | 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 |
* | Updated to recent version of Paul K.'s shlib code. This code has better | nate | 1994-12-23 | 1 | -28/+37 |
* | Unmap hints file when finished with it, so that it can go away | bde | 1994-09-15 | 1 | -1/+21 |
* | Changes from Paul Kranenburg which bring us into sync with his sources: | rich | 1994-06-15 | 1 | -55/+79 |
* | Change the private declarations from dlopen,dlclose,dlsym,dlctl | ats | 1994-04-13 | 1 | -10/+10 |
* | This is Paul K's latest set of ld changes. A commit was necessary at this | jkh | 1994-02-13 | 1 | -412/+612 |
* | 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 |
* | 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 | 1 | -42/+2 |
* | Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bit | jkh | 1993-12-11 | 1 | -3/+3 |
* | David Greenman's latest changes to eliminate much stack-walking jazz | jkh | 1993-12-09 | 1 | -94/+8 |
* | More changes to bring FreeBSD in sync with Paul K's latest. | jkh | 1993-12-04 | 1 | -3/+3 |
* | Second attempt to integrate Paul K's changes. | jkh | 1993-12-02 | 1 | -1/+56 |
* | Remove hanging #else part (with second sbrk()) without #if & #endif | ache | 1993-12-01 | 1 | -55/+3 |
* | Many recent fixes from Paul K, add support for chaining of shared lib deps. | jkh | 1993-11-30 | 1 | -1/+61 |