summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorFilesLines
2014-02-27rename superh port to "sh" for consistencyRich Felker2-0/+0
2014-02-23superh portBobby Bingham2-0/+36
2014-02-23x32 port (diff against vanilla x86_64)rofl0r1-7/+15
2014-02-23import vanilla x86_64 code as x32rofl0r2-0/+22
2014-01-21fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker1-1/+2
2014-01-06const-qualify the address argument to dladdrRich Felker2-4/+4
2013-12-14fix dynamic linker entry point for microblazeRich Felker1-3/+4
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-0/+1
2013-12-01add infrastructure to record and report the version of libc.soRich Felker1-2/+7
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy1-3/+0
2013-10-04fix uninitialized variable in dladdrRich Felker1-1/+1
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy1-0/+1
2013-09-09do not use default when dynamic linker fails to open existing path fileRich Felker1-0/+2
2013-08-23make dlopen honor the rpath of the main programRich Felker1-1/+1
2013-08-23fix bugs in $ORIGIN handlingRich Felker1-3/+9
2013-08-23use AT_EXECFN, if available, for dynamic linker to identify main programRich Felker1-1/+5
2013-08-23add rpath $ORIGIN processing to dynamic linkerRich Felker1-3/+59
2013-08-23add recursive rpath support to dynamic linkerRich Felker1-12/+13
2013-08-08work around libraries with versioned symbols in dynamic linkerRich Felker1-11/+14
2013-08-03add system for resetting TLS to initial valuesRich Felker1-0/+13
2013-08-02move RPATH search after LD_LIBRARY_PATH searchRich Felker1-2/+2
2013-08-02if map_library has allocated a buffer for phdrs, free it on success tooRich Felker1-0/+1
2013-08-02improve error handling in map_library and support long phdrsRich Felker1-12/+21
2013-08-02fix uninitialized dyn variable in map_libraryRich Felker1-1/+1
2013-07-31fix theoretical out-of-bound access in dynamic linkerRich Felker1-1/+1
2013-07-31prevent passing PT_INTERP name to dlopen from double-loading libcRich Felker1-6/+11
2013-07-31add some sanity checks in dynamic loader codeRich Felker1-0/+10
2013-07-31fix bug where read error was treated as success reading library headersRich Felker1-1/+1
2013-07-31don't call null pointer if DT_INIT/DT_FINI are nullRich Felker1-2/+2
2013-07-27fix indention-with-spacesRich Felker1-1/+1
2013-07-26make ldd report the libc/dynamic linker itselfRich Felker1-0/+22
2013-07-26fix computation of entry point and main app phdrs when invoking via ldsoRich Felker1-3/+1
2013-07-24support STB_GNU_UNIQUE symbol bindings in dynamic linkerRich Felker1-1/+1
2013-07-24move the dynamic linker's jmp_buf from static to automatic storageRich Felker1-5/+7
2013-07-22disable legacy init/fini processing on ARMRich Felker1-0/+4
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker1-8/+6
2013-07-21fix order of fini_array execution for shared libsRich Felker1-2/+2
2013-07-20add support for init_array/fini_array ctors/dtors to dynamic linkerRich Felker1-2/+13
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker1-1/+20
2013-07-10fix invalid library phdr pointers passed to callback from dl_iterate_phdrRich Felker1-9/+16
2013-06-29implement minimal dlinfo functionRich Felker2-0/+20
2013-06-29fix missing synchronization in calls from dynamic linker to global ctorsRich Felker1-0/+4
2013-06-26remove useless conditional before free from dynamic linker path codeRich Felker1-1/+1
2013-06-26fix dynamic linker handling of empty path file or error reading path fileRich Felker1-4/+3
2013-06-25make newline-delimited dynamic linker path file actually workRich Felker1-1/+1
2013-06-03ensure that thread dtv pointer is never null to optimize __tls_get_addrRich Felker1-4/+4
2013-04-20make dynamic linker accept : or \n as path separatorRich Felker1-8/+8
2013-02-02fix uninitialized map_len being used in munmap failure paths in load_libraryRich Felker1-3/+2
2013-01-23add support for RTLD_NOLOAD to dlopenRich Felker1-3/+7
2013-01-23fix regression in dlsym: rejection of special RTLD_* handles as invalidRich Felker1-1/+2