OSDN Git Service

Merge remote-tracking branch 'origin/master' into prelink
[uclinux-h8/uClibc.git] / ldso / ldso / dl-elf.c
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-11 Bernd SchmidtSupport dynamic assignment of DSBT_INDEX
2011-04-11 Bernd SchmidtFix nommu handling of DT_TEXTREL
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-07 Carmelo Amorosoldso: use ADDR_ALIGN instead of hard-coded value
2011-03-05 Mark SalterAdd sanity checks to ld.so DSBT support
2011-03-05 Mark SalterAdd support for DSBT ELF to ld.so
2011-03-03 Carmelo Amorosoldso: use ADDR_ALIGN instead of hard-coded value
2011-02-03 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-14 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-17 Filippo Arcidiaconoldso: Fix loadaddr and mappaddr when prelink support...
2010-09-17 Filippo Arcidiaconoldso: Add runtime prelink support
2010-09-17 Filippo Arcidiaconoldso: Rework global scope handling and symbol lookup...
2010-09-17 Filippo Arcidiaconoldso: Add implementation of ld.so standalone execution
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsldso: support RTLD_NODELETE and DF_1_NODELETE
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Bernhard Reutner... silence debug warning
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-23 Chris MetcalfMake _dl_dprintf buf non-static to avoid multithreading...
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-10-08 Mike Frysingerldso: use O_CLOEXEC for cache file
2009-10-08 Mike Frysingerldso: use MAP_FAILED with ld.so.cache
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-07-06 RonAvoid type-punned pointers that break strict-aliasing
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-12-03 Bernhard Reutner... - use proper macros
2008-12-03 Bernhard Reutner... - use proper macro (no obj-code changes)
2008-11-18 Carmelo AmorosoMove _dl_iterate_phdr into libc.so.0 and libc.a (as...
2008-09-23 Carmelo Amorosoldso: removed dead code.
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace.
2008-01-09 Mike Frysingerfix broken whitespace in many places; no functional...
2007-12-04 Bernd SchmidtBlackfin FD-PIC patch 6/6.
2007-04-17 Mike Frysingerfix ld.so.cache handling on no-mmu setups
2007-02-16 Joakim TjernlundFix dlopen for static apps.
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingeruse ElfW(Addr) in more places
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2006-06-19 Mike Frysingereat whitespace
2006-04-12 Eric Andersendoh, forgot to copy the final \0
2006-04-12 Eric Andersenmicro-optimization -- we already know how long the...
2006-04-12 Eric Andersencleanup whitespace
2006-04-12 Eric Andersenfixup a big 'ol memory leak in search_for_named_library()
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-03-02 Mike Frysingerkill spurious semicolons
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-12 Mike Frysingerfix a (very unlikely) page leak
2005-12-10 Peter S. MazingerRemove trailing ';' from strong_alias, thx Bernhard...
2005-11-20 Mike Frysingerfix up ifdef checks so dl_iterate_phdr is defined in...
2005-11-06 "Steven J. Hill"Do not set the RELOCS_DONE flag until it is actually...
2005-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-09-17 Joakim TjernlundFix bug 430 and reduce ldso size with 1KB :). Not sure...
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingerdeclare reloc_addr as ElfW(Addr) instead of Word since...
2005-07-09 Mike Frysingermake sure we use long instead of int so we dont truncat...
2005-07-07 Mike Frysingermake RUNPATH/RPATH support configurable
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-25 Mike Frysingermove _dl_if_debug_dprint() to shared ldso header
2005-06-25 Mike Frysingerrework the debug _dl_dprintf usage to avoid #ifdef...
2005-06-01 Joakim TjernlundInitial support for both RUNPATH support.
2005-05-31 Joakim TjernlundFix bug 60
2005-04-23 Joakim TjernlundCleanup library loading.
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-11-02 Joakim Tjernlund- Remove dynamic_size from struct elf_resolve.
2004-10-11 Joakim TjernlundUndo previous change. Leave SUID programs alone until...
2004-10-11 Joakim TjernlundDon't use ld.so.cache for SUID programs.
2004-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-10-06 Joakim TjernlundDon't complain if ld.so.cache is missing.
2004-10-06 Joakim TjernlundPuts common defines into dl-defs.h (in ldso/include...
2004-10-06 Joakim TjernlundRemove unneeded -D<somedefine>, and use instead #ifdef...
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-28 Joakim TjernlundRemove /usr/X11R6/lib from search path.
2004-09-17 Joakim TjernlundAdded back dl_iterate_phdr in ldso(with some small...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
2004-07-16 Eric AndersenRevert this stuff for now
2004-07-14 Eric AndersenSigh. I got things working this morning, then checked...
2004-07-14 Eric AndersenBased on a patch from Alexandre Oliva, make sure _dl_ma...
2004-06-12 Eric AndersenJakub Bogusz from pld-linux dot org writes:
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
next