| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add missing definition for DL_OPENED | Eric Andersen | 2005-04-13 | 1 | -4/+5 |
* | On some wierd arches (i.e. mips), none of the early debug stuff | Eric Andersen | 2005-04-13 | 1 | -0/+10 |
* | Don't write out the terminating NULL char | Eric Andersen | 2005-04-13 | 1 | -2/+2 |
* | Rework the dl-startup.c ldso early debugging macros to be | Eric Andersen | 2005-04-13 | 1 | -38/+54 |
* | Moved the addition of load address from the fast path | Joakim Tjernlund | 2005-03-29 | 2 | -4/+17 |
* | no more cvs | Mike Frysinger | 2005-02-12 | 1 | -6/+0 |
* | Cleanup for when LDSO_CACHE_SUPPORT is disabled | Eric Andersen | 2004-12-22 | 1 | -3/+4 |
* | - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid exec | Ned Ludd | 2004-12-20 | 1 | -0/+1 |
* | - dont use dos format | Ned Ludd | 2004-12-20 | 1 | -26/+25 |
* | Partial commit of a patch from Alexandre Oliva: | Eric Andersen | 2004-12-11 | 1 | -0/+8 |
* | Add RTLD_LOCAL support for dlopened libs. Reported by | Joakim Tjernlund | 2004-11-10 | 1 | -2/+2 |
* | - Remove dynamic_size from struct elf_resolve. | Joakim Tjernlund | 2004-11-02 | 2 | -9/+51 |
* | Mark Rakes writes: | Joakim Tjernlund | 2004-10-12 | 1 | -4/+5 |
* | Remove usage of _dl_parse_copy_information() from generic code. | Joakim Tjernlund | 2004-10-07 | 2 | -7/+4 |
* | Peter S. Mazinger writes: | Joakim Tjernlund | 2004-10-06 | 1 | -0/+26 |
* | Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and | Joakim Tjernlund | 2004-10-06 | 2 | -34/+45 |
* | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen | 2004-10-03 | 1 | -10/+5 |
* | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund | 2004-09-08 | 2 | -3/+9 |
* | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund | 2004-09-03 | 2 | -0/+9 |
* | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund | 2004-09-02 | 1 | -2/+0 |
* | Patch from Stefan Allius: | Joakim Tjernlund | 2004-08-25 | 1 | -3/+3 |
* | Remove poor man's malloc. Not needed anymore. | Joakim Tjernlund | 2004-08-19 | 1 | -2/+1 |
* | Move "debug_addr" ptr from dl-startup.c to ldso.c | Joakim Tjernlund | 2004-08-19 | 1 | -1/+1 |
* | Move the app specific stuff from dl-startup.c to ldso.c. | Joakim Tjernlund | 2004-08-19 | 1 | -2/+1 |
* | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund | 2004-08-17 | 1 | -1/+1 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 1 | -5/+1 |
* | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund | 2004-08-10 | 1 | -0/+28 |
* | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund | 2004-08-10 | 1 | -5/+6 |
* | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund | 2004-08-10 | 1 | -36/+28 |
* | _dl_get_last_path_component: | Joakim Tjernlund | 2004-08-10 | 1 | -31/+19 |
* | Teach libdl to use normal libc symbols whenever possible, i.e. malloc | Eric Andersen | 2004-07-30 | 2 | -3/+6 |
* | Revert this stuff for now | Eric Andersen | 2004-07-16 | 1 | -1/+1 |
* | Sigh. I got things working this morning, then checked stuff in from the wrong | Eric Andersen | 2004-07-14 | 1 | -1/+0 |
* | Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely | Eric Andersen | 2004-07-14 | 1 | -0/+1 |
* | Let dl-string.h include dl-sysdep.h, since it has proper include guards | Eric Andersen | 2004-06-20 | 1 | -1/+1 |
* | Bradley D. LaRonde writes: | Eric Andersen | 2004-06-19 | 1 | -0/+2 |
* | Jakub Bogusz from pld-linux dot org writes: | Eric Andersen | 2004-06-12 | 2 | -8/+11 |
* | make certain that getpagesize() returns correct the value for mips | Eric Andersen | 2004-05-11 | 1 | -0/+1 |
* | Based on a patch from Alexandre Oliva, allow uClibc to compile | Eric Andersen | 2004-03-19 | 1 | -1/+16 |
* | Sigh. I switched the values... | Eric Andersen | 2004-02-20 | 1 | -2/+2 |
* | Slightly cleaner formatting | Eric Andersen | 2004-02-20 | 1 | -4/+4 |
* | Fixup support for gcc 2.95 | Eric Andersen | 2004-02-17 | 1 | -15/+15 |
* | Provide the ldso syscalls and string funcs earlier in the list | Eric Andersen | 2004-02-17 | 1 | -3/+4 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-02-14 | 2 | -2/+14 |
* | Fix function prototype to match the official ELF standard hash function | Eric Andersen | 2004-02-10 | 1 | -1/+1 |
* | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen | 2004-02-10 | 8 | -633/+6 |
* | Fixup the definition of _dl_open, and move some bits back where they were, | Eric Andersen | 2004-02-10 | 2 | -110/+98 |
* | Split off the stuff that cannot use function into its own file, | Eric Andersen | 2004-02-07 | 2 | -38/+0 |
* | Step one, begin shuffling things around a bit | Eric Andersen | 2004-02-07 | 3 | -4/+56 |
* | Trim trailing whitespace | Eric Andersen | 2004-02-06 | 2 | -14/+14 |