summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-elf.c
AgeCommit message (Expand)Author
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric 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-12Jakub Bogusz from pld-linux dot org writes:Eric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-03-18Look in /usr/X11R6/lib as wellEric Andersen
2004-02-17When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10oops, manditory forgotten patchEric Andersen
2004-02-10Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen
2004-02-08Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-02-07Use unsigned char * pointersEric Andersen
2004-02-06Remove trailing whitespaceEric Andersen
2004-02-04Use a static const char array for static stringsEric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2004-01-29Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen
2004-01-29Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen
2003-12-17Use PAGE_SIZE rather than hard coding 4096Eric Andersen
2003-12-17When I switched from using stack allocated space for printf, I missed a caseEric Andersen
2003-12-05move _dl_fixup so staticly linked apps using dlopen have aEric Andersen
2003-12-03Eliminate some static buffers based on a patch from Tobias AnderbergEric Andersen
2003-11-05Fix a buglet that shows up on powerpcEric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-10-09move the test for loading the wrong C library into theEric Andersen
2003-09-19Initialize strings as pointers instead of arrays.Tobias Anderberg
2003-09-11Simplify an expression. Use static const on strings to avoidEric Andersen
2003-09-02cleanup/simplify duplicate handling.Eric Andersen
2003-08-31Weed out duplicates before trying to load libraries.... DelayedEric Andersen
2003-08-19Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen
2003-08-19Phase one of my evil plan to clean up ld.so...Eric Andersen
2003-06-18Be extra careful to memset the correct size, not the size of some randomEric Andersen
2003-03-01Fix the shared library loader so we can properly debug things like pthreads.Eric Andersen
2003-01-24Support having libs in /usr/X11R6/lib by default as wellEric Andersen
2002-12-12Rework things such that staticly linked applications can useEric Andersen
2002-11-20Kill SVR4_BUGCOMPATEric Andersen
2002-11-20Patch from Stefan Allius:Eric Andersen
2002-11-19Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS toEric Andersen
2002-11-19Stefan Allius writes:Eric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-05Fixed another address alignment where a pagesize of 4k were assumed.Tobias Anderberg
2002-08-19some updates from Stefan Allius to make up the SuperH shared libEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-06-05Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"
2002-05-28Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstractEric Andersen
2002-05-20Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"
2002-05-09Another mips patch from Steven J. Hill:Eric Andersen