aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* MFC standardization of the ELF types and update of the ELF constants:Marcel Moolenaar2005-12-301-1/+1
* MFC: Include the size of the DL_serpath structures in the total size usedJohn Baldwin2005-11-281-1/+1
* When allocating TLS and DTV, make sure that any unused slots in the DTVDoug Rabson2005-03-301-8/+4
* If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP,Colin Percival2005-03-241-1/+24
* Add locking code for tls routines.David Xu2005-03-201-4/+21
* Attempt to free any static TLS space used by a shared library when itDoug Rabson2005-02-271-0/+20
* Description from Dan:Matthew N. Dodd2005-02-041-1/+3
* Do the TLS offset allocations before relocations, as otherwise thereSuleiman Souhlal2004-11-021-11/+11
* Add stubs for TLS.Olivier Houchard2004-09-231-1/+2
* Add stubs for powerpc TLS.Doug Rabson2004-08-041-5/+2
* Add support for Thread Local Storage.Doug Rabson2004-08-031-0/+342
* Fix the problem that surfaced with the new binutils import on sparc64Thomas Moestl2004-06-181-1/+4
* give out a little more information in case of a missing dependencyOliver Eikemeier2004-05-281-1/+6
* If we change obj_rtld.path after initialising __progname, make sure weDoug Rabson2004-03-291-0/+1
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-211-12/+25
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-4/+4
* Do not depend on existence of _end symbol in obj_from_addr, useAlexander Kabaev2004-02-251-8/+1
* Initialise some uninitialised variables.Doug Rabson2003-12-311-0/+2
* Sync comment with code's reality.Anton Berezin2003-11-141-1/+1
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.Matthew N. Dodd2003-09-131-8/+0
* Change libmap.c:lm_init() to return a status value; 0 for successMatthew N. Dodd2003-09-131-1/+1
* As long threatened, stage 2 of making a dynamically-linked root a reality.Gordon Tetlow2003-08-171-1/+1
* Prepend /lib to the builtin library search path in rtld.Gordon Tetlow2003-08-171-1/+1
* Provide a mechanism for dumping relocation information.Matthew N. Dodd2003-06-191-0/+10
* Avoid a NULL pointer dereference.Matthew N. Dodd2003-06-181-1/+2
* - Add support for DT_FLAGS.Matthew N. Dodd2003-06-181-1/+18
* - use issetugid()Matthew N. Dodd2003-05-311-3/+2
* Use the environment variable LD_LIBMAP_DISABLE to disableMatthew N. Dodd2003-05-311-3/+8
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-291-85/+39
* Rethink the way we count module references. Simply followingAlexander Kabaev2003-05-081-18/+30
* Fix signed/unsigned comparison warnings.David E. O'Brien2003-05-041-1/+1
* Dynamic object dependency mapping: libmap.Matthew N. Dodd2003-04-071-5/+21
* Do not remove object from the lists at the unref_dag() stage.Alexander Kabaev2003-02-171-8/+26
* Fix a typo in rtld_dirname.Alexander Kabaev2003-02-131-1/+1
* Implement dlinfo() function.Alexander Kabaev2003-02-131-31/+261
* Remove /usr/lib/elf from a default search path.Alexander Kabaev2003-02-131-17/+0
* When unloading dependencies make sure they are removed from all theAlexander Kabaev2003-02-101-9/+10
* Put back a test for binaries with no PT_LOAD entries I over-jealoslyAlexander Kabaev2002-11-291-0/+4
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-181-1/+1
* Add support for binaries with arbitrary number of PT_LOAD sections.Alexander Kabaev2002-10-231-8/+0
* Change the symbol lookup order to search RTLD_GLOBAL objectsAlexander Kabaev2002-10-191-12/+12
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnMaxim Sobolev2002-10-191-6/+8
* Don't acquire the writer lock in rtld_exit when clearing the sharedJohn Polstra2002-08-081-2/+0
* Fix handling of weak references to undefined symbols on ia64:Marcel Moolenaar2002-04-271-1/+1
* Don't do symbol lookups for local symbols. The symbol index in theMarcel Moolenaar2002-04-271-7/+14
* Minor changes to make this work on sparc64.Jake Burkholder2002-04-021-33/+46
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.Dag-Erling Smørgrav2002-02-271-3/+6
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aDavid E. O'Brien2002-02-171-2/+6
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-041-9/+35
* Mark a function as __printflike()Kris Kennaway2002-02-041-1/+1