aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
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 r281107: MIPS rtld: report missing symbol rather than segfaultingEd Maste2015-04-281-1/+1
* MFC r281005: Make die available as rtld_die for use by MD relocation codeEd Maste2015-04-282-19/+19
* MFC r281549:Konstantin Belousov2015-04-222-17/+31
* MFC r268182: Initialize page sizes early for ia64.Peter Wemm2015-04-132-0/+9
* MFC r280816:Konstantin Belousov2015-04-1212-16/+43
* MFC r264346 (by alc):Konstantin Belousov2015-04-124-25/+67
* 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-103-0/+24
* Always return pathname in dl_iterate_phdr's dlpi_name, as Linux doesEd Maste2014-11-141-2/+1
* MFC r270798:Konstantin Belousov2014-09-1210-332/+319
* MFC r270803:Konstantin Belousov2014-09-011-0/+4
* MFC r270256:Pedro F. Giffuni2014-08-281-2/+2
* MFC r265456, r265578:Mark Johnston2014-08-072-1/+17
* MFC r266609:Konstantin Belousov2014-06-071-1/+15
* MFC r266411:Konstantin Belousov2014-05-251-3/+3
* MFC r264481:Konstantin Belousov2014-04-211-0/+43
* MFC r262277:David Xu2014-02-271-7/+5
* MFC: r262136Christian Brueffer2014-02-241-5/+1
* MFC r259044:Konstantin Belousov2013-12-131-15/+20
* MFC r259043:Konstantin Belousov2013-12-132-0/+32
* Implement support for the interpose dso flag.Konstantin Belousov2013-10-072-2/+33
* 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-213-9/+5
* Revert r253748,253749Andriy Gapon2013-07-282-0/+2
* remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-282-2/+0
* 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
* Map libraries linked with -Ttext-segment=base_addr at base_addr.Tijl Coosemans2013-02-271-1/+1
* Avoid use of register variables, which some compilers (e.g. clang)Nathan Whitehorn2013-02-081-9/+5
* When building for ARM EABI link against libgcc for the __aeabi_* functions.Andrew Turner2013-01-191-0/+10
* Use absolute path for /usr/libexec/ld-elf.so.1 symlink.Pawel Jakub Dawidek2012-12-041-2/+2
* Do not change entire BINDIR, it might be needed later, just changePawel Jakub Dawidek2012-12-041-2/+2
* Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1Pawel Jakub Dawidek2012-12-041-1/+1
* rtld: Fix fd leak with parallel dlopen and fork/exec.Jilles Tjoelker2012-11-042-4/+4
* 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
* Merging of projects/armv6, part 2Oleksandr Tymoshenko2012-08-151-1/+14
* Pospone the DF_1_NODELETE processing until object DAG is fully loaded.Alexander Kabaev2012-08-141-7/+27
* Ensure we align the stack to 8 bytes in rtld.Andrew Turner2012-08-041-2/+4
* Parse notes only after object structure had been allocated.Alexander Kabaev2012-08-031-2/+2
* Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4Konstantin Belousov2012-07-153-71/+275
* Ensure that for the object which is a dependency for some filtee,Konstantin Belousov2012-06-271-40/+84
* Eliminate the static buffer used to read the first page of the mappedKonstantin Belousov2012-06-141-61/+69
* open the resolved pathBaptiste Daroussin2012-05-051-4/+4
* Work around a situation where symlook_obj() could be called for theKonstantin Belousov2012-05-051-3/+5
* Add two special directives to libmap.conf:Baptiste Daroussin2012-04-301-30/+132