| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Formatting cleanups from Peter Kellerstedt. | Joakim Tjernlund | 2004-09-17 | 1 | -170/+193 |
* | Bugfix: Add r_addend to final address. The r_addend is mostly zero | Joakim Tjernlund | 2004-09-17 | 1 | -8/+6 |
* | Don't allow undefined global symbols to pass(all archs needs fixing, | Joakim Tjernlund | 2004-09-17 | 1 | -10/+16 |
* | Don't allow undefined global symbols to pass(all archs needs fixing). | Joakim Tjernlund | 2004-09-16 | 1 | -29/+20 |
* | Hide some x86-specific devel asserts. | Manuel Novoa III | 2004-09-10 | 1 | -0/+5 |
* | Fixup URL | Eric Andersen | 2004-09-08 | 1 | -1/+1 |
* | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund | 2004-09-08 | 4 | -38/+129 |
* | Doh! As noted by Mike Frysinger I was too agressive at culling stuff | Eric Andersen | 2004-09-08 | 1 | -0/+7 |
* | Disable prototypes for unimplemented functions | Eric Andersen | 2004-09-07 | 1 | -0/+2 |
* | Yet another bit of joy for mjn3 | Eric Andersen | 2004-09-07 | 1 | -0/+4 |
* | Audit and disable unimplemented stuff | Eric Andersen | 2004-09-07 | 1 | -70/+12 |
* | Implement gethostent_r | Eric Andersen | 2004-09-07 | 1 | -15/+31 |
* | Remove stale leftovers | Eric Andersen | 2004-09-07 | 1 | -9/+0 |
* | Audit and scrub malloc.h, which was a mess | Eric Andersen | 2004-09-07 | 1 | -67/+3 |
* | We do not use dl_iterate_phdr, so no need to define it | Eric Andersen | 2004-09-07 | 3 | -44/+0 |
* | uClibc gettext support is under development and really shouldn't | Eric Andersen | 2004-09-07 | 2 | -1/+6 |
* | The 'Somebody Else's Problem Field' was just activated | Eric Andersen | 2004-09-07 | 1 | -0/+3 |
* | First pass prototype removals from auditing header files: | Eric Andersen | 2004-09-07 | 5 | -66/+23 |
* | Use a more appealing name, matching the function prototype | Eric Andersen | 2004-09-07 | 1 | -6/+6 |
* | Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to | Eric Andersen | 2004-09-07 | 3 | -26/+119 |
* | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund | 2004-09-03 | 4 | -70/+83 |
* | Add a couple of mips-specific string funcs. | Manuel Novoa III | 2004-09-02 | 35 | -2/+3726 |
* | Fix a couple of symbol name issues. | Manuel Novoa III | 2004-09-02 | 1 | -5/+8 |
* | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund | 2004-09-02 | 2 | -3/+0 |
* | Restore item I erronenously removed, mention mips string funcs | Eric Andersen | 2004-08-31 | 1 | -0/+9 |
* | Dont mess with __curbrk in ldso | Eric Andersen | 2004-08-31 | 1 | -5/+0 |
* | Typo fix from Peter Mazinger. | Joakim Tjernlund | 2004-08-30 | 1 | -1/+1 |
* | Mention kernel abi selection | Eric Andersen | 2004-08-30 | 1 | -0/+6 |
* | solar asked that this bit be reverted. | Manuel Novoa III | 2004-08-28 | 1 | -1/+0 |
* | Preliminary PIE support for powerpc, i386 was used as template. | Joakim Tjernlund | 2004-08-27 | 2 | -3/+26 |
* | #include "dl-startup.c into ldso.c, making ldso one compilation unit. | Joakim Tjernlund | 2004-08-27 | 2 | -2/+3 |
* | Forgot to commit this file. Patch from Stefan Allius. | Joakim Tjernlund | 2004-08-27 | 1 | -1/+1 |
* | As Mike Frysinger notes, this code is still needed. I | Joakim Tjernlund | 2004-08-27 | 1 | -0/+10 |
* | Partial patch from Alexandre Oliva to update the frv port | Eric Andersen | 2004-08-26 | 3 | -423/+501 |
* | Patch from Alexandre Oliva to update the frv default config | Eric Andersen | 2004-08-26 | 1 | -0/+2 |
* | Partial patch from Alexandre Oliva: | Eric Andersen | 2004-08-26 | 18 | -75/+635 |
* | Mention FunctionCheck | Eric Andersen | 2004-08-26 | 1 | -0/+3 |
* | Update TODO list a bit | Eric Andersen | 2004-08-26 | 1 | -28/+16 |
* | Only print debug stuff when asked | Eric Andersen | 2004-08-26 | 1 | -1/+2 |
* | Fixup a couple of warnings | Eric Andersen | 2004-08-26 | 1 | -2/+2 |
* | Avoid multiple passes to perform mips GOT relocations, and do | Eric Andersen | 2004-08-26 | 2 | -47/+53 |
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 7 | -11/+73 |
* | Let ldso find libc's malloc function and set _dl_malloc_function. | Joakim Tjernlund | 2004-08-26 | 2 | -10/+4 |
* | Added test for RTLD_GLOBAL flag in _dl_find_hash(). | Joakim Tjernlund | 2004-08-26 | 2 | -2/+5 |
* | Relocations of the application's global GOT entries were not being run, and | Eric Andersen | 2004-08-26 | 3 | -78/+44 |
* | Stefan Allius writes: | Joakim Tjernlund | 2004-08-26 | 2 | -53/+14 |
* | Mike Frysinger writes: | Eric Andersen | 2004-08-25 | 1 | -0/+3 |
* | Mike Frysinger writes: | Eric Andersen | 2004-08-25 | 1 | -0/+1 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-25 | 1 | -1/+46 |
* | Patch by Carl SHAW <carl.shaw@st.com>... | Manuel Novoa III | 2004-08-25 | 2 | -1/+107 |