Age | Commit message (Expand) | Author |
2005-06-30 | The function '_dl_memset' should always be inlined regardless of the | "Steven J. Hill" |
2005-06-25 | move _dl_if_debug_dprint() to shared ldso header | Mike Frysinger |
2005-06-25 | create some DEBUG macros for the ld debug early | Mike Frysinger |
2005-06-25 | whitespace/syntax cleanups | Mike Frysinger |
2005-06-01 | Initial support for both RUNPATH support. | Joakim Tjernlund |
2005-05-20 | Fix debug macros. | Joakim Tjernlund |
2005-04-27 | Get rid of extern references to ldso variables. | "Steven J. Hill" |
2005-04-13 | Add missing definition for DL_OPENED | Eric Andersen |
2005-04-13 | On some wierd arches (i.e. mips), none of the early debug stuff | Eric Andersen |
2005-04-13 | Don't write out the terminating NULL char | Eric Andersen |
2005-04-13 | Rework the dl-startup.c ldso early debugging macros to be | Eric Andersen |
2005-03-29 | Moved the addition of load address from the fast path | Joakim Tjernlund |
2005-02-12 | no more cvs | Mike Frysinger |
2004-12-22 | Cleanup for when LDSO_CACHE_SUPPORT is disabled | Eric Andersen |
2004-12-20 | - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid exec | Ned Ludd |
2004-12-20 | - dont use dos format | Ned Ludd |
2004-12-11 | Partial commit of a patch from Alexandre Oliva: | Eric Andersen |
2004-11-10 | Add RTLD_LOCAL support for dlopened libs. Reported by | Joakim Tjernlund |
2004-11-02 | - Remove dynamic_size from struct elf_resolve. | Joakim Tjernlund |
2004-10-12 | Mark Rakes writes: | Joakim Tjernlund |
2004-10-07 | Remove usage of _dl_parse_copy_information() from generic code. | Joakim Tjernlund |
2004-10-06 | Peter S. Mazinger writes: | Joakim Tjernlund |
2004-10-06 | Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and | Joakim Tjernlund |
2004-10-03 | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen |
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-25 | Patch from Stefan Allius: | 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-17 | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-08-10 | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund |
2004-08-10 | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund |
2004-08-10 | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund |
2004-08-10 | _dl_get_last_path_component: | Joakim Tjernlund |
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-06-20 | Let dl-string.h include dl-sysdep.h, since it has proper include guards | Eric Andersen |
2004-06-19 | Bradley D. LaRonde writes: | Eric Andersen |
2004-06-12 | Jakub Bogusz from pld-linux dot org writes: | Eric Andersen |
2004-05-11 | make certain that getpagesize() returns correct the value for mips | Eric Andersen |
2004-03-19 | Based on a patch from Alexandre Oliva, allow uClibc to compile | Eric Andersen |
2004-02-20 | Sigh. I switched the values... | Eric Andersen |
2004-02-20 | Slightly cleaner formatting | 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 |