Age | Commit message (Expand) | Author |
2005-08-29 | some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts | Mike Frysinger |
2005-08-12 | Remove hardcoded ld-uClibc.so.0 name in ldso. | Joakim Tjernlund |
2005-07-11 | create a new wrapper macro for debug early output | Mike Frysinger |
2005-06-30 | change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi... | Mike Frysinger |
2005-06-25 | move _dl_if_debug_dprint() to shared ldso header | Mike Frysinger |
2005-04-27 | Get rid of extern references to ldso variables. | "Steven J. Hill" |
2004-09-08 | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund |
2004-09-03 | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund |
2004-09-02 | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund |
2004-08-19 | Remove poor man's malloc. Not needed anymore. | Joakim Tjernlund |
2004-08-19 | Move "debug_addr" ptr from dl-startup.c to ldso.c | Joakim Tjernlund |
2004-08-19 | Move the app specific stuff from dl-startup.c to ldso.c. | Joakim Tjernlund |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-07-30 | Teach libdl to use normal libc symbols whenever possible, i.e. malloc | Eric Andersen |
2004-07-16 | Revert this stuff for now | Eric Andersen |
2004-07-14 | Sigh. I got things working this morning, then checked stuff in from the wrong | Eric Andersen |
2004-07-14 | Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely | Eric Andersen |
2004-05-11 | make certain that getpagesize() returns correct the value for mips | Eric Andersen |
2004-02-17 | Fixup support for gcc 2.95 | Eric Andersen |
2004-02-17 | Provide the ldso syscalls and string funcs earlier in the list | Eric Andersen |
2004-02-10 | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen |
2004-02-07 | Step one, begin shuffling things around a bit | Eric Andersen |
2004-01-29 | Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs | Eric Andersen |
2004-01-06 | Some badly behaved arches fail to provide a PAGE_SIZE define | Eric Andersen |
2003-12-17 | Use PAGE_SIZE rather than hard coding 4096 | Eric Andersen |
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen |