OSDN Git Service

merge some more FDPIC related fixes from Bernd Schmidt
[uclinux-h8/uClibc.git] / ldso / libdl / libdl.c
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...
2002-11-15 Eric AndersenFor now, revert Ronald Wahl's change to dlopen. We...
2002-11-15 Eric AndersenRonald Wahl writes:
2002-10-16 Eric AndersenKill a warning. Patch from Joel Coltoff <joel@wmi...
2002-10-15 "Steven J. Hill"Fixed 'dlopen' call for MIPS. Things seem to work swimi...
2002-08-19 Eric Andersenmissed const-ifying this one.
2002-08-08 Eric AndersenFor some perverse reason we were not registering destru...
2002-08-08 Eric AndersenMove destructor attribute tag
2002-08-08 Eric AndersenMissed a spot
2002-08-08 Eric AndersenCleanup to avoid some undefined behavior
2002-06-05 "Steven J. Hill"Fix up of '_dlopen' call and removal of unneeded argume...
2002-05-02 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-04-24 Eric AndersenSilence a warning
next