summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the library search order so that LD_LIBRARY_PATH overridesjdp2002-01-251-2/+2
* Update rtld for the "new" ia64 ABI. In the old toolchain, thepeter2001-10-291-7/+10
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-151-9/+34
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
* Performance improvements for the ELF dynamic linker. Thesejdp2001-05-051-5/+21
* Fix a bug in which a program called dlclose from a destructor andjdp2001-01-051-2/+43
* Remove the superfluous call to _rtld_error() in symlook_default().jdp2000-11-071-2/+0
* Add support for dlsym(RTLD_DEFAULT, ...).jdp2000-09-191-67/+95
* Pass two pointer parameters to the r_debug_state() hookjwd2000-08-261-8/+18
* Revamp the code that calls shared libraries' init and fini functions.jdp2000-07-261-98/+183
OpenPOWER on IntegriCloud