aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* MFH (r277695): allow tracing dlfunc() / dlsym() eventsDag-Erling Smørgrav2015-06-301-4/+13
* MFC r282109:Konstantin Belousov2015-05-041-36/+45
* MFC r281005: Make die available as rtld_die for use by MD relocation codeEd Maste2015-04-281-19/+18
* MFC r281549:Konstantin Belousov2015-04-221-17/+30
* MFC r268182: Initialize page sizes early for ia64.Peter Wemm2015-04-131-0/+7
* MFC r280816:Konstantin Belousov2015-04-121-3/+20
* MFC r264346 (by alc):Konstantin Belousov2015-04-121-3/+50
* MFC: r279364Jung-uk Kim2015-03-061-8/+7
* MFC 275412:John Baldwin2015-02-231-0/+2
* MFC r277936:Konstantin Belousov2015-02-061-5/+3
* MFC r276627:Konstantin Belousov2015-01-101-0/+22
* Always return pathname in dl_iterate_phdr's dlpi_name, as Linux doesEd Maste2014-11-141-2/+1
* MFC r270798:Konstantin Belousov2014-09-121-2/+11
* MFC r265456, r265578:Mark Johnston2014-08-071-1/+16
* MFC r259044:Konstantin Belousov2013-12-131-15/+20
* Implement support for the interpose dso flag.Konstantin Belousov2013-10-071-2/+32
* Populate .rld_map on MIPS for debuggersEd Maste2013-10-021-5/+1
* Make the directory mapping functionality, which was previously onlyDag-Erling Smørgrav2013-09-211-5/+5
* Properly terminate the result string for intermediate results, toKonstantin Belousov2013-04-291-1/+2
* The origin_subst_one() function limits the length of the string toKonstantin Belousov2013-04-151-72/+74
* rtld: Fix fd leak with parallel dlopen and fork/exec.Jilles Tjoelker2012-11-041-3/+3
* Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOADKonstantin Belousov2012-09-191-4/+4
* Do not call process_nodelete with NULL object pointer.Alexander Kabaev2012-08-201-1/+2
* Pospone the DF_1_NODELETE processing until object DAG is fully loaded.Alexander Kabaev2012-08-141-7/+27
* Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4Konstantin Belousov2012-07-151-64/+219
* Ensure that for the object which is a dependency for some filtee,Konstantin Belousov2012-06-271-40/+84
* Work around a situation where symlook_obj() could be called for theKonstantin Belousov2012-05-051-3/+5
* Add GNU hash support for rtld.Konstantin Belousov2012-04-301-9/+141
* Split the symlook_obj1 into a loop iterating over the ELF object symbolKonstantin Belousov2012-04-301-95/+110
* Propagate the current state of rtld_bind_lock to dlopen_object() callsKonstantin Belousov2012-04-121-16/+23
* Properly handle absent AT_CANARY aux entry.Konstantin Belousov2012-04-051-1/+2
* Remove extra blank line from revious commit.Alexander Kabaev2012-04-021-1/+0
* Do not try to adjust stacks if dlopen_object is called too early.Alexander Kabaev2012-04-021-1/+4
* Fix ia64 build after r233655.Konstantin Belousov2012-03-291-0/+6
* Import DragonFly BSD commitKonstantin Belousov2012-03-291-1/+6
* Prevent rtld_verify_object_versions() from being called several timesKonstantin Belousov2012-03-271-0/+4
* Remove libssp_nonshared from the rtld linking set. The only use for theKonstantin Belousov2012-03-241-0/+1
* Provide short-circuit exit(3) implementation for rtld.Konstantin Belousov2012-03-241-0/+11
* Use xmalloc() instead of malloc() in the places where malloc() callsKonstantin Belousov2012-03-221-6/+6
* Fix several problems with our ELF filters implementation.Konstantin Belousov2012-03-201-22/+56
* Rtld on diet 3.Konstantin Belousov2012-03-141-3/+12
* Rtld on diet part 1:Konstantin Belousov2012-03-121-0/+40
* Amend r232857, now dropping the casts entirely, as they were notDimitry Andric2012-03-121-2/+2
* Fix the following warning/error with clang:Dimitry Andric2012-03-121-2/+2
* Add support for preinit, init and fini arrays. Some ABIs, inKonstantin Belousov2012-03-111-14/+170
* Optimize tls_get_addr_common(). The change provides around 30% speedupKonstantin Belousov2012-03-101-9/+22
* Add thread-local storage support for ARM to rtld-elfOleksandr Tymoshenko2012-02-141-5/+2
* Add missed EOL when die() was converted to use rtld_fdputstr() insteadKonstantin Belousov2012-02-131-0/+1
* Switch MIPS TLS implementation to Variant IOleksandr Tymoshenko2012-02-101-2/+2
* Add support for GNU RELRO.Konstantin Belousov2012-01-301-0/+13