OSDN Git Service

Avoid warnings about shifting more bits than we have
[uclinux-h8/uClibc.git] / ldso / libdl / libdl.c
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
2004-02-20 Eric AndersenPer discussion with Joakim Tjernlund, all the horrible...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-12 Eric AndersenBased on a problem report and patch from Florian Schirm...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-07 Eric AndersenThanks to Joakim's recent paches, we can now remove...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-01-29 Eric AndersenEliminate separate passes for _dl_copy_fixups() and...
2004-01-20 Eric AndersenAs noted by Doru Petrescu, there was a spurious line...
2003-10-15 Eric AndersenDoh! I was returning with an incorrect pointer type...
2003-10-09 Eric AndersenWhen someone would dlopen a shared lib that was already...
2003-09-02 Eric AndersenFix a problem with dtors/dtors.
2003-08-19 Eric AndersenI just realized we need global symbol resolution for...
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-06-27 Eric AndersenRun dlopened ctors and dtors in the correct order
2003-03-01 Eric Andersendoh. I forgot mips can't talk to globals that early...
2003-02-28 Eric AndersenFix a potential compile error
2003-01-03 Eric AndersenIf they call dlopen with anything other than RTLD_LAZY
2002-12-12 Eric AndersenRework things such that staticly linked applications...
next