summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-07uClibc gettext support is under development and really shouldn'tEric Andersen
2004-09-07The 'Somebody Else's Problem Field' was just activatedEric Andersen
2004-09-07First pass prototype removals from auditing header files:Eric Andersen
2004-09-07Use a more appealing name, matching the function prototypeEric Andersen
2004-09-07Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv toEric Andersen
2004-09-03First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund
2004-09-02Add a couple of mips-specific string funcs.Manuel Novoa III
2004-09-02Fix a couple of symbol name issues.Manuel Novoa III
2004-09-02Remove unused variables. From Peter Mazinger.Joakim Tjernlund
2004-08-31Restore item I erronenously removed, mention mips string funcsEric Andersen
2004-08-31Dont mess with __curbrk in ldsoEric Andersen
2004-08-30Typo fix from Peter Mazinger.Joakim Tjernlund
2004-08-30Mention kernel abi selectionEric Andersen
2004-08-28solar asked that this bit be reverted.Manuel Novoa III
2004-08-27Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund
2004-08-27#include "dl-startup.c into ldso.c, making ldso one compilation unit.Joakim Tjernlund
2004-08-27Forgot to commit this file. Patch from Stefan Allius.Joakim Tjernlund
2004-08-27As Mike Frysinger notes, this code is still needed. IJoakim Tjernlund
2004-08-26Partial patch from Alexandre Oliva to update the frv portEric Andersen
2004-08-26Patch from Alexandre Oliva to update the frv default configEric Andersen
2004-08-26Partial patch from Alexandre Oliva:Eric Andersen
2004-08-26Mention FunctionCheckEric Andersen
2004-08-26Update TODO list a bitEric Andersen
2004-08-26Only print debug stuff when askedEric Andersen
2004-08-26Fixup a couple of warningsEric Andersen
2004-08-26Avoid multiple passes to perform mips GOT relocations, and doEric Andersen
2004-08-26Fixes from gentoo.Manuel Novoa III
2004-08-26Let ldso find libc's malloc function and set _dl_malloc_function.Joakim Tjernlund
2004-08-26Added test for RTLD_GLOBAL flag in _dl_find_hash().Joakim Tjernlund
2004-08-26Relocations of the application's global GOT entries were not being run, andEric Andersen
2004-08-26Stefan Allius writes:Joakim Tjernlund
2004-08-25Mike Frysinger writes:Eric Andersen
2004-08-25Mike Frysinger writes:Eric Andersen
2004-08-25Joakim Tjernlund writes:Eric Andersen
2004-08-25Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-25Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund
2004-08-23Note a security item for the next releaseEric Andersen
2004-08-22Make the stub profiling stuff workEric Andersen
2004-08-21The "Delete current profiling code because it is complete crap"Eric Andersen
2004-08-21Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-20Enable only for architectures where __NR_madvise is definedEric Andersen
2004-08-19Never directly include kernel sourcesEric Andersen
2004-08-19'pagesize' was local to dl-startup.c. In ldso.c we needEric Andersen
2004-08-19Fix dependencies.Manuel Novoa III
2004-08-19Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.Joakim Tjernlund
2004-08-19Remove poor man's malloc. Not needed anymore.Joakim Tjernlund
2004-08-19Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund
2004-08-19Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund