Age | Commit message (Expand) | Author |
2005-11-23 | change to Lesser GPL 2.1 as pointed out by psm | Mike Frysinger |
2005-11-22 | add some copyright info | Mike Frysinger |
2005-07-13 | oops, fix typo in ELF_ST_BIND macros | Mike Frysinger |
2005-07-07 | clean up whitespace | Mike Frysinger |
2005-07-07 | make RUNPATH/RPATH support configurable | Mike Frysinger |
2005-07-06 | setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE() | Mike Frysinger |
2005-07-02 | use new __always_inline define | Mike Frysinger |
2005-06-30 | create generic ELF_* macros to hide 32/64 bit differences | Mike Frysinger |
2005-06-30 | change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi... | Mike Frysinger |
2005-06-01 | Initial support for both RUNPATH support. | Joakim Tjernlund |
2005-03-29 | Moved the addition of load address from the fast path | Joakim Tjernlund |
2004-11-02 | - Remove dynamic_size from struct elf_resolve. | Joakim Tjernlund |
2004-10-07 | Remove usage of _dl_parse_copy_information() from generic code. | 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-08-25 | Patch from Stefan Allius: | Joakim Tjernlund |
2004-06-20 | Let dl-string.h include dl-sysdep.h, since it has proper include guards | Eric Andersen |
2004-02-20 | Sigh. I switched the values... | Eric Andersen |
2004-02-20 | Slightly cleaner formatting | Eric Andersen |
2004-02-14 | Joakim Tjernlund writes: | 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 | 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 |
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-08-31 | Weed out duplicates before trying to load libraries.... Delayed | Eric Andersen |
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen |