| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | Max Khon | 2004-02-03 | 1 | -5/+18 |
| * | MFC rev. 1.90: | Anton Berezin | 2003-11-25 | 1 | -1/+1 |
| * | MFC: Properly remove unloaded objects from all lists. | Alexander Kabaev | 2003-02-20 | 1 | -55/+287 |
| * | MFC: fix a bug in RTLD_TRACE when object being traced is already dlopen'ed. | Maxim Sobolev | 2003-02-06 | 1 | -6/+8 |
| * | MFC: r1.69, support binaries with arbitrary number of PT_LOAD segments | Alexander Kabaev | 2002-11-29 | 1 | -5/+1 |
| * | MFC: r1.68 symbool lookup order change. | Alexander Kabaev | 2002-11-29 | 1 | -12/+12 |
| * | MFC 1.66: Fix OpenOffice build problems by not acquiring the | John Polstra | 2002-08-13 | 1 | -2/+0 |
| * | MFC: (1.61) When searching an object on the global list, search its DAG too. | Dag-Erling Smørgrav | 2002-04-02 | 1 | -3/+6 |
| * | MFC: allow ldd(1) be used on shlibs. | Maxim Sobolev | 2002-02-18 | 1 | -9/+35 |
| * | MFC 1.56: give LD_LIBRARY_PATH higher precedence. | John Polstra | 2002-02-11 | 1 | -2/+2 |
| * | MFC: Performance improvements. Includes the following revisions: | John Polstra | 2001-05-11 | 1 | -5/+21 |
| * | MFC 1.50 -> 1.51: Make it possible to call dlclose from a | John Polstra | 2001-01-21 | 1 | -2/+43 |
| * | MFC 1.49 -> 1.50: Eliminate superfluous "Undefined symbol" error | John Polstra | 2000-11-08 | 1 | -2/+0 |
| * | MFC: Add support for dlsym(RTLD_DEFAULT, ...). | John Polstra | 2000-09-22 | 1 | -67/+95 |
| * | MFC 1.47 -> 1.48: Pass useful info to r_debug_state(), to | John Polstra | 2000-09-22 | 1 | -8/+18 |
| * | MFC: Call init and fini functions in a proper order based on the | John Polstra | 2000-07-29 | 1 | -98/+183 |
| * | MFC: Use spinlocks + nanosleep for thread locking to make it work | John Polstra | 2000-07-12 | 1 | -114/+134 |
| * | When a threads package registers locking methods with dllockinit(), | John Polstra | 2000-01-29 | 1 | -8/+37 |
| * | 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 | 1 | -68/+148 |
| * | Add a new function dllockinit() for registering thread locking | John Polstra | 1999-12-27 | 1 | -16/+118 |
| * | In revision 1.21 I changed the search order for shared libraries, | John Polstra | 1999-11-19 | 1 | -1/+1 |
| * | 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 | 1 | -5/+19 |
| * | When checking to see if a shared object is already loaded, look for | John Polstra | 1999-08-30 | 1 | -5/+28 |
| * | Revamp the symbol lookup algorithm to cope better with objects | John Polstra | 1999-08-30 | 1 | -77/+192 |
| * | 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 | 1 | -1/+1 |
| * | 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 | 1 | -12/+24 |
| * | Change the symbol used to find the end of an object's address space | John Polstra | 1999-07-14 | 1 | -2/+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 | 1 | -7/+7 |
| * | 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 | 1 | -69/+37 |
| * | 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 |
| * | Use the runpath of the main program for locating libraries loaded by | Doug Rabson | 1998-11-27 | 1 | -2/+2 |
| * | Fix a bug in dlclose that broke the apache13 port. The list of | John Polstra | 1998-10-13 | 1 | -1/+2 |
| * | Make LD_PRELOAD work for ELF. | John Polstra | 1998-09-22 | 1 | -1/+38 |