Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-11 | make certain that getpagesize() returns correct the value for mips | Eric Andersen | |
by extracting the value from the ELF header. | |||
2004-03-19 | Based on a patch from Alexandre Oliva, allow uClibc to compile | Eric Andersen | |
with __NR_mmap is not available (i.e. only __NR_mmap2) | |||
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 | |
Hi it is me again. This is the latest ldso patch. the NEW weak symbol handling works now with a little special handling in _dl_find_hash(). You get to chose if you want the new or old handling :) There was 2 missing _dl_check_if_named_library_is_loaded() calls in _dlopen(). I then disabled the _dl_check_if_named_library_is_loaded() in dl-elf.c since it is rendundant. Question, why does some _dl_linux_resolver(), like i386, have 2 calls to _dl_find_hash()? I think that is wrong, isn't it? I really hope you can check this out soon ... | |||
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 | |
till I properly finish the next step in my evil plan. | |||
2004-02-07 | Split off the stuff that cannot use function into its own file, | Eric Andersen | |
to make it easier to treat it specially while not bothering the rest of the code with the same constraints. | |||
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 | |
_dl_parse_lazy_relocation_information() and _dl_parse_copy_information() so they are all consistant, allowing for future consolidation. Trim some trailing whitespace as well. | |||
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 | |
do both operations in a single pass. | |||
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 | |
which should simplify enabling arbitrary architectures. -Erik | |||
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 | |
checking for duplicates and returning an alias if an existing lib is already loaded is still correct for the dlopen case. | |||
2003-08-19 | Cool. Found most of the problem. Turns out we were inadvertanly loading some | Eric Andersen | |
libraries multiple times, wasting memory and causing different libraries to use different symbol sets, some of which were not properly resolved. Continue scrubbing ld.so and converting it to use proper types. | |||
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen | |