| Commit message (Expand) | Author | Age | Files | Lines |
* | When allocating TLS and DTV, make sure that any unused slots in the DTV | dfr | 2005-03-30 | 1 | -8/+4 |
* | If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP, | cperciva | 2005-03-24 | 1 | -1/+24 |
* | Add locking code for tls routines. | davidxu | 2005-03-20 | 1 | -4/+21 |
* | Attempt to free any static TLS space used by a shared library when it | dfr | 2005-02-27 | 1 | -0/+20 |
* | Description from Dan: | mdodd | 2005-02-04 | 1 | -1/+3 |
* | Do the TLS offset allocations before relocations, as otherwise there | ssouhlal | 2004-11-02 | 1 | -11/+11 |
* | Add stubs for TLS. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Add stubs for powerpc TLS. | dfr | 2004-08-04 | 1 | -5/+2 |
* | Add support for Thread Local Storage. | dfr | 2004-08-03 | 1 | -0/+342 |
* | Fix the problem that surfaced with the new binutils import on sparc64 | tmm | 2004-06-18 | 1 | -1/+4 |
* | give out a little more information in case of a missing dependency | eik | 2004-05-28 | 1 | -1/+6 |
* | If we change obj_rtld.path after initialising __progname, make sure we | dfr | 2004-03-29 | 1 | -0/+1 |
* | Add initial support for compiling a special 32 bit version of | peter | 2004-03-21 | 1 | -12/+25 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -4/+4 |
* | Do not depend on existence of _end symbol in obj_from_addr, use | kan | 2004-02-25 | 1 | -8/+1 |
* | Initialise some uninitialised variables. | dfr | 2003-12-31 | 1 | -0/+2 |
* | Sync comment with code's reality. | tobez | 2003-11-14 | 1 | -1/+1 |
* | Retire the WITH_LIBMAP compile knob; libmap is now a standard feature. | mdodd | 2003-09-13 | 1 | -8/+0 |
* | Change libmap.c:lm_init() to return a status value; 0 for success | mdodd | 2003-09-13 | 1 | -1/+1 |
* | As long threatened, stage 2 of making a dynamically-linked root a reality. | gordon | 2003-08-17 | 1 | -1/+1 |
* | Prepend /lib to the builtin library search path in rtld. | gordon | 2003-08-17 | 1 | -1/+1 |
* | Provide a mechanism for dumping relocation information. | mdodd | 2003-06-19 | 1 | -0/+10 |
* | Avoid a NULL pointer dereference. | mdodd | 2003-06-18 | 1 | -1/+2 |
* | - Add support for DT_FLAGS. | mdodd | 2003-06-18 | 1 | -1/+18 |
* | - use issetugid() | mdodd | 2003-05-31 | 1 | -3/+2 |
* | Use the environment variable LD_LIBMAP_DISABLE to disable | mdodd | 2003-05-31 | 1 | -3/+8 |
* | Allow threading libraries to register their own locking | kan | 2003-05-29 | 1 | -85/+39 |
* | Rethink the way we count module references. Simply following | kan | 2003-05-08 | 1 | -18/+30 |
* | Fix signed/unsigned comparison warnings. | obrien | 2003-05-04 | 1 | -1/+1 |
* | Dynamic object dependency mapping: libmap. | mdodd | 2003-04-07 | 1 | -5/+21 |
* | Do not remove object from the lists at the unref_dag() stage. | kan | 2003-02-17 | 1 | -8/+26 |
* | Fix a typo in rtld_dirname. | kan | 2003-02-13 | 1 | -1/+1 |
* | Implement dlinfo() function. | kan | 2003-02-13 | 1 | -31/+261 |
* | Remove /usr/lib/elf from a default search path. | kan | 2003-02-13 | 1 | -17/+0 |
* | When unloading dependencies make sure they are removed from all the | kan | 2003-02-10 | 1 | -9/+10 |
* | Put back a test for binaries with no PT_LOAD entries I over-jealosly | kan | 2002-11-29 | 1 | -0/+4 |
* | Fix the handling of high PLT entries (> 32764) on sparc64. This requires | tmm | 2002-11-18 | 1 | -1/+1 |
* | Add support for binaries with arbitrary number of PT_LOAD sections. | kan | 2002-10-23 | 1 | -8/+0 |
* | Change the symbol lookup order to search RTLD_GLOBAL objects | kan | 2002-10-19 | 1 | -12/+12 |
* | Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return | sobomax | 2002-10-19 | 1 | -6/+8 |
* | Don't acquire the writer lock in rtld_exit when clearing the shared | jdp | 2002-08-08 | 1 | -2/+0 |
* | Fix handling of weak references to undefined symbols on ia64: | marcel | 2002-04-27 | 1 | -1/+1 |
* | Don't do symbol lookups for local symbols. The symbol index in the | marcel | 2002-04-27 | 1 | -7/+14 |
* | Minor changes to make this work on sparc64. | jake | 2002-04-02 | 1 | -33/+46 |
* | When searching an object that was opened with RTLD_GLOBAL, search its DAG too. | des | 2002-02-27 | 1 | -3/+6 |
* | Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a | obrien | 2002-02-17 | 1 | -2/+6 |
* | Allow ldd(1) be used on shared libraries in addition to executables. | sobomax | 2002-02-04 | 1 | -9/+35 |
* | Mark a function as __printflike() | kris | 2002-02-04 | 1 | -1/+1 |
* | Change the library search order so that LD_LIBRARY_PATH overrides | jdp | 2002-01-25 | 1 | -2/+2 |
* | Update rtld for the "new" ia64 ABI. In the old toolchain, the | peter | 2001-10-29 | 1 | -7/+10 |