Age | Commit message (Expand) | Author |
2004-02-14 | No point in including debug info for ldso. It isn't helpful to do so | Eric Andersen |
2004-02-14 | Atsushi Nemoto writes: | Eric Andersen |
2004-02-14 | Fix this as should have been done a long time ago... | Manuel Novoa III |
2004-02-14 | Give gcc branch prediction some hits on obviously unlikely branches | Eric Andersen |
2004-02-14 | Joakim Tjernlund writes: | Eric Andersen |
2004-02-12 | Based on a problem report and patch from Florian Schirmer, fix a compile | Eric Andersen |
2004-02-10 | Eliminate the PIE support option, and simply support that all the time | 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 | oops, manditory forgotten patch | Eric Andersen |
2004-02-10 | Fixup the definition of _dl_open, and move some bits back where they were, | Eric Andersen |
2004-02-08 | Move _dl_printf and _dl_malloc to ldso, which is a more sensible | Eric Andersen |
2004-02-08 | Cleanup whitespace and formatting | Eric Andersen |
2004-02-08 | Add some permissions when creating the logfile | Eric Andersen |
2004-02-07 | Thanks to Joakim's recent paches, we can now remove the FIXME | Eric Andersen |
2004-02-07 | Restore the library entry point so it works. It does have | Eric Andersen |
2004-02-07 | Joakim Tjernlund writes: | Eric Andersen |
2004-02-07 | Remove unneeded forward declaration | 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-07 | Yet more consistancy fixups | Eric Andersen |
2004-02-07 | Use unsigned char * pointers | Eric Andersen |
2004-02-06 | Trim trailing whitespace | Eric Andersen |
2004-02-06 | Remove trailing whitespace | Eric Andersen |
2004-02-05 | Fixup a badly merged update | Eric Andersen |
2004-02-04 | Use a static const char array for static strings | Eric Andersen |
2004-02-01 | Jakub Bogusz writes: | Eric Andersen |
2004-01-31 | Revert to scope as used by original code for now, just in case. | Eric Andersen |
2004-01-30 | Joakim Tjernlund writes: | 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 | Joakim Tjernlund writes: | Eric Andersen |
2004-01-29 | Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and | Eric Andersen |
2004-01-29 | Fixup silly typo | Eric Andersen |
2004-01-29 | Patch from Joakim Tjernlund: | Eric Andersen |
2004-01-27 | Patch from Joakim Tjernlund to get rid of an annoying warning. | Eric Andersen |
2004-01-24 | Joakim Tjernlund writes: | Eric Andersen |
2004-01-20 | As noted by Doru Petrescu, there was a spurious line that was using | Eric Andersen |
2004-01-20 | Paul Mundt writes: | Eric Andersen |
2004-01-20 | Joakim Tjernlund writes: | Eric Andersen |
2004-01-16 | We need to link with libgcc.a when creating shared libs, in order to | Manuel Novoa III |
2004-01-16 | Make sure we remove -fomit-frame-pointer from the ldso build. It's | David McCullough |
2004-01-06 | Some badly behaved arches fail to provide a PAGE_SIZE define | Eric Andersen |
2004-01-02 | Peter S. Mazinger writes: | Eric Andersen |
2003-12-17 | Use PAGE_SIZE rather than hard coding 4096 | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | When I switched from using stack allocated space for printf, I missed a case | Eric Andersen |
2003-12-05 | move _dl_fixup so staticly linked apps using dlopen have a | Eric Andersen |
2003-12-03 | Henrik Grindal Bakken writes: | Eric Andersen |