| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync comment with code's reality. | Anton Berezin | 2003-11-14 | 1 | -1/+1 |
| * | Retire the WITH_LIBMAP compile knob; libmap is now a standard feature. | Matthew N. Dodd | 2003-09-13 | 1 | -8/+0 |
| * | Change libmap.c:lm_init() to return a status value; 0 for success | Matthew N. Dodd | 2003-09-13 | 1 | -1/+1 |
| * | As long threatened, stage 2 of making a dynamically-linked root a reality. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
| * | Prepend /lib to the builtin library search path in rtld. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
| * | Provide a mechanism for dumping relocation information. | Matthew N. Dodd | 2003-06-19 | 1 | -0/+10 |
| * | Avoid a NULL pointer dereference. | Matthew N. Dodd | 2003-06-18 | 1 | -1/+2 |
| * | - Add support for DT_FLAGS. | Matthew N. Dodd | 2003-06-18 | 1 | -1/+18 |
| * | - use issetugid() | Matthew N. Dodd | 2003-05-31 | 1 | -3/+2 |
| * | Use the environment variable LD_LIBMAP_DISABLE to disable | Matthew N. Dodd | 2003-05-31 | 1 | -3/+8 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 1 | -85/+39 |
| * | Rethink the way we count module references. Simply following | Alexander Kabaev | 2003-05-08 | 1 | -18/+30 |
| * | Fix signed/unsigned comparison warnings. | David E. O'Brien | 2003-05-04 | 1 | -1/+1 |
| * | Dynamic object dependency mapping: libmap. | Matthew N. Dodd | 2003-04-07 | 1 | -5/+21 |
| * | Do not remove object from the lists at the unref_dag() stage. | Alexander Kabaev | 2003-02-17 | 1 | -8/+26 |
| * | Fix a typo in rtld_dirname. | Alexander Kabaev | 2003-02-13 | 1 | -1/+1 |
| * | Implement dlinfo() function. | Alexander Kabaev | 2003-02-13 | 1 | -31/+261 |
| * | Remove /usr/lib/elf from a default search path. | Alexander Kabaev | 2003-02-13 | 1 | -17/+0 |
| * | When unloading dependencies make sure they are removed from all the | Alexander Kabaev | 2003-02-10 | 1 | -9/+10 |
| * | Put back a test for binaries with no PT_LOAD entries I over-jealosly | Alexander Kabaev | 2002-11-29 | 1 | -0/+4 |
| * | Fix the handling of high PLT entries (> 32764) on sparc64. This requires | Thomas Moestl | 2002-11-18 | 1 | -1/+1 |
| * | Add support for binaries with arbitrary number of PT_LOAD sections. | Alexander Kabaev | 2002-10-23 | 1 | -8/+0 |
| * | Change the symbol lookup order to search RTLD_GLOBAL objects | Alexander Kabaev | 2002-10-19 | 1 | -12/+12 |
| * | Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return | Maxim Sobolev | 2002-10-19 | 1 | -6/+8 |
| * | Don't acquire the writer lock in rtld_exit when clearing the shared | John Polstra | 2002-08-08 | 1 | -2/+0 |
| * | Fix handling of weak references to undefined symbols on ia64: | Marcel Moolenaar | 2002-04-27 | 1 | -1/+1 |
| * | Don't do symbol lookups for local symbols. The symbol index in the | Marcel Moolenaar | 2002-04-27 | 1 | -7/+14 |
| * | Minor changes to make this work on sparc64. | Jake Burkholder | 2002-04-02 | 1 | -33/+46 |
| * | When searching an object that was opened with RTLD_GLOBAL, search its DAG too. | Dag-Erling Smørgrav | 2002-02-27 | 1 | -3/+6 |
| * | Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a | David E. O'Brien | 2002-02-17 | 1 | -2/+6 |
| * | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -9/+35 |
| * | Mark a function as __printflike() | Kris Kennaway | 2002-02-04 | 1 | -1/+1 |
| * | Change the library search order so that LD_LIBRARY_PATH overrides | John Polstra | 2002-01-25 | 1 | -2/+2 |
| * | Update rtld for the "new" ia64 ABI. In the old toolchain, the | Peter Wemm | 2001-10-29 | 1 | -7/+10 |
| * | Add ia64 support. Various adjustments were made to existing targets to | Doug Rabson | 2001-10-15 | 1 | -9/+34 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 1 | -1/+1 |
| * | Performance improvements for the ELF dynamic linker. These | John Polstra | 2001-05-05 | 1 | -5/+21 |
| * | Fix a bug in which a program called dlclose from a destructor and | John Polstra | 2001-01-05 | 1 | -2/+43 |
| * | Remove the superfluous call to _rtld_error() in symlook_default(). | John Polstra | 2000-11-07 | 1 | -2/+0 |
| * | Add support for dlsym(RTLD_DEFAULT, ...). | John Polstra | 2000-09-19 | 1 | -67/+95 |
| * | Pass two pointer parameters to the r_debug_state() hook | John W. De Boskey | 2000-08-26 | 1 | -8/+18 |
| * | Revamp the code that calls shared libraries' init and fini functions. | John Polstra | 2000-07-26 | 1 | -98/+183 |
| * | Solve the dynamic linker's problems with multithreaded programs once | John Polstra | 2000-07-08 | 1 | -114/+134 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
| * | 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 |