| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate the PIE support option, and simply support that all the time | Eric Andersen | 2004-02-10 | 2 | -33/+6 |
* | Fix function prototype to match the official ELF standard hash function | Eric Andersen | 2004-02-10 | 2 | -3/+3 |
* | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen | 2004-02-10 | 49 | -4966/+35 |
* | oops, manditory forgotten patch | Eric Andersen | 2004-02-10 | 2 | -0/+262 |
* | Fixup the definition of _dl_open, and move some bits back where they were, | Eric Andersen | 2004-02-10 | 5 | -246/+104 |
* | Move _dl_printf and _dl_malloc to ldso, which is a more sensible | Eric Andersen | 2004-02-08 | 3 | -258/+129 |
* | Cleanup whitespace and formatting | Eric Andersen | 2004-02-08 | 7 | -390/+377 |
* | Add some permissions when creating the logfile | Eric Andersen | 2004-02-08 | 1 | -3/+3 |
* | Thanks to Joakim's recent paches, we can now remove the FIXME | Eric Andersen | 2004-02-07 | 2 | -14/+0 |
* | Restore the library entry point so it works. It does have | Eric Andersen | 2004-02-07 | 20 | -12/+22 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-02-07 | 2 | -220/+90 |
* | Remove unneeded forward declaration | Eric Andersen | 2004-02-07 | 1 | -1/+0 |
* | Split off the stuff that cannot use function into its own file, | Eric Andersen | 2004-02-07 | 26 | -694/+1236 |
* | Step one, begin shuffling things around a bit | Eric Andersen | 2004-02-07 | 9 | -87/+135 |
* | Yet more consistancy fixups | Eric Andersen | 2004-02-07 | 1 | -2/+2 |
* | Use unsigned char * pointers | Eric Andersen | 2004-02-07 | 3 | -3/+3 |
* | Trim trailing whitespace | Eric Andersen | 2004-02-06 | 2 | -14/+14 |
* | Remove trailing whitespace | Eric Andersen | 2004-02-06 | 2 | -128/+126 |
* | Fixup a badly merged update | Eric Andersen | 2004-02-05 | 1 | -4/+7 |
* | Use a static const char array for static strings | Eric Andersen | 2004-02-04 | 2 | -4/+4 |
* | Jakub Bogusz writes: | Eric Andersen | 2004-02-01 | 3 | -2/+4 |
* | Revert to scope as used by original code for now, just in case. | Eric Andersen | 2004-01-31 | 1 | -2/+4 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-30 | 1 | -117/+87 |
* | Modify interfaces for _dl_parse_relocation_information() | Eric Andersen | 2004-01-29 | 13 | -250/+245 |
* | Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs | Eric Andersen | 2004-01-29 | 6 | -93/+87 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-29 | 1 | -50/+46 |
* | Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and | Eric Andersen | 2004-01-29 | 7 | -136/+49 |
* | Fixup silly typo | Eric Andersen | 2004-01-29 | 1 | -1/+1 |
* | Patch from Joakim Tjernlund: | Eric Andersen | 2004-01-29 | 2 | -38/+20 |
* | Patch from Joakim Tjernlund to get rid of an annoying warning. | Eric Andersen | 2004-01-27 | 2 | -2/+2 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-24 | 1 | -241/+178 |
* | As noted by Doru Petrescu, there was a spurious line that was using | Eric Andersen | 2004-01-20 | 2 | -2/+0 |
* | Paul Mundt writes: | Eric Andersen | 2004-01-20 | 2 | -2/+6 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-20 | 1 | -5/+3 |
* | We need to link with libgcc.a when creating shared libs, in order to | Manuel Novoa III | 2004-01-16 | 1 | -1/+1 |
* | Make sure we remove -fomit-frame-pointer from the ldso build. It's | David McCullough | 2004-01-16 | 1 | -0/+3 |
* | Some badly behaved arches fail to provide a PAGE_SIZE define | Eric Andersen | 2004-01-06 | 1 | -0/+4 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-01-02 | 1 | -0/+45 |
* | Use PAGE_SIZE rather than hard coding 4096 | Eric Andersen | 2003-12-17 | 5 | -29/+31 |
* | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen | 2003-12-17 | 8 | -0/+1039 |
* | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen | 2003-12-17 | 17 | -69/+71 |
* | When I switched from using stack allocated space for printf, I missed a case | Eric Andersen | 2003-12-17 | 2 | -6/+10 |
* | move _dl_fixup so staticly linked apps using dlopen have a | Eric Andersen | 2003-12-05 | 3 | -65/+132 |
* | Henrik Grindal Bakken writes: | Eric Andersen | 2003-12-03 | 2 | -4/+20 |
* | Joakim Tjernlund writes: | Eric Andersen | 2003-12-03 | 1 | -2/+2 |
* | Eliminate some static buffers based on a patch from Tobias Anderberg | Eric Andersen | 2003-12-03 | 2 | -12/+60 |
* | Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGING | Eric Andersen | 2003-11-22 | 1 | -2/+2 |
* | Oops. Only enable debug when debugging... | Eric Andersen | 2003-11-22 | 1 | -2/+1 |
* | Joakim Tjernlund writes: | Eric Andersen | 2003-11-13 | 1 | -10/+11 |
* | It seems that the powerpc ldso doesn't like -O0 | Eric Andersen | 2003-11-11 | 1 | -1/+7 |