OSDN Git Service

Add RTLD_LOCAL support for dlopened libs. Reported by
[uclinux-h8/uClibc.git] / ldso / ldso / ldso.c
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-27 Manuel Novoa III Jocke's patch was almost right. Just needed move the...
2004-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-10-06 Joakim TjernlundPeter S. Mazinger writes:
2004-10-06 Joakim TjernlundRemove unneeded -D<somedefine>, and use instead #ifdef...
2004-10-05 Joakim TjernlundPeter Kjellerstedt writes:
2004-09-08 Joakim TjernlundSecond attempt to fix the INIT/FINI order. This time...
2004-09-03 Joakim TjernlundFirst attempt to fix the INIT/FINI ordering. Fingers...
2004-08-31 Eric AndersenDont mess with __curbrk in ldso
2004-08-27 Joakim Tjernlund#include "dl-startup.c into ldso.c, making ldso one...
2004-08-27 Joakim TjernlundAs Mike Frysinger notes, this code is still needed. I
2004-08-26 Eric AndersenFixup a couple of warnings
2004-08-26 Eric AndersenAvoid multiple passes to perform mips GOT relocations...
2004-08-26 Joakim TjernlundLet ldso find libc's malloc function and set _dl_malloc...
2004-08-26 Eric AndersenRelocations of the application's global GOT entries...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-25 Joakim TjernlundHopefully fix Laszlo and Jacobs dlopen problem.
2004-08-19 Eric Andersen'pagesize' was local to dl-startup.c. In ldso.c we...
2004-08-19 Joakim TjernlundRemove poor man's malloc. Not needed anymore.
2004-08-19 Joakim TjernlundMove "debug_addr" ptr from dl-startup.c to ldso.c
2004-08-19 Joakim TjernlundMove the app specific stuff from dl-startup.c to ldso.c.
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-10 Joakim TjernlundRevmoved _dl_brkp and _dl_envp. They are not needed...
2004-08-09 Joakim TjernlundThis should fix the dlsym problem Peter van Hoyweghen...
2004-07-30 Eric Andersens/___brk_addr/__curbrk/g
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
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-12 Eric AndersenAdd a local '_dl_errno' to be used by syscalls in ldso...
2004-05-11 Eric AndersenAs noticed by the sharp eyed Joakim Tjernlund, I stupidly
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-02-20 Eric Andersen___brk_addr and __environ are not functions. Finding...
2004-02-20 Eric AndersenWhen doing symbol lookups on functions
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-10 Eric AndersenEliminate the PIE support option, and simply support...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-10 Eric AndersenFixup the definition of _dl_open, and move some bits...
2004-02-08 Eric AndersenMove _dl_printf and _dl_malloc to ldso, which is a...
2004-02-08 Eric AndersenCleanup whitespace and formatting
2004-02-08 Eric AndersenAdd some permissions when creating the logfile
2004-02-07 Eric AndersenRemove unneeded forward declaration
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-02-07 Eric AndersenYet more consistancy fixups
2004-02-07 Eric AndersenUse unsigned char * pointers
2004-02-01 Eric AndersenJakub Bogusz writes:
2004-01-29 Eric AndersenScrub up use of ELF_USES_RELOCA and eliminte some unsig...
2004-01-29 Eric AndersenEliminate separate passes for _dl_copy_fixups() and...
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2003-12-17 Eric AndersenUse PAGE_SIZE rather than hard coding 4096
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-05 Eric Andersenmove _dl_fixup so staticly linked apps using dlopen...
2003-10-04 Eric AndersenFix a stupid bug causing 'ldd' output to not contain...
2003-09-19 Tobias AnderbergRe-add cris to "define list" when fixing auxvt.
2003-09-02 Eric Andersendelete some garbage, cleanup duplicate handling
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
2003-08-22 Eric AndersenRemove some mips specific hacks that are no longer...
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-18 Eric AndersenBe extra careful to memset the correct size, not the...
2003-03-04 Eric AndersenTeach ldd to be a bit more helpful by telling you speci...
2003-03-01 Eric AndersenTeach ldd to act just the glibc provided one (relying...
2003-03-01 Eric Andersendoh. I forgot mips can't talk to globals that early...
2003-03-01 Eric AndersenFix the shared library loader so we can properly debug...
2003-02-26 Eric AndersenFixup a really stupid and terribly obvious bug that...
2003-02-26 Eric AndersenAdd a bunch of additional early debugg messages into...
2003-02-04 Eric AndersenPatch from Stefan Allius to fix a compiler warning
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-12-04 Eric AndersenLooks like this is in fact needed to properly debug...
2002-11-28 Eric AndersenKill a bit of unused cruft
2002-11-20 Eric AndersenKill SVR4_BUGCOMPAT
2002-11-20 Eric AndersenPatch from Stefan Allius:
2002-11-19 Eric AndersenPer suggestion from Stefan Allius, change DO_MPROTECT_H...
2002-11-19 Eric AndersenStefan Allius writes:
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-09-12 Tobias AnderbergSupport LD_DEBUG=all
2002-09-09 Eric AndersenFixup multi-line string
2002-08-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-07-02 Eric AndersenFixup where locals shadowed globals
2002-05-28 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-20 "Steven J. Hill"Fixed MIPS dynamic linker by removing link order depend...
2002-05-09 Eric AndersenAnother mips patch from Steven J. Hill:
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-04-03 Eric AndersenSteven's patch contained a spare SEND_NUMBER_STDERR...
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates
2002-03-29 Eric AndersenMore mips support from sjhill
2002-03-20 Eric AndersenAttempt to follow symlinks if possible, and use that...
2002-03-19 Eric AndersenRevert my symlink detecting change for now, since it...
2002-03-19 Eric AndersenResolve symlinks when determining the real ld.so path...
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-18 Eric AndersenWhine and exit if people link against GNU libc or
2002-02-17 Eric AndersenSome more updates. Darn -- arm needs the mprotect...
2002-02-17 Eric AndersenA few more little fixups
next