summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2004-08-10Optimze _dl_memset() for PowerPC.Joakim Tjernlund
2004-08-10Forgot _dl_memcpy in previous checkin.Joakim Tjernlund
2004-08-10_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,Joakim Tjernlund
2004-08-10_dl_get_last_path_component:Joakim Tjernlund
2004-08-10Revmoved _dl_brkp and _dl_envp. They are not needed anymore.Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-09This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen
2004-07-30Whitespace cleanupEric Andersen
2004-07-30Fix screwed up indentingEric Andersen
2004-07-16Revert this stuff for nowEric Andersen
2004-07-14Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen
2004-07-14Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-24Disable support for R_ARM_PC24, just like R_PPC_REL24 these shouldEric Andersen
2004-06-20Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen
2004-06-20Whine about R_PPC_REL24 relocations, and tell people to compileEric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Bradley D. LaRonde writes:Eric Andersen
2004-06-12Jakub Bogusz from pld-linux dot org writes:Eric Andersen
2004-05-14Alexandre Oliva writes:Eric Andersen
2004-05-13update libdl so it also groks the new _dl_errnoEric Andersen
2004-05-13Bradley D. LaRonde writes:Eric Andersen
2004-05-12Patch from Bradley D. LaRonde:Eric Andersen
2004-05-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-05-11As noticed by the sharp eyed Joakim Tjernlund, I stupidlyEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-05-11Bradley D. LaRonde, brad at laronde dot org writes:Eric Andersen
2004-05-10Save r0 before modifying it.Tobias Anderberg
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-03-19Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen
2004-03-18Look in /usr/X11R6/lib as wellEric Andersen
2004-03-18Joakim Tjernlund writes:Eric Andersen
2004-02-20Sigh. I switched the values...Eric Andersen
2004-02-20Per discussion with Joakim Tjernlund, all the horrible weak declarations junkEric Andersen
2004-02-20Patch from Joakim Tjernlund:Eric Andersen
2004-02-20___brk_addr and __environ are not functions. Finding the brokenEric Andersen
2004-02-20Slightly cleaner formattingEric Andersen
2004-02-20Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III
2004-02-20When doing symbol lookups on functionsEric Andersen
2004-02-18Minor change to better match recent changes to other archesEric Andersen
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-17Fixup support for gcc 2.95Eric Andersen
2004-02-17Seperate out the startup stuff from the non-startup stuff.Eric Andersen