summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
AgeCommit message (Expand)Author
2005-03-14Fix up x86 so it compiles again.Eric Andersen
2005-03-14Simplify PT_INTERP handling.Joakim Tjernlund
2005-03-14Force suid apps to do unlazy binding of the PLT relocs.Joakim Tjernlund
2005-01-05fix eriks e-mail addressMike Frysinger
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-27Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP testManuel Novoa III
2004-10-07Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund
2004-10-06Peter S. Mazinger writes:Joakim Tjernlund
2004-10-06Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund
2004-10-05Peter Kjellerstedt writes:Joakim Tjernlund
2004-09-08Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund
2004-09-03First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund
2004-08-31Dont mess with __curbrk in ldsoEric Andersen
2004-08-27#include "dl-startup.c into ldso.c, making ldso one compilation unit.Joakim Tjernlund
2004-08-27As Mike Frysinger notes, this code is still needed. IJoakim Tjernlund
2004-08-26Fixup a couple of warningsEric Andersen
2004-08-26Avoid multiple passes to perform mips GOT relocations, and doEric Andersen
2004-08-26Let ldso find libc's malloc function and set _dl_malloc_function.Joakim Tjernlund
2004-08-26Relocations of the application's global GOT entries were not being run, andEric Andersen
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-25Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund
2004-08-19'pagesize' was local to dl-startup.c. In ldso.c we needEric Andersen
2004-08-19Remove poor man's malloc. Not needed anymore.Joakim Tjernlund
2004-08-19Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund
2004-08-19Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund
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-10Revmoved _dl_brkp and _dl_envp. They are not needed anymore.Joakim Tjernlund
2004-08-09This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric 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-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-05-11As noticed by the sharp eyed Joakim Tjernlund, I stupidlyEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-02-20___brk_addr and __environ are not functions. Finding the brokenEric Andersen
2004-02-20When doing symbol lookups on functionsEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10Eliminate the PIE support option, and simply support that all the timeEric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-10Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen
2004-02-08Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-08Add some permissions when creating the logfileEric Andersen
2004-02-07Remove unneeded forward declarationEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen