summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-06Peter S. Mazinger writes:Joakim Tjernlund
2004-10-06Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund
2004-10-06Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund
2004-10-06PIE option correction for Config.in. From Peter Mazinger.Joakim Tjernlund
2004-10-05Peter S. Mazinger writes:Joakim Tjernlund
2004-10-05Peter Kjellerstedt writes:Joakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-09-28Atsushi Nemoto writes:Joakim Tjernlund
2004-09-28Oops, typo.Joakim Tjernlund
2004-09-28Remove /usr/X11R6/lib from search path.Joakim Tjernlund
2004-09-28Make ldd work for ET_DYN executables. From Peter Mazinger.Joakim Tjernlund
2004-09-27Remove /usr/X11R6/lib from default list.Joakim Tjernlund
2004-09-23Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund
2004-09-23Don't allow undefined global symbols to pass.Joakim Tjernlund
2004-09-23White space and printouts cleanup. From Peter Kjellerstedt.Joakim Tjernlund
2004-09-23Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund
2004-09-23Don't allow undefined global symbols to pass.Joakim Tjernlund
2004-09-23Make powerpc look more like the other archs.Joakim Tjernlund
2004-09-17Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund
2004-09-17Formatting cleanups from Peter Kellerstedt.Joakim Tjernlund
2004-09-17Bugfix: Add r_addend to final address. The r_addend is mostly zeroJoakim Tjernlund
2004-09-17Don't allow undefined global symbols to pass(all archs needs fixing,Joakim Tjernlund
2004-09-16Don't allow undefined global symbols to pass(all archs needs fixing).Joakim Tjernlund
2004-09-10Hide some x86-specific devel asserts.Manuel Novoa III
2004-09-08Fixup URLEric Andersen
2004-09-08Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund
2004-09-08Doh! As noted by Mike Frysinger I was too agressive at culling stuffEric Andersen
2004-09-07Disable prototypes for unimplemented functionsEric Andersen
2004-09-07Yet another bit of joy for mjn3Eric Andersen
2004-09-07Audit and disable unimplemented stuffEric Andersen
2004-09-07Implement gethostent_rEric Andersen
2004-09-07Remove stale leftoversEric Andersen
2004-09-07Audit and scrub malloc.h, which was a messEric Andersen
2004-09-07We do not use dl_iterate_phdr, so no need to define itEric Andersen
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