Age | Commit message (Expand) | Author |
2003-12-17 | Use PAGE_SIZE rather than hard coding 4096 | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | When I switched from using stack allocated space for printf, I missed a case | Eric Andersen |
2003-12-05 | move _dl_fixup so staticly linked apps using dlopen have a | Eric Andersen |
2003-12-03 | Henrik Grindal Bakken writes: | Eric Andersen |
2003-12-03 | Joakim Tjernlund writes: | Eric Andersen |
2003-12-03 | Eliminate some static buffers based on a patch from Tobias Anderberg | Eric Andersen |
2003-11-22 | Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGING | Eric Andersen |
2003-11-22 | Oops. Only enable debug when debugging... | Eric Andersen |
2003-11-13 | Joakim Tjernlund writes: | Eric Andersen |
2003-11-11 | It seems that the powerpc ldso doesn't like -O0 | Eric Andersen |
2003-11-11 | Joakim Tjernlund writes: | Eric Andersen |
2003-11-11 | Another cleanup patch from Joakim Tjernlund: | Eric Andersen |
2003-11-08 | Sigh. I can't type this morning. | Eric Andersen |
2003-11-08 | Joakim Tjernlund writes: | Eric Andersen |
2003-11-08 | Joakim Tjernlund writes: | Eric Andersen |
2003-11-06 | Begin converting the client utils | Eric Andersen |
2003-11-06 | Revert change 1.26, which breaks everything. :-( | Eric Andersen |
2003-11-06 | A few debugging cleanups | Eric Andersen |
2003-11-05 | Fix a misnamed array | Eric Andersen |
2003-11-05 | tiny cleanup | Eric Andersen |
2003-11-05 | Rework the powerpc lib loader to better match the other architectures | Eric Andersen |
2003-11-05 | Fix a buglet that shows up on powerpc | Eric Andersen |
2003-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen |
2003-10-31 | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-15 | Doh! I was returning with an incorrect pointer type when dlopening | Eric Andersen |
2003-10-14 | Enable full debug support for ld-uClibc and libdl | Eric Andersen |
2003-10-13 | sigh. the warn funcs seem to be broken. Use local versions | Eric Andersen |
2003-10-13 | Fix an ldd bug, more ldconfig cleanup | Eric Andersen |
2003-10-12 | Always build and install ldconfig | Eric Andersen |
2003-10-09 | move the test for loading the wrong C library into the | Eric Andersen |
2003-10-09 | When someone would dlopen a shared lib that was already opened, | Eric Andersen |
2003-10-04 | Fix a stupid bug causing 'ldd' output to not contain the full | Eric Andersen |
2003-09-30 | Don't forget addend on relocations + minor other fixes. | Tobias Anderberg |
2003-09-29 | Fix SUPPORT_LD_DEBUG_EARLY on powerpc | Eric Andersen |
2003-09-19 | * Partial re-write to match other archs and remove duplicate code. | Tobias Anderberg |
2003-09-19 | Corrected LD_BOOT macro | Tobias Anderberg |
2003-09-19 | Initialize strings as pointers instead of arrays. | Tobias Anderberg |
2003-09-19 | Re-add cris to "define list" when fixing auxvt. | Tobias Anderberg |
2003-09-17 | Make sure we use the local copy of elf.h, since some system | Eric Andersen |
2003-09-11 | Simplify an expression. Use static const on strings to avoid | Eric Andersen |
2003-09-11 | Stefan Allius writes: | Eric Andersen |
2003-09-09 | Fix cris shared lib loader so it compiles... | Eric Andersen |
2003-09-09 | Arm needs this to compile with gcc 2.95 | Eric Andersen |
2003-09-02 | cleanup/simplify duplicate handling. | Eric Andersen |
2003-09-02 | delete some garbage, cleanup duplicate handling | Eric Andersen |