summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* doh. I forgot mips can't talk to globals that early on in theEric Andersen2003-03-012-2/+2
* Fix the shared library loader so we can properly debug things like pthreads.Eric Andersen2003-03-015-41/+37
* Fix a potential compile errorEric Andersen2003-02-282-0/+4
* Fixup a really stupid and terribly obvious bug that was causingEric Andersen2003-02-261-1/+1
* Add a bunch of additional early debugg messages into the sharedEric Andersen2003-02-261-9/+29
* Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen2003-02-163-21/+20
* Patch from Stefan Allius to fix a compiler warningEric Andersen2003-02-041-1/+3
* The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima wasEric Andersen2003-01-301-3/+3
* Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen2003-01-281-1/+1
* Support having libs in /usr/X11R6/lib by default as wellEric Andersen2003-01-242-0/+2
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-0/+1
* If they call dlopen with anything other than RTLD_LAZYEric Andersen2003-01-032-4/+18
* Rework things such that staticly linked applications can useEric Andersen2002-12-128-144/+337
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-5/+5