summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2003-06-18Be extra careful to memset the correct size, not the size of some randomEric Andersen
2003-06-16Fix a segfault when used on a library w/o an INTERP program header.Eric Andersen
2003-06-15Don't segfault when given things other than a regular file.Eric Andersen
2003-06-15Implement syscall() for powerpc. Fixup syscall code soEric Andersen
2003-06-12Fix mips so it compiles with gcc 3.3Eric Andersen
2003-03-07remove a leftover debug printfEric Andersen
2003-03-07Patch from Stefan AlliusEric Andersen
2003-03-06Fixup ldd handling of multiple filesEric Andersen
2003-03-04Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen
2003-03-04Teach ldd to be a bit more helpful by telling you specificallyEric Andersen
2003-03-01Teach ldd to act just the glibc provided one (relying on theEric Andersen
2003-03-01doh. I forgot mips can't talk to globals that early on in theEric Andersen
2003-03-01doh. I forgot mips can't talk to globals that early on in theEric Andersen
2003-03-01Fix the shared library loader so we can properly debug things like pthreads.Eric Andersen
2003-02-28Fix a potential compile errorEric Andersen
2003-02-26Fixup a really stupid and terribly obvious bug that was causingEric Andersen
2003-02-26Add a bunch of additional early debugg messages into the sharedEric Andersen
2003-02-16Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen
2003-02-04Patch from Stefan Allius to fix a compiler warningEric Andersen
2003-01-30The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima wasEric Andersen
2003-01-28Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen
2003-01-24Support having libs in /usr/X11R6/lib by default as wellEric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-03If they call dlopen with anything other than RTLD_LAZYEric Andersen
2002-12-12Rework things such that staticly linked applications can useEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-04Looks like this is in fact needed to properly debug dynamicallyEric Andersen
2002-12-01Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef
2002-11-28Kill a bit of unused cruftEric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen
2002-11-20Kill SVR4_BUGCOMPATEric Andersen
2002-11-20Patch from Stefan Allius:Eric Andersen
2002-11-19Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS toEric Andersen
2002-11-19Stefan Allius writes:Eric Andersen
2002-11-15For now, revert Ronald Wahl's change to dlopen. We need toEric Andersen
2002-11-15Ronald Wahl writes:Eric Andersen
2002-11-14Add missing quotesEric Andersen
2002-11-12A powerpc patch from Ronald Wahl:Eric Andersen
2002-11-08Patch from Stefan Allius for libgcc multilib supportEric Andersen
2002-11-08Fix a silly compile bugEric Andersen
2002-11-08Another SuperH patch from Stefan Allius. This make it soEric Andersen
2002-11-06Fix up a compile errorEric Andersen
2002-11-06Cleanup patch from Simon RoweEric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-11-05Kill legacy DOPIC=true assignmentEric Andersen
2002-11-03Several SH lib loader patches by Stefan Allius <allius@atecom.com>Eric Andersen
2002-11-03Patch from M. R. Brown <mrbrown@0xd6.org> to get rid ofEric Andersen
2002-11-02Fix PIC configuration, so shared libraries once again workEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen