Age | Commit message (Expand) | Author |
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 |
2002-11-08 | Another SuperH patch from Stefan Allius. This make it so | Eric Andersen |
2002-11-06 | Fix up a compile error | Eric Andersen |
2002-11-06 | Cleanup patch from Simon Rowe | Eric Andersen |
2002-11-05 | Massive scrubbing of the shared lib loader error handling. | Eric Andersen |
2002-11-05 | Kill legacy DOPIC=true assignment | Eric Andersen |
2002-11-03 | Several SH lib loader patches by Stefan Allius <allius@atecom.com> | Eric Andersen |
2002-11-03 | Patch from M. R. Brown <mrbrown@0xd6.org> to get rid of | Eric Andersen |
2002-11-02 | Fix PIC configuration, so shared libraries once again work | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-30 | Use '#ifdef __linux__' not '#ifdef linux' | Eric Andersen |
2002-10-25 | Actually install libdl.a | Eric Andersen |
2002-10-16 | Kill a warning. Patch from Joel Coltoff <joel@wmi.com> | Eric Andersen |
2002-10-15 | Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo! | "Steven J. Hill" |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen |
2002-09-23 | Removed redundant code. Same thing exist in sys/syscalls.h so include that | Tobias Anderberg |
2002-09-19 | * Changed paramater names to match their register, i.e. __a -> __r10. | Tobias Anderberg |
2002-09-16 | Updated for the CRIS port. | Tobias Anderberg |
2002-09-16 | Initial version of the dynamic linker code for the CRIS port. | Tobias Anderberg |
2002-09-12 | Support LD_DEBUG=all | Tobias Anderberg |
2002-09-12 | Add missing _dl_dprintf arguments, as noticed by Tero Lyytik�inen <tero@par... | Eric Andersen |
2002-09-09 | Fixup multi-line string | Eric Andersen |
2002-09-05 | Fixed another address alignment where a pagesize of 4k were assumed. | Tobias Anderberg |
2002-08-24 | Use bits/kernel_stat.h, not asm/stat.h | Eric Andersen |
2002-08-19 | missed const-ifying this one. | Eric Andersen |
2002-08-19 | some updates from Stefan Allius to make up the SuperH shared lib | Eric Andersen |
2002-08-12 | Fix alignment, minor cosmetic changes | Eric Andersen |
2002-08-09 | Ok, bad idea. didn't work. | Eric Andersen |
2002-08-09 | Link ldso vs libgcc.a and eliminate baggage caused by | Eric Andersen |
2002-08-09 | Patch from Stefan Allius, avoid compiler warnings (unused variable) | Eric Andersen |
2002-08-09 | Patch from Stefan Allius to remove obsolete printfs | Eric Andersen |
2002-08-09 | Disable this code for mips, which does things quite differently... | Eric Andersen |
2002-08-09 | Fix a stupid typo messing up powerpc support | Eric Andersen |
2002-08-08 | For some perverse reason we were not registering destructors | Eric Andersen |