summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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