Age | Commit message (Expand) | Author |
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 |
2004-02-14 | Joakim Tjernlund writes: | Eric Andersen |
2004-02-10 | Fix function prototype to match the official ELF standard hash function | Eric Andersen |
2004-02-10 | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen |
2004-02-10 | Fixup the definition of _dl_open, and move some bits back where they were, | Eric Andersen |
2004-02-07 | Split off the stuff that cannot use function into its own file, | Eric Andersen |
2004-02-07 | Step one, begin shuffling things around a bit | Eric Andersen |
2004-02-06 | Trim trailing whitespace | Eric Andersen |
2004-01-29 | Modify interfaces for _dl_parse_relocation_information() | Eric Andersen |
2004-01-29 | Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs | Eric Andersen |
2004-01-29 | Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and | 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-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen |
2003-10-12 | Always build and install ldconfig | Eric Andersen |
2003-09-29 | Fix SUPPORT_LD_DEBUG_EARLY on powerpc | Eric Andersen |
2003-08-31 | Weed out duplicates before trying to load libraries.... Delayed | Eric Andersen |
2003-08-19 | Cool. Found most of the problem. Turns out we were inadvertanly loading some | Eric Andersen |
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen |