OSDN Git Service

Merge remote branch 'origin/master' into prelink
[uclinux-h8/uClibc.git] / ldso / libdl / libdl.c
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-20 Salvatore CroAdd protected symbols support for all architectures
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-11-24 Bernhard Reutner... Revert "ldso: silence warning about unused tls var...
2010-11-24 Bernhard Reutner... ldso: silence warning about unused tls var if !tls
2010-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
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-07-27 Bernhard Reutner... silence warning about incompatible types with _dl_init_...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsldso: support RTLD_NODELETE and DF_1_NODELETE
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-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-10-06 Bernhard Reutner... fix coding style
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-10-29 Bernhard Reutner... - fix use after free (Kevin Day)
2008-09-29 Carmelo Amorosolibdl: use stderr consistently.
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-05-23 Bernhard Reutner... - fix compilation error
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-03-25 Carmelo AmorosoAdd missing cast in pointer assignment
2008-02-12 Bernd SchmidtUse DL_RELOC_ADDR when dealing with DL_LOADADDR_TYPE...
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...
2008-01-08 Mike Frysingerchange NO_UNDERSCORES to just UNDERSCORES so as to...
2007-12-04 Bernd SchmidtBlackfin FD-PIC patch 6/6.
2007-12-03 Bernd SchmidtFix a few warnings introduced by my previous commits.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 3/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 2/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 1/6.
2007-03-31 Joakim TjernlundBernd Schmidt writes:
2007-03-13 Joakim TjernlundCarmelo Amoroso writes:
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 Frysingerconvert #if 0 code to _dl_if_debug_print()
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
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-03-24 Peter S. Mazingertypo stderrr
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-01-29 Mike Frysingeruse diff variable names so we dont shadow each other
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable name
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2005-12-27 Mike Frysingerrevert debug "fix" since it isnt correct and previous...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-12-11 "Steven J. Hill"Fix debugging.
2005-11-21 Peter S. MazingerDo not create any files (dl-progname.h) in ldso anymore
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-14 Peter S. MazingerForgotten to commit libdl.c, change __LIBDL_SHARED__...
2005-10-03 Peter S. MazingerMove _dl_protect_relro as in ldso.c, thanks to jocke
2005-09-08 Mike Frysingerdlvsym stub
2005-08-24 Joakim TjernlundFrank Mehnert writes:
2005-08-15 Joakim TjernlundFix bug 387, missing _dl_progname for static apps.
2005-08-01 Joakim TjernlundAdd dependency on ld-uClibc.so.0 for libdl.so.
2005-07-27 Joakim TjernlundFix bug 358 by protecting _dl_symbol_tables as suggested.
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 Mike Frysingersmall whitespace fix
2005-06-30 Mike Frysingeruse %p instead of %x to show addresses so we dont have...
2005-06-25 Mike Frysingerwould help if it actually compiled :/
2005-06-25 Mike Frysingerhide the #ifdef debug macros/printfs behind one functio...
2005-06-01 Joakim TjernlundAdd debug printout of RTLD_GLOBAL and RTLD_NOW flag.
2005-06-01 Joakim TjernlundInitial support for both RUNPATH support.
2005-04-23 Joakim TjernlundFix dlopen to handle circular dependency libs. Wouldn...
2005-04-23 Joakim TjernlundCleanup library loading.
2005-04-13 Joakim TjernlundFix bug 214, reported by aurel. This is a major update...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-01-19 Peter KjellerstedtAvoid compiler warnings.
2005-01-10 Eric AndersenFixup function prototypes to match definitions in inclu...
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-11-17 Joakim TjernlundAdd BIND NOW support to MIPS.
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-11-02 Joakim Tjernlund- Remove dynamic_size from struct elf_resolve.
2004-10-14 Joakim Tjernlundunmap ld.so.cache when dlopen() returns.
2004-10-14 Joakim TjernlundDon't SEGV if library not found.
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-08 Joakim TjernlundSecond attempt to fix the INIT/FINI order. This time...
2004-09-07 Eric AndersenUse a more appealing name, matching the function prototype
2004-09-03 Joakim TjernlundFirst attempt to fix the INIT/FINI ordering. Fingers...
2004-09-02 Joakim TjernlundRemove unused variables. From Peter Mazinger.
2004-08-26 Joakim TjernlundLet ldso find libc's malloc function and set _dl_malloc...
2004-08-26 Joakim TjernlundAdded test for RTLD_GLOBAL flag in _dl_find_hash().
2004-08-25 Joakim TjernlundHopefully fix Laszlo and Jacobs dlopen problem.
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-13 Joakim TjernlundFix usage_count in ldso/libdl.
2004-08-09 Joakim TjernlundThis should fix the dlsym problem Peter van Hoyweghen...
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
2004-07-30 Eric AndersenFix screwed up indenting
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-05-13 Eric Andersenupdate libdl so it also groks the new _dl_errno
next