summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* rtld: Fix fd leak with parallel dlopen and fork/exec.jilles2012-11-041-3/+3
* Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOADkib2012-09-191-4/+4
* Do not call process_nodelete with NULL object pointer.kan2012-08-201-1/+2
* Pospone the DF_1_NODELETE processing until object DAG is fully loaded.kan2012-08-141-7/+27
* Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4kib2012-07-151-65/+220
* Ensure that for the object which is a dependency for some filtee,kib2012-06-271-40/+84
* Work around a situation where symlook_obj() could be called for thekib2012-05-051-3/+5
* Add GNU hash support for rtld.kib2012-04-301-9/+141
* Split the symlook_obj1 into a loop iterating over the ELF object symbolkib2012-04-301-95/+110
* Propagate the current state of rtld_bind_lock to dlopen_object() callskib2012-04-121-16/+23
* Properly handle absent AT_CANARY aux entry.kib2012-04-051-1/+2
* Remove extra blank line from revious commit.kan2012-04-021-1/+0
* Do not try to adjust stacks if dlopen_object is called too early.kan2012-04-021-1/+4
* Fix ia64 build after r233655.kib2012-03-291-0/+6
* Import DragonFly BSD commitkib2012-03-291-1/+6
* Prevent rtld_verify_object_versions() from being called several timeskib2012-03-271-0/+4
* Remove libssp_nonshared from the rtld linking set. The only use for thekib2012-03-241-0/+1
* Provide short-circuit exit(3) implementation for rtld.kib2012-03-241-0/+11
* Use xmalloc() instead of malloc() in the places where malloc() callskib2012-03-221-6/+6
* Fix several problems with our ELF filters implementation.kib2012-03-201-22/+56
* Rtld on diet 3.kib2012-03-141-3/+12
* Rtld on diet part 1:kib2012-03-121-0/+40
* Amend r232857, now dropping the casts entirely, as they were notdim2012-03-121-2/+2
* 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
OpenPOWER on IntegriCloud