| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some of style bugs. | ru | 2001-09-12 | 1 | -1/+1 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -2/+2 |
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+1 |
* | mdoc(7) police: simplify construct. | ru | 2001-02-14 | 1 | -3/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -13/+8 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
* | Move the man pages for the a.out dynamic linker into the 1aout | jdp | 2000-01-29 | 2 | -227/+2 |
* | .Nm += "rtld" | phantom | 1999-09-28 | 2 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 13 | -13/+13 |
* | Fix a bug in the handling of minor version numbers. Formerly, the | jdp | 1998-11-07 | 1 | -13/+34 |
* | Don't recognize a file as an a.out shared library unless it has at | jdp | 1998-09-05 | 1 | -6/+4 |
* | Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -3/+3 |
* | Pass me the pointy hat with the extra sequins. Just a moment, while I get | mckay | 1998-08-22 | 1 | -6/+20 |
* | Since I got no objections to this patch, and no one has offered any | mckay | 1998-06-21 | 1 | -1/+70 |
* | Search for libraries in dlopen() when the specified path | brian | 1998-06-07 | 3 | -8/+13 |
* | Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area away | peter | 1998-06-01 | 1 | -5/+3 |
* | ELF preparation step 2: | sos | 1998-05-26 | 2 | -4/+4 |
* | 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 | 2 | -267/+474 |
* | 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 | 2 | -6/+6 |
* | - 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 |
* | Typo fix. | max | 1997-05-27 | 2 | -6/+6 |
* | Changes to support the kernel linker: | dfr | 1997-05-13 | 1 | -1/+4 |
* | Fix a bug that caused the relocs for linker set members in shared | jdp | 1997-04-30 | 1 | -1/+3 |
* | Fixed `make depend' and related bogons. LDFLAGS was used for | bde | 1997-04-16 | 1 | -10/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 13 | -13/+13 |
* | Use xmalloc instead of malloc in two places, so that out-of-memory | jdp | 1997-01-24 | 1 | -1/+1 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 3 | -2/+61 |
* | 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 | 13 | -13/+13 |
* | Sort cross references. | wosch | 1997-01-13 | 2 | -6/+6 |
* | 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 | 2 | -10/+10 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 3 | -30/+71 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 2 | -2/+21 |
* | Fix spelling error in manpage. | swallace | 1996-12-26 | 2 | -4/+4 |
* | 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 | 2 | -6/+6 |
* | 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 | 4 | -62/+331 |
* | Update the backends to go with the top-level ld changes. The non-i386 | peter | 1996-10-01 | 3 | -11/+34 |