| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: rev 1.13 (use install(1) rather than cp) | David E. O'Brien | 2000-07-20 | 1 | -1/+2 |
| * | MFC: Block signals while holding the exclusive lock to avoid locking | John Polstra | 2000-07-18 | 2 | -3/+56 |
| * | MFC: Use spinlocks + nanosleep for thread locking to make it work | John Polstra | 2000-07-12 | 6 | -211/+229 |
| * | MFC 1.10 -> 1.11: Eliminate unaligned accesses while relocating. | John Polstra | 2000-07-12 | 1 | -12/+27 |
| * | MFC 1.19 -> 1.20: Fix .Po usage. | John Polstra | 2000-07-12 | 1 | -1/+2 |
| * | MFC 1.10 -> 1.11: Fix missing DPADDs and some style bugs. | John Polstra | 2000-07-12 | 1 | -4/+5 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-07-10 | 2 | -0/+411 |
| * | MFC: rev 1.12 (save previous dynamic linker) | David E. O'Brien | 2000-07-08 | 1 | -0/+12 |
| * | MFC: Cross-reference ldd(1) in rtld(1) and vice versa. | Sheldon Hearn | 2000-03-28 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 8 | -783/+0 |
| * | Add a manual page for the ELF dynamic linker. I initially created | John Polstra | 2000-01-29 | 2 | -99/+22 |
| * | When a threads package registers locking methods with dllockinit(), | John Polstra | 2000-01-29 | 5 | -50/+137 |
| * | Block almost all signals in the default locking method instead of | John Polstra | 2000-01-25 | 4 | -32/+40 |
| * | Allow files in LD_PRELOAD to be separated by white space, like Solaris | John Polstra | 2000-01-22 | 1 | -3/+4 |
| * | Revamp the mechanism for enumerating and calling shared objects' | John Polstra | 2000-01-09 | 6 | -135/+183 |
| * | Work around an assert failure in the dynamic linker's default thread | John Polstra | 1999-12-28 | 4 | -16/+32 |
| * | Add a new function dllockinit() for registering thread locking | John Polstra | 1999-12-27 | 11 | -45/+509 |
| * | In revision 1.21 I changed the search order for shared libraries, | John Polstra | 1999-11-19 | 1 | -1/+1 |
| * | .Nm += "rtld" | Alexey Zelkin | 1999-09-28 | 1 | -1/+2 |
| * | Make jdk-1.1.8 work again. It turns out that some code inside | John Polstra | 1999-09-05 | 1 | -5/+9 |
| * | Enable -Wformat checking for debug_printf(). | John Polstra | 1999-09-04 | 1 | -1/+3 |
| * | Change the warning about unrecognized entries in the dynamic table | John Polstra | 1999-09-04 | 1 | -2/+2 |
| * | When looking up symbols, search the objects loaded at program start | John Polstra | 1999-09-04 | 1 | -8/+8 |
| * | Get the actual pathname of the dynamic linker from the executable's | John Polstra | 1999-08-30 | 3 | -12/+31 |
| * | When checking to see if a shared object is already loaded, look for | John Polstra | 1999-08-30 | 3 | -7/+38 |
| * | Revamp the symbol lookup algorithm to cope better with objects | John Polstra | 1999-08-30 | 4 | -82/+245 |
| * | When honoring -Bsymbolic, still keep searching if only a weak | John Polstra | 1999-08-30 | 1 | -4/+8 |
| * | Simplify the logic in find_symdef(). | John Polstra | 1999-08-30 | 1 | -45/+41 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 18 | -18/+18 |
| * | Add a NULL pointer check whose absence could cause segmentation | John Polstra | 1999-08-20 | 1 | -6/+6 |
| * | Change many asserts into normal errors. They were all for conditions | John Polstra | 1999-07-18 | 3 | -39/+65 |
| * | Change the symbol used to find the end of an object's address space | John Polstra | 1999-07-14 | 1 | -2/+2 |
| * | Add code to 'handle' R_ALPHA_NONE relocations by ignoring them. | Doug Rabson | 1999-07-12 | 1 | -1/+4 |
| * | Add a MAINTAINER line naming myself. We control the vertical. We | John Polstra | 1999-07-09 | 1 | -1/+2 |
| * | Fix bug: if a dlopen() failed (e.g., because of undefined symbols), | John Polstra | 1999-07-09 | 1 | -38/+44 |
| * | Shake hands with GDB a little bit earlier so that it is possible to | John Polstra | 1999-07-03 | 1 | -3/+3 |
| * | Fix a reference counting problem when using dlopen(NULL, ...). | John Polstra | 1999-06-25 | 1 | -3/+4 |
| * | Fix a serious performance bug for large programs on the Alpha, | John Polstra | 1999-06-25 | 7 | -103/+231 |
| * | Back out my change from 6 April PDT that added a new dlversion() | John Polstra | 1999-04-22 | 1 | -16/+1 |
| * | After relocating the main program, but before calling any of the | John Polstra | 1999-04-21 | 1 | -7/+33 |
| * | The ELF specification says that the RPATH in the executable or | John Polstra | 1999-04-09 | 1 | -4/+4 |
| * | Eliminate all machine-dependent code from the main source body and | John Polstra | 1999-04-09 | 14 | -88/+488 |
| * | Fix a couple of typos in comments. | John Polstra | 1999-04-07 | 1 | -3/+3 |
| * | Add a new function dlversion() which returns the version number of | John Polstra | 1999-04-07 | 1 | -1/+16 |
| * | Resolve undefined weak references to a value of 0. This solves the | John Polstra | 1999-04-05 | 1 | -1/+13 |
| * | If somebody does an execv("foo", NULL) (which theoretically is an error), | Peter Wemm | 1999-04-04 | 1 | -2/+2 |
| * | - Commit the correct dladdr() implementation. | Nate Williams | 1999-03-24 | 1 | -7/+14 |
| * | - Added dladdr(3) support. | Nate Williams | 1999-03-24 | 1 | -1/+47 |
| * | - Set the system immutable flag when installing ld.so to avoid people | Nate Williams | 1999-02-15 | 1 | -2/+3 |
| * | Use the runpath of the main program for locating libraries loaded by | Doug Rabson | 1998-11-27 | 1 | -2/+2 |