summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-elf.c
AgeCommit message (Expand)Author
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
2002-05-09Fix funky use of bracketsEric Andersen
2002-05-02Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen
2002-04-02Steven J. Hill's latest mips dynamic loader updatesEric Andersen
2002-03-19Prevent uninitialized useEric Andersen
2002-03-14Remove an unused variableEric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen
2002-02-17A ton of cleanups. Eliminate some useless code. Much betterEric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2001-08-11Fix the library searching routine so it is way simpler, and soEric Andersen
2001-08-11Begin removing some unnecessary inlining, and fix namingEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Oops. USE_CACHE was disabled and didn't compile when enabledEric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-13This takes about 6k off the size of the x86 shared lib loader...Eric Andersen
2001-07-03Allow the shared lib loader to fallback on the builddir if everythingEric Andersen
2001-06-27Cleanup to not use kernel headers at all.Eric Andersen