Age | Commit message (Expand) | Author |
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 |
2002-08-08 | Make powerpc compile once again | Eric Andersen |
2002-08-08 | Move destructor attribute tag | Eric Andersen |
2002-08-08 | Missed a spot | Eric Andersen |
2002-08-08 | Patch from Stefan Allius and Edie C. Dost to add SuperH | Eric Andersen |
2002-08-08 | Patch from Stefan Allius and Edie C. Dost to let ldd and | Eric Andersen |
2002-08-08 | Make some strings const | Eric Andersen |
2002-08-08 | Cleanup to avoid some undefined behavior | Eric Andersen |
2002-07-25 | ldso specific syscalls and userspace syscalls all in one file now. | "Steven J. Hill" |
2002-07-25 | Kill cruft. Build ldd for the host system by default. | Eric Andersen |
2002-07-25 | Take advantage of the new syscall stuff on x86 and arm to kill | Eric Andersen |
2002-07-02 | Fixup where locals shadowed globals | Eric Andersen |