summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorLines
2012-11-30fix ordering of shared library ctors with respect to libc initRich Felker-3/+6
2012-11-25eliminate gdb complaints about missing linux-gate.so.1Rich Felker-1/+2
2012-11-17fix typo in dynamic linker path file loading codeRich Felker-1/+1
2012-11-17arg-skipping code for powerpc dynamic linkerRich Felker-0/+8
2012-11-16dynamic linking support for powerpcRich Felker-17/+16
2012-11-14fix indention with spaces in powerpc asmRich Felker-27/+26
2012-11-14Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker-0/+31
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-24/+24
2012-11-13import preliminary ppc work by rdp.Richard Pennington-0/+31
2012-11-09support ldso path files without final newlineRich Felker-2/+5
2012-11-08change ldso path file logic to replace rather than add to search pathRich Felker-2/+2
2012-11-08fix dlsym asm for mipsRich Felker-1/+2
2012-11-01remove one unnecessary static var from dynamic linkerRich Felker-2/+2
2012-11-01fix more unused variable warningsRich Felker-3/+2
2012-10-31add dl_iterate_phdr interfaceRich Felker-7/+87
2012-10-19support looking up thread-local objects with dlsymRich Felker-0/+6
2012-10-19fix breakage in dlsym for looking up RTLD_DEFAULT, etc.Rich Felker-2/+5
2012-10-17fix microblaze asm relocations for shared libcRich Felker-3/+3
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker-3/+32
2012-10-14fix main program TLS alignment for dynamic-linked programsRich Felker-6/+5
2012-10-13fix namespace clash (libc) in dynlink.cRich Felker-14/+13
2012-10-13remove dead code from dynamic linkerRich Felker-10/+0
2012-10-07clean up and refactor program initializationRich Felker-2/+2
2012-10-07fix breakage due to initializing thread pointer when loading libsRich Felker-1/+1
2012-10-06make new TLS setup block even implementation-internals signalsRich Felker-2/+1
2012-10-06don't crash if TLS library is loaded into process with no thread pointerRich Felker-0/+5
2012-10-06fix symbol acceptance/rejection rules for TLSRich Felker-8/+14
2012-10-06TLS fixes, mainly alignment handlingRich Felker-39/+48
2012-10-05fix/improve shared library ctor/dtor handling, allow recursive dlopenRich Felker-7/+29
2012-10-05small dynamic linker module search fixRich Felker-1/+2
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker-19/+81
2012-10-05fix race condition in dlopenRich Felker-1/+3
2012-10-04dynamic-linked TLS support for everything but dlopen'd libsRich Felker-38/+58
2012-10-04remove freeing of dynamic linker data when dlopen/dlsym are not usedRich Felker-11/+0
2012-10-04beginnings of full TLS support in shared librariesRich Felker-0/+10
2012-10-04partial TLS support for dynamic-linked programsRich Felker-22/+72
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker-0/+10
2012-09-29more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker-1/+1
2012-09-29fix some more O_CLOEXEC/SOCK_CLOEXEC issuesRich Felker-2/+2
2012-09-29microblaze portRich Felker-0/+32
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-4/+4
2012-08-27fix bug caused by main app & libc having map set; cannot free themRich Felker-1/+1
2012-08-26dladdr support for dynamic linker (nonstandard extension)Rich Felker-0/+95
2012-08-25fix bug in gnu hash lookup on dlsym(handle, name) lookupsRich Felker-1/+1
2012-08-25clean up search_vec usage for vdsoRich Felker-2/+2
2012-08-25use new search_vec function to find vdso in dynamic linkerRich Felker-4/+2
2012-08-25ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker-1/+4
2012-08-25add gnu hash support in the dynamic linkerRich Felker-12/+85
2012-08-18make dynamic linker report all failures before exitingRich Felker-2/+6
2012-08-17fix bug computing argc when invoking ld-musl-mips.so.1 progname ...Rich Felker-3/+3