| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ELF support. | dfr | 1998-05-01 | 2 | -11/+62 |
* | Implement dladdr. | jdp | 1998-02-06 | 1 | -4/+94 |
* | Removed /etc/ld.so.conf reference from FILES section (people get | alex | 1998-01-01 | 1 | -3/+1 |
* | Use consistent spelling, | hoek | 1997-12-25 | 1 | -1/+1 |
* | 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 | 4 | -863/+474 |
* | In the "ldd -v" output, display the N_AUX information for each | jdp | 1997-11-28 | 1 | -3/+13 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
* | spelling corrections. | wosch | 1997-09-13 | 1 | -3/+3 |
* | Touch up the code that implements "ldd -v". | jdp | 1997-09-02 | 3 | -54/+86 |
* | fix a few spelling changes | jmg | 1997-08-30 | 1 | -1/+1 |
* | .Ar -l -> .Fl l | steve | 1997-08-23 | 2 | -4/+4 |
* | Add -R (rescan or refresh) option to rescan and rebuild the hints | peter | 1997-08-22 | 2 | -13/+27 |
* | - 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 |
* | Allow ldconfig to accept files (containing directory paths) as well as | jkh | 1997-07-11 | 2 | -9/+73 |
* | Configure static linkage in the normal way (default to -static using | bde | 1997-06-29 | 1 | -2/+2 |
* | Configure static linkage in the normal way (default to -static using | bde | 1997-06-29 | 1 | -4/+6 |
* | BYOC - Bring Your Own Calloc(3) | phk | 1997-06-22 | 1 | -1/+14 |
* | Fix some old typos and misspellings. | jdp | 1997-05-31 | 2 | -10/+10 |
* | Document new -Bforcedynamic flag and -assert pure-text. | dfr | 1997-05-29 | 2 | -6/+36 |
* | Typo fix. | max | 1997-05-27 | 1 | -3/+3 |
* | Changes to support the kernel linker: | dfr | 1997-05-13 | 3 | -8/+22 |
* | Fix a bug that caused the relocs for linker set members in shared | jdp | 1997-04-30 | 1 | -1/+3 |
* | Don't complain about no input files for `ld -f'. This fixes spurious | bde | 1997-04-25 | 1 | -2/+5 |
* | Fill the padding at the end of the runtime strings with zeros, | jdp | 1997-04-25 | 1 | -2/+6 |
* | Fixed `make depend' and related bogons. LDFLAGS was used for | bde | 1997-04-16 | 1 | -10/+2 |
* | Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A | bde | 1997-04-11 | 1 | -2/+10 |
* | Add a new "-f" option to the linker, to print the resolved paths | jdp | 1997-03-22 | 3 | -5/+43 |
* | 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 |