| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 16 | -16/+16 |
* | Fixed missing prototype for address_to_line(). One call passes an | bde | 1999-07-04 | 1 | -1/+2 |
* | Look in the new place for GCC bits. | obrien | 1999-04-10 | 1 | -2/+2 |
* | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -3/+3 |
* | Install the legacy man file in section 1aout. | jb | 1998-09-07 | 1 | -1/+2 |
* | Add Xref to ldd(1). | jkoshy | 1998-07-26 | 2 | -2/+4 |
* | Fixed printf format errors. | bde | 1998-06-30 | 4 | -14/+18 |
* | Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correct | peter | 1998-06-12 | 1 | -2/+2 |
* | These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout, | peter | 1998-06-01 | 20 | -5936/+0 |
* | Look for files in their new locations. | peter | 1998-06-01 | 1 | -11/+7 |
* | ELF preparation step 2: | sos | 1998-05-26 | 3 | -6/+11 |
* | ELF preparation step 1: | sos | 1998-05-25 | 1 | -1/+2 |
* | 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 |