OSDN Git Service

Merge remote branch 'origin/master' into prelink
[uclinux-h8/uClibc.git] / ldso / ldso / ldso.c
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: Do not add the ld.so at the end of the loaded...
2010-09-17 Filippo Arcidiaconoldso: Add support for LD_WARN and LD_TRACE_PRELINKING
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-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Carmelo AMOROSOldso: Add config option for controlling LD_PRELOAD
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2010-01-21 Bernhard Reutner... ldso: tweak shadow warning with preload file support
2010-01-21 Bernhard Reutner... ldso: tweak shadow warning with preload file support
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
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-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-27 Natanael Copaldso: initialize stack_chk_guard after TLS is initialized
2009-11-25 Bernhard Reutner... avoid warning about unused variable
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-11-23 Mike Frysingerldso: let people disable the implicit path search
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-07-23 Mike Frysingerldso: fix building for FDPIC systems
2009-07-23 Mike Frysingersilence warnings in Blackfin ldso code
2009-02-23 Bernhard Reutner... - fix weak ssp symbol on some arches (Peter S. Mazinger)
2009-01-11 Denis Vlasenkoreplace yet another _dl_malloc + _dl_memset with _dl_zalloc
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-12-03 Bernhard Reutner... - use proper macros
2008-11-18 Carmelo AmorosoMove _dl_iterate_phdr into libc.so.0 and libc.a (as...
2008-09-30 Bernhard Reutner... - avoid warning about undefined preprocessor token
2008-09-30 Bernhard Reutner... - remove shadows declaration of struct st (already...
2008-09-29 Carmelo Amorosoldso: do not use hard-coded fd in _dl_dprintf. Use...
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - nlist is unsigned. Adjust iterator variables accordin...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-02-20 Carmelo AmorosoFix typos in comment
2008-02-20 Carmelo AmorosoDo not call _dl_de ug_state() before recording ld.so...
2008-02-08 Bernd SchmidtFix the recent dladdr changes so that they compile...
2008-01-18 Carmelo AmorosoThis patch solves a problem in dladdr caused by the...
2008-01-09 Mike Frysingerfix broken whitespace in many places; no functional...
2007-12-03 Bernd SchmidtBlackfin FD-PIC patches 5/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 2/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 1/6.
2007-11-16 Carmelo AmorosoIf uClibc's ld.so encounters text relocations in a...
2007-03-31 Joakim TjernlundBernd Schmidt writes:
2007-02-21 Mike Frysingermake sure we have rtld_hidden_def(_dl_debug_state)
2007-02-17 Joakim TjernlundMake _dl_malloc alignment arch configurable.
2007-01-28 Mike Frysingerfix from Bernd Schmidt to make sure _dl_debug_state...
2007-01-28 Mike Frysingeras pointed out by Jocke, use "2" for actual error messa...
2007-01-26 Joakim TjernlundFix libdl bug reported by Cedric Hombourger in
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 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 extraneous ; and insert some whitespace where it...
2006-03-07 Peter S. MazingerRemove additional endif pointed out by vapier
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-02-15 Peter S. MazingerAdd prototypes
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-01-29 Mike Frysingerchange variable names so we dont shadow others
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-19 Mike Frysingerwould help if i used the right variable name ...
2006-01-19 Mike FrysingerFrank Mehnert writes:
2005-12-27 Mike Frysingernlist should be unsigned, not signed, as it tracks...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-11-21 Peter S. MazingerDo not create any files (dl-progname.h) in ldso anymore
2005-11-02 Peter S. MazingerMove __SSP__ check to header
2005-11-01 Peter S. MazingerAdd check, so we are sure that the file is correctly...
2005-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-03 Peter S. MazingerMove _dl_protect_relro after INIT to allow using attrib...
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-07-12 Mike Frysingeruse wrapper debug macros to improve readability
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-07-04 Mike Frysingeruse the a_val member instead of a_ptr/a_fcn since newer...
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 Joakim TjernlundQuick and dirty hack to prevent ld.so from beeing loade...
2005-06-30 Mike Frysingererr revert %p->%x change since _dl_printf() is not...
2005-06-30 Mike Frysingeruse %p instead of %x to show addresses so we dont have...
next