summaryrefslogtreecommitdiff
path: root/ldso/include
AgeCommit message (Expand)Author
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-02-21ldso: fix fdpic buildsMike Frysinger
2011-01-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-20ldso: get rid of _dl_lookup_hashCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2010-11-28Merge commit 'origin/master' into prelinkCarmelo Amoroso
2010-11-02ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko
2010-09-17ldso: Add runtime prelink supportFilippo Arcidiacono
2010-09-17ldso: Add support for LD_WARN and LD_TRACE_PRELINKINGFilippo Arcidiacono
2010-09-17ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2010-09-15ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono
2010-07-27silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer
2010-07-26ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-04-28include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley
2010-04-22ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs
2010-04-12whitespace cleanupBernhard Reutner-Fischer
2010-02-11ldso: fix USE_TLS checkAustin Foxley
2010-02-05ldso: add missing prototypesBernhard Reutner-Fischer
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-11-20remove superfluous extra semicolonsBernhard Reutner-Fischer
2009-10-15ldso: drop duplicated/unused definesMike Frysinger
2009-10-15ldso: unify and cleanup _dl_mmap codeMike Frysinger
2009-10-15ldso: define MAP_FAILED for everyoneMike Frysinger
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-07ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger
2009-10-06whitespace cleanupBernhard Reutner-Fischer
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-20fix building for systems w/out ldso supportMike Frysinger
2009-04-11sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf
2009-04-09Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj
2009-04-09The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj
2009-01-12ldso: do not comment out unused variables, just delete it.Carmelo Amoroso
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-11-03Fix whitespace damage in file.Hans-Christian Egtvedt
2008-09-18Use __always_inline for _dl_gettimeofday as well.Carmelo Amoroso
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-03- Revert _dl_exit touch-up.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-30- fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer
2008-02-08Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt
2008-01-18This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2008-01-08Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger