summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-193-101/+93
* Oops, forgot to remove unused variable.Joakim Tjernlund2004-08-191-2/+1
* This is now done in ldso.cJoakim Tjernlund2004-08-191-13/+0
* Clean up the _dl_boot code and make it similar to arm and sh.Joakim Tjernlund2004-08-181-26/+18
* Carl SHAW writes:Eric Andersen2004-08-171-1/+1
* David McCulloug writes:Joakim Tjernlund2004-08-171-1/+8
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-1715-167/+46
* Fix make clean rule.Joakim Tjernlund2004-08-171-2/+2
* The pagesize variable used when starting up is _not_ the sameEric Andersen2004-08-161-4/+4
* Fixup PAGE_SIZE problemsEric Andersen2004-08-132-6/+2
* Fix usage_count in ldso/libdl.Joakim Tjernlund2004-08-133-77/+39
* Optimze _dl_memset() for PowerPC.Joakim Tjernlund2004-08-101-0/+28
* Forgot _dl_memcpy in previous checkin.Joakim Tjernlund2004-08-101-5/+6
* _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,Joakim Tjernlund2004-08-101-36/+28
* _dl_get_last_path_component:Joakim Tjernlund2004-08-101-31/+19
* Revmoved _dl_brkp and _dl_envp. They are not needed anymore.Joakim Tjernlund2004-08-101-14/+0
* Mike Frysinger writes:Joakim Tjernlund2004-08-101-0/+1
* Mike Frysinger writes:Joakim Tjernlund2004-08-102-16/+14
* This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund2004-08-093-100/+58
* Joakim Tjernlund writes:Eric Andersen2004-08-063-1/+17
* Joakim Tjernlund writes:Eric Andersen2004-08-061-4/+4
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-1/+1
* Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen2004-07-309-110/+90
* Whitespace cleanupEric Andersen2004-07-307-48/+22
* Fix screwed up indentingEric Andersen2004-07-301-51/+51
* Revert this stuff for nowEric Andersen2004-07-163-48/+9
* Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen2004-07-145-21/+20
* Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen2004-07-145-14/+54
* Joakim Tjernlund writes:Eric Andersen2004-06-275-54/+26
* Disable support for R_ARM_PC24, just like R_PPC_REL24 these shouldEric Andersen2004-06-241-0/+7
* Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen2004-06-201-1/+1
* Whine about R_PPC_REL24 relocations, and tell people to compileEric Andersen2004-06-201-10/+15
* Joakim Tjernlund writes:Eric Andersen2004-06-191-6/+5
* Joakim Tjernlund writes:Eric Andersen2004-06-191-0/+2
* Joakim Tjernlund writes:Eric Andersen2004-06-191-1/+1
* Bradley D. LaRonde writes:Eric Andersen2004-06-191-0/+2
* Jakub Bogusz from pld-linux dot org writes:Eric Andersen2004-06-126-16/+92
* Alexandre Oliva writes:Eric Andersen2004-05-142-14/+15
* update libdl so it also groks the new _dl_errnoEric Andersen2004-05-131-0/+2
* Bradley D. LaRonde writes:Eric Andersen2004-05-131-1/+2
* Patch from Bradley D. LaRonde:Eric Andersen2004-05-121-4/+9
* Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen2004-05-1211-59/+62
* As noticed by the sharp eyed Joakim Tjernlund, I stupidlyEric Andersen2004-05-112-2/+2
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-114-15/+22
* Bradley D. LaRonde, brad at laronde dot org writes:Eric Andersen2004-05-111-1/+1
* Save r0 before modifying it.Tobias Anderberg2004-05-101-2/+4
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-2010-22/+20
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-1/+16
* Look in /usr/X11R6/lib as wellEric Andersen2004-03-181-1/+1
* Joakim Tjernlund writes:Eric Andersen2004-03-181-8/+4