OSDN Git Service

ldso: remove duplicate function declarations
[uclinux-h8/uClibc.git] / ldso / libdl /
2005-11-21 Peter S. MazingerDo not create any files (dl-progname.h) in ldso anymore
2005-11-21 Peter S. MazingerDo not create header links, use -I to find them. Moved...
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerUse -z relro/-z now on all libs, add some new variables...
2005-11-01 Peter S. MazingerAdd back -L..lib to libdl linker, now that we do not...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerAdd the current implementation to review
2005-10-19 Peter S. Mazinger2 more examples that show the handling of different...
2005-10-14 Peter S. MazingerForgotten to commit libdl.c, change __LIBDL_SHARED__...
2005-10-14 Peter S. MazingerChange __LIBDL_SHARED__ to SHARED. This will be also...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-04 Peter S. MazingerDo not recurse into ldso/libc/libpthread on clean
2005-10-03 Peter S. MazingerMove _dl_protect_relro as in ldso.c, thanks to jocke
2005-10-01 "Steven J. Hill"Clean up debugging levels for MIPS. This should make...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
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-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
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 Frysingeroops, we dont want to use relative paths for the header...
2005-06-30 Mike Frysingerif the include files get updated we want to rebuild
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-02-12 Mike Frysingerno more cvs
2005-01-19 Mike Frysingerclean up dependencies so libraries are only rebuilt...
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-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-12-11 Eric AndersenPartial commit of a patch from Alexandre Oliva:
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-19 Manuel Novoa III Fix dependencies.
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 TjernlundMike Frysinger writes:
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...
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-15 Eric AndersenDoh! I was returning with an incorrect pointer type...
2003-10-14 Eric AndersenEnable full debug support for ld-uClibc and libdl
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-28 Eric AndersenStefan Allius noticed dlib_pic.o was not using XXFLAGS...
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-25 Eric AndersenActually install libdl.a
next