summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-1/+1
* Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search pathjhb2005-11-111-1/+1
* When allocating TLS and DTV, make sure that any unused slots in the DTVdfr2005-03-301-8/+4
* If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP,cperciva2005-03-241-1/+24
* Add locking code for tls routines.davidxu2005-03-201-4/+21
* Attempt to free any static TLS space used by a shared library when itdfr2005-02-271-0/+20
* Description from Dan:mdodd2005-02-041-1/+3
* Do the TLS offset allocations before relocations, as otherwise theressouhlal2004-11-021-11/+11
* Add stubs for TLS.cognet2004-09-231-1/+2
* Add stubs for powerpc TLS.dfr2004-08-041-5/+2
* Add support for Thread Local Storage.dfr2004-08-031-0/+342
* Fix the problem that surfaced with the new binutils import on sparc64tmm2004-06-181-1/+4
* give out a little more information in case of a missing dependencyeik2004-05-281-1/+6
* If we change obj_rtld.path after initialising __progname, make sure wedfr2004-03-291-0/+1
* Add initial support for compiling a special 32 bit version ofpeter2004-03-211-12/+25
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-4/+4
* Do not depend on existence of _end symbol in obj_from_addr, usekan2004-02-251-8/+1
* Initialise some uninitialised variables.dfr2003-12-311-0/+2
* Sync comment with code's reality.tobez2003-11-141-1/+1
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.mdodd2003-09-131-8/+0
* Change libmap.c:lm_init() to return a status value; 0 for successmdodd2003-09-131-1/+1
* As long threatened, stage 2 of making a dynamically-linked root a reality.gordon2003-08-171-1/+1
* Prepend /lib to the builtin library search path in rtld.gordon2003-08-171-1/+1
* Provide a mechanism for dumping relocation information.mdodd2003-06-191-0/+10
* Avoid a NULL pointer dereference.mdodd2003-06-181-1/+2
* - Add support for DT_FLAGS.mdodd2003-06-181-1/+18
* - use issetugid()mdodd2003-05-311-3/+2
* Use the environment variable LD_LIBMAP_DISABLE to disablemdodd2003-05-311-3/+8
* Allow threading libraries to register their own lockingkan2003-05-291-85/+39
* Rethink the way we count module references. Simply followingkan2003-05-081-18/+30
* Fix signed/unsigned comparison warnings.obrien2003-05-041-1/+1
* Dynamic object dependency mapping: libmap.mdodd2003-04-071-5/+21
* Do not remove object from the lists at the unref_dag() stage.kan2003-02-171-8/+26
* Fix a typo in rtld_dirname.kan2003-02-131-1/+1
* Implement dlinfo() function.kan2003-02-131-31/+261
* Remove /usr/lib/elf from a default search path.kan2003-02-131-17/+0
* When unloading dependencies make sure they are removed from all thekan2003-02-101-9/+10
* Put back a test for binaries with no PT_LOAD entries I over-jealoslykan2002-11-291-0/+4
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-181-1/+1
* Add support for binaries with arbitrary number of PT_LOAD sections.kan2002-10-231-8/+0
* Change the symbol lookup order to search RTLD_GLOBAL objectskan2002-10-191-12/+12
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-191-6/+8
* Don't acquire the writer lock in rtld_exit when clearing the sharedjdp2002-08-081-2/+0
* Fix handling of weak references to undefined symbols on ia64:marcel2002-04-271-1/+1
* Don't do symbol lookups for local symbols. The symbol index in themarcel2002-04-271-7/+14
* Minor changes to make this work on sparc64.jake2002-04-021-33/+46
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.des2002-02-271-3/+6
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aobrien2002-02-171-2/+6
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-9/+35
* Mark a function as __printflike()kris2002-02-041-1/+1
OpenPOWER on IntegriCloud