summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
* ldso: simplify interp path search logicMike Frysinger2012-01-021-1/+3
* ldso: use __func__ rather than __FUNCTION__Mike Frysinger2011-11-271-1/+1
* ldso: support RTLD_NOLOADTimo Teräs2011-11-071-2/+4
* ldso: unify pread syscall definitionMike Frysinger2011-10-061-0/+22
* ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger2011-10-061-0/+7
* microblaze mmu/elf/shared lib supportRyan Flux2011-10-061-1/+1
* ldso: add missing includeBernhard Reutner-Fischer2011-08-261-0/+1
* Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-06-241-0/+8
|\
| * libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono2011-05-101-0/+8
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-05-042-1/+3
|\|
| * Fix nommu handling of DT_TEXTRELBernd Schmidt2011-04-112-1/+3
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-04-063-4/+18
|\|
| * remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-091-1/+1
| * Add support for DSBT ELF to ld.soMark Salter2011-03-052-2/+11
| * ldso: fix fdpic buildsMike Frysinger2011-02-211-2/+7
* | Merge remote branch 'origin/master' into prelinkCarmelo Amoroso2011-01-211-17/+6
|\|
| * ldso: get rid of _dl_lookup_hashCarmelo Amoroso2011-01-201-7/+1
| * Add protected symbols support for all architecturesSalvatore Cro2011-01-201-8/+8
* | Merge commit 'origin/master' into prelinkCarmelo Amoroso2010-11-281-6/+6
|\|
| * ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko2010-11-021-6/+6
* | ldso: Add runtime prelink supportFilippo Arcidiacono2010-09-171-3/+40
* | ldso: Add support for LD_WARN and LD_TRACE_PRELINKINGFilippo Arcidiacono2010-09-172-4/+14
* | ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono2010-09-174-7/+20
* | ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono2010-09-173-2/+6
|/
* ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono2010-09-151-7/+10
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono2010-07-261-1/+1
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-0/+4
* include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley2010-04-281-0/+1
* ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs2010-04-221-7/+13
* whitespace cleanupBernhard Reutner-Fischer2010-04-121-5/+5
* ldso: fix USE_TLS checkAustin Foxley2010-02-111-1/+1
* ldso: add missing prototypesBernhard Reutner-Fischer2010-02-051-0/+5
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-2/+2
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-201-16/+17
* ldso: drop duplicated/unused definesMike Frysinger2009-10-151-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-151-40/+22
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-151-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-151-14/+6
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-152-9/+8
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-071-0/+2
* whitespace cleanupBernhard Reutner-Fischer2009-10-061-4/+4
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-263-14/+200
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-0/+5
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-04-111-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-04-091-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-091-2/+2
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-102-21/+21
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-031-0/+13