Age | Commit message (Expand) | Author |
2003-08-21 | Be sure to remove the old ldso.h, since it will screw things | Eric Andersen |
2003-08-19 | I just realized we need global symbol resolution for everything in | Eric Andersen |
2003-08-19 | More routine cleanup | Eric Andersen |
2003-08-19 | Cool. Found most of the problem. Turns out we were inadvertanly loading some | Eric Andersen |
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen |
2003-07-02 | Only exec child apps if they are elf type ET_EXEC | Eric Andersen |
2003-06-27 | oops | Eric Andersen |
2003-06-27 | Run dlopened ctors and dtors in the correct order | Eric Andersen |
2003-06-27 | whitespace and debug updates | Eric Andersen |
2003-06-18 | Be extra careful to memset the correct size, not the size of some random | Eric Andersen |
2003-06-16 | Fix a segfault when used on a library w/o an INTERP program header. | Eric Andersen |
2003-06-15 | Don't segfault when given things other than a regular file. | Eric Andersen |
2003-06-15 | Implement syscall() for powerpc. Fixup syscall code so | Eric Andersen |
2003-06-12 | Fix mips so it compiles with gcc 3.3 | Eric Andersen |
2003-03-07 | remove a leftover debug printf | Eric Andersen |
2003-03-07 | Patch from Stefan Allius | Eric Andersen |
2003-03-06 | Fixup ldd handling of multiple files | Eric Andersen |
2003-03-04 | Patch from Stefan Allius to make ldd.c compile under Solaris | Eric Andersen |
2003-03-04 | Teach ldd to be a bit more helpful by telling you specifically | Eric Andersen |
2003-03-01 | Teach ldd to act just the glibc provided one (relying on the | Eric Andersen |
2003-03-01 | doh. I forgot mips can't talk to globals that early on in the | Eric Andersen |
2003-03-01 | doh. I forgot mips can't talk to globals that early on in the | Eric Andersen |
2003-03-01 | Fix the shared library loader so we can properly debug things like pthreads. | Eric Andersen |
2003-02-28 | Fix a potential compile error | Eric Andersen |
2003-02-26 | Fixup a really stupid and terribly obvious bug that was causing | Eric Andersen |
2003-02-26 | Add a bunch of additional early debugg messages into the shared | Eric Andersen |
2003-02-16 | Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fix | Eric Andersen |
2003-02-04 | Patch from Stefan Allius to fix a compiler warning | Eric Andersen |
2003-01-30 | The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima was | Eric Andersen |
2003-01-28 | Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it should | Eric Andersen |
2003-01-24 | Support having libs in /usr/X11R6/lib by default as well | Eric Andersen |
2003-01-24 | Ok, people are probably going to hate me for this... This commit changes the | Eric Andersen |
2003-01-03 | If they call dlopen with anything other than RTLD_LAZY | Eric Andersen |
2002-12-12 | Rework things such that staticly linked applications can use | Eric Andersen |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen |
2002-12-04 | Looks like this is in fact needed to properly debug dynamically | Eric Andersen |
2002-12-01 | Make ldd work even more like GNU ldd by appending dummy load addresses | David Schleef |
2002-11-28 | Kill a bit of unused cruft | Eric Andersen |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-21 | Act more like the GNU version. Accept multiple args. Accept/ignore | Eric Andersen |
2002-11-20 | Kill SVR4_BUGCOMPAT | Eric Andersen |
2002-11-20 | Patch from Stefan Allius: | Eric Andersen |
2002-11-19 | Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS to | Eric Andersen |
2002-11-19 | Stefan Allius writes: | Eric Andersen |
2002-11-15 | For now, revert Ronald Wahl's change to dlopen. We need to | Eric Andersen |
2002-11-15 | Ronald Wahl writes: | Eric Andersen |
2002-11-14 | Add missing quotes | Eric Andersen |
2002-11-12 | A powerpc patch from Ronald Wahl: | Eric Andersen |
2002-11-08 | Patch from Stefan Allius for libgcc multilib support | Eric Andersen |
2002-11-08 | Fix a silly compile bug | Eric Andersen |