summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings.benl2011-06-181-4/+4
* rtld: eliminate double call to close(2) that may occur in load_objectavg2011-03-251-5/+2
* Use sigsetjmp/siglongjmp with disabled signal mask access forkib2011-02-091-3/+3
* Fix grammar in comment.kib2011-01-301-1/+1
* Make ldd(1) work when versioned dependency file is cannot be loaded.kib2011-01-301-4/+13
* Eliminate the use of symlook_needed function in favor of DAGS.kan2011-01-281-67/+47
* Remove SuperH architecture from a comment as we do not support it.pluknet2011-01-281-1/+1
* When loading dso without PT_GNU_STACK phdr, only callkib2011-01-251-1/+1
* Fix get_program_var_addr() when type of the resolved symbol is functional.kib2011-01-251-1/+6
* Add my copyright.kib2011-01-221-0/+1
* get_program_var_addr() must prefer the strong symbol to the weakkib2011-01-101-65/+84
* In rtld, read the initial stack access mode from AT_STACKPROT as setkib2011-01-081-0/+42
* Fix an apparent cop-and-paste mistake in previous commit.kan2010-12-271-1/+1
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-249/+464
* If dlclose() is called recursively from a _fini() function, the innerjh2010-12-161-16/+38
* In r214728, if dlopen() is called for the object that has been alreadykib2010-11-041-5/+5
* Fix style.kib2010-11-041-1/+1
* If dlopen() is called for the dso that has been already loaded as akib2010-11-031-2/+13
* Check for undefined weak symbols during PLT binding on powerpc64, and donwhitehorn2010-09-121-1/+1
* Remove exports table. Export control by the version script is enough.kib2010-08-241-50/+4
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-0/+12
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-231-10/+37
* Provide the starting image with the pointer to ELF aux vector. It iskib2010-08-171-0/+1
* Use the newly provided aux vectors to get pagesize and osreldate information.kib2010-08-171-9/+62
* Revert r209544. It papers over a binutils bug, and is not even a reliablenwhitehorn2010-06-281-10/+3
* Ignore versioned dependencies on shared objects to which we do not link.nwhitehorn2010-06-261-3/+10
* Plug possible memory leak.kan2010-06-031-1/+3
* Only use the cache after the early stage of loading. This isrdivacky2010-05-181-0/+4
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-241-1/+1
* Improve TLS variant I:marcel2010-02-161-11/+8
* Fix local root vulnerability.cperciva2009-12-011-6/+6
* Allow to load not-openable dso when tracing. This fixes ldd on such dso orkib2009-11-281-2/+5
* Implement rtld part of the support for -z nodlopen (see ld(1)).kib2009-11-261-14/+26
* Flag controlling origin expansion in DT_FLAGS is DF_ORIGIN, not DF_1_ORIGIN.kib2009-11-261-1/+1
* Fix white space in rtld runtime error printf.rwatson2009-11-141-1/+1
* Calculate relocation base for the main object, and apply the relocationkib2009-10-101-14/+15
* Implement RTLD_NOLOAD flag for dlopen(3).kib2009-07-171-6/+10
* Fix a typo in the same comment, one line below.ed2009-06-231-1/+1
* Fix typo in comment.ed2009-06-231-1/+1
* Allow order of initialization of loaded shared objects to bekan2009-06-201-46/+43
* FreeBSD returns main object handle from dlopen(NULL, ...) calls.kan2009-06-161-0/+10
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).kib2009-04-031-0/+14
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeletekib2009-03-301-4/+18
* Do not dereference NULL pointer. refobj is NULL for the objects that arekib2009-03-281-1/+1
* Support for a new environment variable, LD_ELF_HINTS_PATH for overridingdelphij2009-03-231-2/+9
* Implement the dynamic string token substitution in the rpath andkib2009-03-181-9/+144
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-271-0/+2
* Allow strong symbols to override weak ones for lookups done throughkan2008-10-101-4/+21
* Make sure internal rtld malloc routines are not called from unlockedkan2008-09-031-14/+17
* Fix the problem with the C++ exception handling for the multithreadedkib2008-05-061-3/+5
OpenPOWER on IntegriCloud