summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Formatting cleanups from Peter Kellerstedt.Joakim Tjernlund2004-09-171-170/+193
* Bugfix: Add r_addend to final address. The r_addend is mostly zeroJoakim Tjernlund2004-09-171-8/+6
* Don't allow undefined global symbols to pass(all archs needs fixing,Joakim Tjernlund2004-09-171-10/+16
* Don't allow undefined global symbols to pass(all archs needs fixing).Joakim Tjernlund2004-09-161-29/+20
* Hide some x86-specific devel asserts.Manuel Novoa III2004-09-101-0/+5
* Fixup URLEric Andersen2004-09-081-1/+1
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-084-38/+129
* Doh! As noted by Mike Frysinger I was too agressive at culling stuffEric Andersen2004-09-081-0/+7
* Disable prototypes for unimplemented functionsEric Andersen2004-09-071-0/+2
* Yet another bit of joy for mjn3Eric Andersen2004-09-071-0/+4
* Audit and disable unimplemented stuffEric Andersen2004-09-071-70/+12
* Implement gethostent_rEric Andersen2004-09-071-15/+31
* Remove stale leftoversEric Andersen2004-09-071-9/+0
* Audit and scrub malloc.h, which was a messEric Andersen2004-09-071-67/+3
* We do not use dl_iterate_phdr, so no need to define itEric Andersen2004-09-073-44/+0
* uClibc gettext support is under development and really shouldn'tEric Andersen2004-09-072-1/+6
* The 'Somebody Else's Problem Field' was just activatedEric Andersen2004-09-071-0/+3
* First pass prototype removals from auditing header files:Eric Andersen2004-09-075-66/+23
* Use a more appealing name, matching the function prototypeEric Andersen2004-09-071-6/+6
* Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv toEric Andersen2004-09-073-26/+119
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-034-70/+83
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-0235-2/+3726
* Fix a couple of symbol name issues.Manuel Novoa III2004-09-021-5/+8
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-022-3/+0
* Restore item I erronenously removed, mention mips string funcsEric Andersen2004-08-311-0/+9
* Dont mess with __curbrk in ldsoEric Andersen2004-08-311-5/+0
* Typo fix from Peter Mazinger.Joakim Tjernlund2004-08-301-1/+1
* Mention kernel abi selectionEric Andersen2004-08-301-0/+6
* solar asked that this bit be reverted.Manuel Novoa III2004-08-281-1/+0
* Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund2004-08-272-3/+26
* #include "dl-startup.c into ldso.c, making ldso one compilation unit.Joakim Tjernlund2004-08-272-2/+3
* Forgot to commit this file. Patch from Stefan Allius.Joakim Tjernlund2004-08-271-1/+1
* As Mike Frysinger notes, this code is still needed. IJoakim Tjernlund2004-08-271-0/+10
* Partial patch from Alexandre Oliva to update the frv portEric Andersen2004-08-263-423/+501
* Patch from Alexandre Oliva to update the frv default configEric Andersen2004-08-261-0/+2
* Partial patch from Alexandre Oliva:Eric Andersen2004-08-2618-75/+635
* Mention FunctionCheckEric Andersen2004-08-261-0/+3
* Update TODO list a bitEric Andersen2004-08-261-28/+16
* Only print debug stuff when askedEric Andersen2004-08-261-1/+2
* Fixup a couple of warningsEric Andersen2004-08-261-2/+2
* Avoid multiple passes to perform mips GOT relocations, and doEric Andersen2004-08-262-47/+53
* Fixes from gentoo.Manuel Novoa III2004-08-267-11/+73
* Let ldso find libc's malloc function and set _dl_malloc_function.Joakim Tjernlund2004-08-262-10/+4
* Added test for RTLD_GLOBAL flag in _dl_find_hash().Joakim Tjernlund2004-08-262-2/+5
* Relocations of the application's global GOT entries were not being run, andEric Andersen2004-08-263-78/+44
* Stefan Allius writes:Joakim Tjernlund2004-08-262-53/+14
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+3
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+1
* Joakim Tjernlund writes:Eric Andersen2004-08-251-1/+46
* Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III2004-08-252-1/+107