| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC standardization of the ELF types and update of the ELF constants: | Marcel Moolenaar | 2005-12-30 | 1 | -1/+1 |
| * | MFC: Include the size of the DL_serpath structures in the total size used | John Baldwin | 2005-11-28 | 1 | -1/+1 |
| * | When allocating TLS and DTV, make sure that any unused slots in the DTV | Doug Rabson | 2005-03-30 | 1 | -8/+4 |
| * | If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP, | Colin Percival | 2005-03-24 | 1 | -1/+24 |
| * | Add locking code for tls routines. | David Xu | 2005-03-20 | 1 | -4/+21 |
| * | Attempt to free any static TLS space used by a shared library when it | Doug Rabson | 2005-02-27 | 1 | -0/+20 |
| * | Description from Dan: | Matthew N. Dodd | 2005-02-04 | 1 | -1/+3 |
| * | Do the TLS offset allocations before relocations, as otherwise there | Suleiman Souhlal | 2004-11-02 | 1 | -11/+11 |
| * | Add stubs for TLS. | Olivier Houchard | 2004-09-23 | 1 | -1/+2 |
| * | Add stubs for powerpc TLS. | Doug Rabson | 2004-08-04 | 1 | -5/+2 |
| * | Add support for Thread Local Storage. | Doug Rabson | 2004-08-03 | 1 | -0/+342 |
| * | Fix the problem that surfaced with the new binutils import on sparc64 | Thomas Moestl | 2004-06-18 | 1 | -1/+4 |
| * | give out a little more information in case of a missing dependency | Oliver Eikemeier | 2004-05-28 | 1 | -1/+6 |
| * | If we change obj_rtld.path after initialising __progname, make sure we | Doug Rabson | 2004-03-29 | 1 | -0/+1 |
| * | Add initial support for compiling a special 32 bit version of | Peter Wemm | 2004-03-21 | 1 | -12/+25 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -4/+4 |
| * | Do not depend on existence of _end symbol in obj_from_addr, use | Alexander Kabaev | 2004-02-25 | 1 | -8/+1 |
| * | Initialise some uninitialised variables. | Doug Rabson | 2003-12-31 | 1 | -0/+2 |
| * | 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 |