| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 36 | -36/+36 |
* | Fix a bug involving alias (N_INDR) symbols. When building a shared | jdp | 1997-02-01 | 1 | -2/+8 |
* | Use xmalloc instead of malloc in two places, so that out-of-memory | jdp | 1997-01-24 | 2 | -2/+2 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 2 | -1/+36 |
* | 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 | 36 | -36/+36 |
* | Sort cross references. | wosch | 1997-01-13 | 3 | -9/+9 |
* | 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 | 1 | -5/+5 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 2 | -23/+54 |
* | Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linker | jdp | 1997-01-12 | 1 | -2/+2 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 2 | -2/+21 |
* | Changes to make ld demangle C++ symbol names before printing | jmacd | 1997-01-11 | 7 | -1048/+94 |
* | For "ldd -v", print shared object dependencies that were specified as | jdp | 1997-01-10 | 1 | -3/+6 |
* | Fix spelling error in manpage. | swallace | 1996-12-26 | 1 | -2/+2 |
* | Made the synopsis in the man page conform to the style guide. | bde | 1996-11-30 | 2 | -7/+3 |
* | make the Usage string match reality | peter | 1996-11-22 | 1 | -2/+4 |
* | Document that "ldconfig -m" rescans all directories previously | jdp | 1996-11-09 | 1 | -3/+6 |
* | Fixed a bug in the handling of the directories in the search path | jdp | 1996-11-08 | 1 | -5/+13 |
* | oops, uninitialised variable.. -v mode depended on stack contents. | peter | 1996-10-29 | 1 | -2/+2 |
* | 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 | 1 | -3/+3 |
* | Add the search directories from the hints file only the first time it is | jdp | 1996-10-10 | 1 | -2/+5 |
* | Add a new option "-f hints_file" to specify an alternate file instead of | jdp | 1996-10-10 | 2 | -37/+37 |
* | 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 |
* | Incorporate John Polstra's sods.c display of the details about the | peter | 1996-10-01 | 4 | -4/+533 |
* | Update to handle new version ld.so.hints and info in executable for | peter | 1996-10-01 | 4 | -63/+284 |
* | Support for specifying printf-like output specs to control the ldd output | peter | 1996-10-01 | 2 | -4/+32 |
* | Updates to deal with ld.so.hints version 2. It now deals with the | peter | 1996-10-01 | 2 | -18/+53 |
* | Update the backends to go with the top-level ld changes. The non-i386 | peter | 1996-10-01 | 5 | -14/+47 |
* | Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal | peter | 1996-10-01 | 17 | -569/+959 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -3/+3 |
* | Use `install -C' instead of lots of shell commands to install ld.so | bde | 1996-09-12 | 1 | -13/+2 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 2 | -4/+12 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 6 | -20/+24 |
* | Aw c'mon. I'm being driven mad by plenty of other things. I don't | wpaul | 1996-06-08 | 1 | -2/+2 |
* | Add an option -O <filename> to ld. From the manpage: | phk | 1996-05-28 | 3 | -3/+30 |
* | Zero out an unused field in a structure that is written to the output | jdp | 1996-05-27 | 1 | -1/+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 |
* | When a local symbol that would normally be eliminated by "-x" or | jdp | 1996-04-24 | 1 | -1/+12 |
* | Implement support for LD_PRELOAD in the dynamic linker. Remove | jdp | 1996-04-20 | 2 | -14/+110 |
* | Implement support for LD_PRELOAD in the dynamic linker. | jdp | 1996-04-20 | 2 | -2/+29 |
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -12/+12 |
* | Bring in some of Paul K's fixes for ldconfig from NetBSD-current. | pst | 1996-02-26 | 1 | -10/+30 |
* | 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 | 2 | -82/+118 |
* | Another '-' needed for make release. | phk | 1996-01-11 | 1 | -2/+2 |