summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* Peter Kjellerstedt writes:Eric Andersen2003-10-185-11/+10
* Peter Kjellerstedt writes:Eric Andersen2003-10-182-6/+6
* Doh! I was returning with an incorrect pointer type when dlopeningEric Andersen2003-10-152-14/+14
* Enable full debug support for ld-uClibc and libdlEric Andersen2003-10-142-0/+18
* sigh. the warn funcs seem to be broken. Use local versionsEric Andersen2003-10-131-17/+71
* Fix an ldd bug, more ldconfig cleanupEric Andersen2003-10-132-264/+287
* Always build and install ldconfigEric Andersen2003-10-125-94/+85
* move the test for loading the wrong C library into theEric Andersen2003-10-092-32/+52
* When someone would dlopen a shared lib that was already opened,Eric Andersen2003-10-092-24/+28
* Fix a stupid bug causing 'ldd' output to not contain the fullEric Andersen2003-10-041-2/+1
* Don't forget addend on relocations + minor other fixes.Tobias Anderberg2003-09-301-3/+11
* Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen2003-09-292-2/+2
* * Partial re-write to match other archs and remove duplicate code.Tobias Anderberg2003-09-191-229/+226
* Corrected LD_BOOT macroTobias Anderberg2003-09-192-2/+2
* Initialize strings as pointers instead of arrays.Tobias Anderberg2003-09-192-4/+4
* Re-add cris to "define list" when fixing auxvt.Tobias Anderberg2003-09-191-1/+1
* Make sure we use the local copy of elf.h, since some systemEric Andersen2003-09-171-6/+9
* Simplify an expression. Use static const on strings to avoidEric Andersen2003-09-112-12/+10
* Stefan Allius writes:Eric Andersen2003-09-111-36/+45
* Fix cris shared lib loader so it compiles...Eric Andersen2003-09-091-2/+4
* Arm needs this to compile with gcc 2.95Eric Andersen2003-09-092-0/+24
* cleanup/simplify duplicate handling.Eric Andersen2003-09-022-26/+92
* delete some garbage, cleanup duplicate handlingEric Andersen2003-09-021-67/+34
* Fix a problem with dtors/dtors.Eric Andersen2003-09-022-70/+92
* Weed out duplicates before trying to load libraries.... DelayedEric Andersen2003-08-315-30/+102
* Removed CRIS specific code.Tobias Anderberg2003-08-271-4/+0
* Cosmetic changes.Tobias Anderberg2003-08-275-169/+181
* Make the mips ld.so debug noise somewhat useful, and less gratuitouslyEric Andersen2003-08-221-35/+129
* Remove some mips specific hacks that are no longer needed, and actively breakEric Andersen2003-08-221-31/+13
* Be sure to remove the old ldso.h, since it will screw thingsEric Andersen2003-08-211-1/+1
* I just realized we need global symbol resolution for everything inEric Andersen2003-08-192-122/+10
* More routine cleanupEric Andersen2003-08-191-12/+13
* Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen2003-08-1910-281/+501
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-1925-437/+928
* Only exec child apps if they are elf type ET_EXECEric Andersen2003-07-021-2/+3
* oopsEric Andersen2003-06-271-1/+1
* Run dlopened ctors and dtors in the correct orderEric Andersen2003-06-272-8/+16
* whitespace and debug updatesEric Andersen2003-06-271-42/+46
* Be extra careful to memset the correct size, not the size of some randomEric Andersen2003-06-185-43/+37
* Fix a segfault when used on a library w/o an INTERP program header.Eric Andersen2003-06-161-3/+3
* Don't segfault when given things other than a regular file.Eric Andersen2003-06-151-0/+3
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-152-16/+18
* Fix mips so it compiles with gcc 3.3Eric Andersen2003-06-122-60/+60
* remove a leftover debug printfEric Andersen2003-03-071-2/+0
* Patch from Stefan AlliusEric Andersen2003-03-073-23/+24
* Fixup ldd handling of multiple filesEric Andersen2003-03-061-12/+36
* Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen2003-03-041-0/+6
* Teach ldd to be a bit more helpful by telling you specificallyEric Andersen2003-03-041-5/+29
* Teach ldd to act just the glibc provided one (relying on theEric Andersen2003-03-013-37/+106
* doh. I forgot mips can't talk to globals that early on in theEric Andersen2003-03-011-13/+13