OSDN Git Service

Sigh... Fall back to alloca() if munmap is broken (uClinux).
[uclinux-h8/uClibc.git] / ldso /
2004-02-17 Eric AndersenKill off an arm specific hack, that fostered three...
2004-02-17 Eric AndersenWhen doing _dl_mmap to obtain a bit of anonymous memory...
2004-02-17 Eric AndersenDo not duplicate stuff from ldso.h
2004-02-17 Eric AndersenProvide the ldso syscalls and string funcs earlier...
2004-02-14 Eric AndersenNo point in including debug info for ldso. It isn...
2004-02-14 Eric AndersenAtsushi Nemoto writes:
2004-02-14 Manuel Novoa III Fix this as should have been done a long time ago...
2004-02-14 Eric AndersenGive gcc branch prediction some hits on obviously unlik...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-12 Eric AndersenBased on a problem report and patch from Florian Schirm...
2004-02-10 Eric AndersenEliminate the PIE support option, and simply support...
2004-02-10 Eric AndersenFix function prototype to match the official ELF standa...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-10 Eric Andersenoops, manditory forgotten patch
2004-02-10 Eric AndersenFixup the definition of _dl_open, and move some bits...
2004-02-08 Eric AndersenMove _dl_printf and _dl_malloc to ldso, which is a...
2004-02-08 Eric AndersenCleanup whitespace and formatting
2004-02-08 Eric AndersenAdd some permissions when creating the logfile
2004-02-07 Eric AndersenThanks to Joakim's recent paches, we can now remove...
2004-02-07 Eric AndersenRestore the library entry point so it works. It does...
2004-02-07 Eric AndersenJoakim Tjernlund writes:
2004-02-07 Eric AndersenRemove unneeded forward declaration
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-02-07 Eric AndersenYet more consistancy fixups
2004-02-07 Eric AndersenUse unsigned char * pointers
2004-02-06 Eric AndersenTrim trailing whitespace
2004-02-06 Eric AndersenRemove trailing whitespace
2004-02-05 Eric AndersenFixup a badly merged update
2004-02-04 Eric AndersenUse a static const char array for static strings
2004-02-01 Eric AndersenJakub Bogusz writes:
2004-01-31 Eric AndersenRevert to scope as used by original code for now, just...
2004-01-30 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2004-01-29 Eric AndersenScrub up use of ELF_USES_RELOCA and eliminte some unsig...
2004-01-29 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenEliminate separate passes for _dl_copy_fixups() and...
2004-01-29 Eric AndersenFixup silly typo
2004-01-29 Eric AndersenPatch from Joakim Tjernlund:
2004-01-27 Eric AndersenPatch from Joakim Tjernlund to get rid of an annoying...
2004-01-24 Eric AndersenJoakim Tjernlund writes:
2004-01-20 Eric AndersenAs noted by Doru Petrescu, there was a spurious line...
2004-01-20 Eric AndersenPaul Mundt writes:
2004-01-20 Eric AndersenJoakim Tjernlund writes:
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2004-01-16 David McCulloughMake sure we remove -fomit-frame-pointer from the ldso...
2004-01-06 Eric AndersenSome badly behaved arches fail to provide a PAGE_SIZE...
2004-01-02 Eric AndersenPeter S. Mazinger writes:
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...
next