| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs | cvs2svn | 1999-09-16 | 16 | -16/+16 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 16 | -16/+16 |
| * | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | KATO Takenori | 1998-09-09 | 1 | -3/+3 |
| * | Install the legacy man file in section 1aout. | John Birrell | 1998-09-07 | 1 | -1/+2 |
| * | Add Xref to ldd(1). | Joseph Koshy | 1998-07-26 | 2 | -2/+4 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-30 | 4 | -14/+18 |
| * | Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correct | Peter Wemm | 1998-06-12 | 1 | -2/+2 |
| * | These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout, | Peter Wemm | 1998-06-01 | 20 | -5936/+0 |
| * | Look for files in their new locations. | Peter Wemm | 1998-06-01 | 1 | -11/+7 |
| * | ELF preparation step 2: | Søren Schmidt | 1998-05-26 | 3 | -6/+11 |
| * | ELF preparation step 1: | Søren Schmidt | 1998-05-25 | 1 | -1/+2 |
| * | Add ELF support. | Doug Rabson | 1998-05-01 | 2 | -11/+62 |
| * | Implement dladdr. | John Polstra | 1998-02-06 | 1 | -4/+94 |
| * | Removed /etc/ld.so.conf reference from FILES section (people get | Alexander Langer | 1998-01-01 | 1 | -3/+1 |
| * | Use consistent spelling, | Tim Vanderhoek | 1997-12-25 | 1 | -1/+1 |
| * | Make emacs work again. This is a workaround for the fact that the | John Polstra | 1997-12-05 | 1 | -18/+33 |
| * | Get rid of the dynamic linker's internal malloc package, and arrange | John Polstra | 1997-11-29 | 4 | -863/+474 |
| * | In the "ldd -v" output, display the N_AUX information for each | John Polstra | 1997-11-28 | 1 | -3/+13 |
| * | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -2/+2 |
| * | spelling corrections. | Wolfram Schneider | 1997-09-13 | 1 | -3/+3 |
| * | Touch up the code that implements "ldd -v". | John Polstra | 1997-09-02 | 3 | -54/+86 |
| * | fix a few spelling changes | John-Mark Gurney | 1997-08-30 | 1 | -1/+1 |
| * | .Ar -l -> .Fl l | Steve Price | 1997-08-23 | 2 | -4/+4 |
| * | Add -R (rescan or refresh) option to rescan and rebuild the hints | Peter Wemm | 1997-08-22 | 2 | -13/+27 |
| * | - In dlsym(), if the lookup fails using the original symbol, prepend an | Nate Williams | 1997-08-19 | 1 | -2/+30 |
| * | Implement dlsym(RTLD_NEXT, symbol). | John Polstra | 1997-08-02 | 1 | -12/+64 |
| * | Allow ldconfig to accept files (containing directory paths) as well as | Jordan K. Hubbard | 1997-07-11 | 2 | -9/+73 |
| * | Configure static linkage in the normal way (default to -static using | Bruce Evans | 1997-06-29 | 1 | -2/+2 |
| * | Configure static linkage in the normal way (default to -static using | Bruce Evans | 1997-06-29 | 1 | -4/+6 |
| * | BYOC - Bring Your Own Calloc(3) | Poul-Henning Kamp | 1997-06-22 | 1 | -1/+14 |
| * | Fix some old typos and misspellings. | John Polstra | 1997-05-31 | 2 | -10/+10 |
| * | Document new -Bforcedynamic flag and -assert pure-text. | Doug Rabson | 1997-05-29 | 2 | -6/+36 |
| * | Typo fix. | Masafumi Max NAKANE | 1997-05-27 | 1 | -3/+3 |
| * | Changes to support the kernel linker: | Doug Rabson | 1997-05-13 | 3 | -8/+22 |
| * | Fix a bug that caused the relocs for linker set members in shared | John Polstra | 1997-04-30 | 1 | -1/+3 |
| * | Don't complain about no input files for `ld -f'. This fixes spurious | Bruce Evans | 1997-04-25 | 1 | -2/+5 |
| * | Fill the padding at the end of the runtime strings with zeros, | John Polstra | 1997-04-25 | 1 | -2/+6 |
| * | Fixed `make depend' and related bogons. LDFLAGS was used for | Bruce Evans | 1997-04-16 | 1 | -10/+2 |
| * | Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A | Bruce Evans | 1997-04-11 | 1 | -2/+10 |
| * | Add a new "-f" option to the linker, to print the resolved paths | John Polstra | 1997-03-22 | 3 | -5/+43 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 36 | -36/+36 |
| * | Fix a bug involving alias (N_INDR) symbols. When building a shared | John Polstra | 1997-02-01 | 1 | -2/+8 |
| * | Use xmalloc instead of malloc in two places, so that out-of-memory | John Polstra | 1997-01-24 | 2 | -2/+2 |
| * | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | John Polstra | 1997-01-17 | 2 | -1/+36 |
| * | If a library is found in the hints file, but the library doesn't exist, | John Polstra | 1997-01-14 | 1 | -0/+4 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 36 | -36/+36 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-13 | 3 | -9/+9 |
| * | Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>. | John Polstra | 1997-01-12 | 1 | -4/+3 |
| * | Correct typos and spelling errors. | John Polstra | 1997-01-12 | 1 | -5/+5 |
| * | Add support for the LD_BIND_NOW environment variable. If it is set to a | John Polstra | 1997-01-12 | 2 | -23/+54 |