OSDN Git Service

Fix the manditory typo in my last minute untested fix.
[uclinux-h8/uClibc.git] / ldso /
2003-12-17 Eric AndersenUse PAGE_SIZE rather than hard coding 4096
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-17 Eric AndersenWhen I switched from using stack allocated space for...
2003-12-05 Eric Andersenmove _dl_fixup so staticly linked apps using dlopen...
2003-12-03 Eric AndersenHenrik Grindal Bakken writes:
2003-12-03 Eric AndersenJoakim Tjernlund writes:
2003-12-03 Eric AndersenEliminate some static buffers based on a patch from...
2003-11-22 Eric AndersenOnly enable debugging when SUPPORT_LD_DEBUG is enabled...
2003-11-22 Eric AndersenOops. Only enable debug when debugging...
2003-11-13 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenIt seems that the powerpc ldso doesn't like -O0
2003-11-11 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenAnother cleanup patch from Joakim Tjernlund:
2003-11-08 Eric AndersenSigh. I can't type this morning.
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-06 Eric AndersenBegin converting the client utils
2003-11-06 Eric AndersenRevert change 1.26, which breaks everything. :-(
2003-11-06 Eric AndersenA few debugging cleanups
2003-11-05 Eric AndersenFix a misnamed array
2003-11-05 Eric Andersentiny cleanup
2003-11-05 Eric AndersenRework the powerpc lib loader to better match the other...
2003-11-05 Eric AndersenFix a buglet that shows up on powerpc
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-15 Eric AndersenDoh! I was returning with an incorrect pointer type...
2003-10-14 Eric AndersenEnable full debug support for ld-uClibc and libdl
2003-10-13 Eric Andersensigh. the warn funcs seem to be broken. Use local...
2003-10-13 Eric AndersenFix an ldd bug, more ldconfig cleanup
2003-10-12 Eric AndersenAlways build and install ldconfig
2003-10-09 Eric Andersenmove the test for loading the wrong C library into the
2003-10-09 Eric AndersenWhen someone would dlopen a shared lib that was already...
2003-10-04 Eric AndersenFix a stupid bug causing 'ldd' output to not contain...
2003-09-30 Tobias AnderbergDon't forget addend on relocations + minor other fixes.
2003-09-29 Eric AndersenFix SUPPORT_LD_DEBUG_EARLY on powerpc
2003-09-19 Tobias Anderberg* Partial re-write to match other archs and remove...
2003-09-19 Tobias AnderbergCorrected LD_BOOT macro
2003-09-19 Tobias AnderbergInitialize strings as pointers instead of arrays.
2003-09-19 Tobias AnderbergRe-add cris to "define list" when fixing auxvt.
2003-09-17 Eric AndersenMake sure we use the local copy of elf.h, since some...
2003-09-11 Eric AndersenSimplify an expression. Use static const on strings...
2003-09-11 Eric AndersenStefan Allius writes:
2003-09-09 Eric AndersenFix cris shared lib loader so it compiles...
2003-09-09 Eric AndersenArm needs this to compile with gcc 2.95
2003-09-02 Eric Andersencleanup/simplify duplicate handling.
2003-09-02 Eric Andersendelete some garbage, cleanup duplicate handling
2003-09-02 Eric AndersenFix a problem with dtors/dtors.
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
2003-08-27 Tobias AnderbergRemoved CRIS specific code.
2003-08-27 Tobias AnderbergCosmetic changes.
2003-08-22 Eric AndersenMake the mips ld.so debug noise somewhat useful, and...
2003-08-22 Eric AndersenRemove some mips specific hacks that are no longer...
2003-08-21 Eric AndersenBe sure to remove the old ldso.h, since it will screw...
2003-08-19 Eric AndersenI just realized we need global symbol resolution for...
2003-08-19 Eric AndersenMore routine cleanup
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-07-02 Eric AndersenOnly exec child apps if they are elf type ET_EXEC
2003-06-27 Eric Andersenoops
2003-06-27 Eric AndersenRun dlopened ctors and dtors in the correct order
2003-06-27 Eric Andersenwhitespace and debug updates
2003-06-18 Eric AndersenBe extra careful to memset the correct size, not the...
2003-06-16 Eric AndersenFix a segfault when used on a library w/o an INTERP...
2003-06-15 Eric AndersenDon't segfault when given things other than a regular...
2003-06-15 Eric AndersenImplement syscall() for powerpc. Fixup syscall code so
2003-06-12 Eric AndersenFix mips so it compiles with gcc 3.3
2003-03-07 Eric Andersenremove a leftover debug printf
2003-03-07 Eric AndersenPatch from Stefan Allius
2003-03-06 Eric AndersenFixup ldd handling of multiple files
2003-03-04 Eric AndersenPatch from Stefan Allius to make ldd.c compile under...
2003-03-04 Eric AndersenTeach ldd to be a bit more helpful by telling you speci...
2003-03-01 Eric AndersenTeach ldd to act just the glibc provided one (relying...
2003-03-01 Eric Andersendoh. I forgot mips can't talk to globals that early...
2003-03-01 Eric Andersendoh. I forgot mips can't talk to globals that early...
2003-03-01 Eric AndersenFix the shared library loader so we can properly debug...
2003-02-28 Eric AndersenFix a potential compile error
2003-02-26 Eric AndersenFixup a really stupid and terribly obvious bug that...
2003-02-26 Eric AndersenAdd a bunch of additional early debugg messages into...
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2003-02-04 Eric AndersenPatch from Stefan Allius to fix a compiler warning
2003-01-30 Eric AndersenThe original glibc sysdeps/mips/dl-machine.h source...
2003-01-28 Eric AndersenStefan Allius noticed dlib_pic.o was not using XXFLAGS...
2003-01-24 Eric AndersenSupport having libs in /usr/X11R6/lib by default as...
2003-01-24 Eric AndersenOk, people are probably going to hate me for this....
2003-01-03 Eric AndersenIf they call dlopen with anything other than RTLD_LAZY
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenLooks like this is in fact needed to properly debug...
2002-12-01 David SchleefMake ldd work even more like GNU ldd by appending dummy...
2002-11-28 Eric AndersenKill a bit of unused cruft
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Eric AndersenAct more like the GNU version. Accept multiple args...
2002-11-20 Eric AndersenKill SVR4_BUGCOMPAT
2002-11-20 Eric AndersenPatch from Stefan Allius:
2002-11-19 Eric AndersenPer suggestion from Stefan Allius, change DO_MPROTECT_H...
2002-11-19 Eric AndersenStefan Allius writes:
next