summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the following warning/error with clang:dim2012-03-121-2/+2
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-111-14/+170
* Optimize tls_get_addr_common(). The change provides around 30% speedupkib2012-03-101-9/+22
* Add thread-local storage support for ARM to rtld-elfgonzo2012-02-141-5/+2
* Add missed EOL when die() was converted to use rtld_fdputstr() insteadkib2012-02-131-0/+1
* Switch MIPS TLS implementation to Variant Igonzo2012-02-101-2/+2
* Add support for GNU RELRO.kib2012-01-301-0/+13
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-071-32/+78
* Postpone the resolution of IRELATIVE relocations and IFUNC-targetedkib2012-01-041-4/+5
* _rtld_bind() read-locks the bind lock, and possible plt resolutionkib2011-12-141-21/+70
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-8/+44
* Fix fd leak.kib2011-11-181-0/+1
* Setting up TLS block for the main thread must be done after thekib2011-10-081-3/+14
* Use the proper dynamic tls block to calculate the tls variable addresskib2011-09-151-1/+1
* When libexec/rtld-elf/rtld.c is compiled with clang, the r_debug_state()dim2011-09-031-1/+9
* Rtld links with the specially built pic static libc library to get somekib2011-08-241-14/+17
* 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
OpenPOWER on IntegriCloud