summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
...
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-082-3/+9
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-032-0/+9
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-021-2/+0
* Patch from Stefan Allius:Joakim Tjernlund2004-08-251-3/+3
* Remove poor man's malloc. Not needed anymore.Joakim Tjernlund2004-08-191-2/+1
* Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund2004-08-191-1/+1
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-191-2/+1
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-171-1/+1
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-5/+1
* 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
* Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen2004-07-302-3/+6
* Revert this stuff for nowEric Andersen2004-07-161-1/+1
* Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen2004-07-141-1/+0
* Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen2004-07-141-0/+1
* Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen2004-06-201-1/+1
* Bradley D. LaRonde writes:Eric Andersen2004-06-191-0/+2
* Jakub Bogusz from pld-linux dot org writes:Eric Andersen2004-06-122-8/+11
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-0/+1
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-1/+16
* Sigh. I switched the values...Eric Andersen2004-02-201-2/+2
* Slightly cleaner formattingEric Andersen2004-02-201-4/+4
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* Joakim Tjernlund writes:Eric Andersen2004-02-142-2/+14
* Fix function prototype to match the official ELF standard hash functionEric Andersen2004-02-101-1/+1
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-108-633/+6
* Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen2004-02-102-110/+98
* Split off the stuff that cannot use function into its own file,Eric Andersen2004-02-072-38/+0
* Step one, begin shuffling things around a bitEric Andersen2004-02-073-4/+56
* Trim trailing whitespaceEric Andersen2004-02-062-14/+14
* Modify interfaces for _dl_parse_relocation_information()Eric Andersen2004-01-292-10/+10
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-293-0/+33
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-292-2/+0
* Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen2004-01-061-0/+4
* Use PAGE_SIZE rather than hard coding 4096Eric Andersen2003-12-171-0/+2
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-042-6/+6
* Always build and install ldconfigEric Andersen2003-10-122-2/+4
* Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen2003-09-292-2/+2
* Weed out duplicates before trying to load libraries.... DelayedEric Andersen2003-08-312-0/+2
* Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen2003-08-192-46/+16
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-1911-0/+1331