summaryrefslogtreecommitdiff
path: root/ldso/libdl
AgeCommit message (Expand)Author
2005-06-25would help if it actually compiled :/Mike Frysinger
2005-06-25hide the #ifdef debug macros/printfs behind one function to make the code mor...Mike Frysinger
2005-06-01Add debug printout of RTLD_GLOBAL and RTLD_NOW flag.Joakim Tjernlund
2005-06-01Initial support for both RUNPATH support.Joakim Tjernlund
2005-04-23Fix dlopen to handle circular dependency libs. Wouldn't surprise me if someth...Joakim Tjernlund
2005-04-23Cleanup library loading.Joakim Tjernlund
2005-04-13Fix bug 214, reported by aurel. This is a major update thatJoakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-02-12no more cvsMike Frysinger
2005-01-19clean up dependencies so libraries are only rebuilt when needed and so that p...Mike Frysinger
2005-01-19Avoid compiler warnings.Peter Kjellerstedt
2005-01-10Fixup function prototypes to match definitions in include/dlfcn.hEric Andersen
2005-01-05fix eriks e-mail addressMike Frysinger
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric Andersen
2004-12-11Partial commit of a patch from Alexandre Oliva:Eric Andersen
2004-11-17Add BIND NOW support to MIPS.Joakim Tjernlund
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-10-14unmap ld.so.cache when dlopen() returns.Joakim Tjernlund
2004-10-14Don't SEGV if library not found.Joakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-09-08Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund
2004-09-07Use a more appealing name, matching the function prototypeEric Andersen
2004-09-03First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund
2004-09-02Remove unused variables. From Peter Mazinger.Joakim Tjernlund
2004-08-26Let ldso find libc's malloc function and set _dl_malloc_function.Joakim Tjernlund
2004-08-26Added test for RTLD_GLOBAL flag in _dl_find_hash().Joakim Tjernlund
2004-08-25Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund
2004-08-19Fix dependencies.Manuel Novoa III
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-08-13Fix usage_count in ldso/libdl.Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-09This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen
2004-07-30Fix screwed up indentingEric Andersen
2004-07-16Revert this stuff for nowEric Andersen
2004-07-14Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen
2004-07-14Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen
2004-05-13update libdl so it also groks the new _dl_errnoEric Andersen
2004-02-20Per discussion with Joakim Tjernlund, all the horrible weak declarations junkEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-12Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-07Thanks to Joakim's recent paches, we can now remove the FIXMEEric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-01-29Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen
2004-01-20As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen
2004-01-16We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen