summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch from Stefan Allius:Joakim Tjernlund2004-08-2513-50/+40
* Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund2004-08-252-2/+5
* Note a security item for the next releaseEric Andersen2004-08-231-0/+4
* Make the stub profiling stuff workEric Andersen2004-08-222-98/+4
* The "Delete current profiling code because it is complete crap"Eric Andersen2004-08-211-3/+0
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-213-0/+120
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-2140-1796/+48
* Enable only for architectures where __NR_madvise is definedEric Andersen2004-08-201-0/+2
* Never directly include kernel sourcesEric Andersen2004-08-192-2/+2
* 'pagesize' was local to dl-startup.c. In ldso.c we needEric Andersen2004-08-191-1/+1
* Fix dependencies.Manuel Novoa III2004-08-191-1/+3
* Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.Joakim Tjernlund2004-08-191-2/+6