OSDN Git Service

ldso: silence warnings in debug code
[uclinux-h8/uClibc.git] / ldso / ldso / dl-elf.c
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-28 Joakim TjernlundRemove /usr/X11R6/lib from search path.
2004-09-17 Joakim TjernlundAdded back dl_iterate_phdr in ldso(with some small...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
2004-07-16 Eric AndersenRevert this stuff for now
2004-07-14 Eric AndersenSigh. I got things working this morning, then checked...
2004-07-14 Eric AndersenBased on a patch from Alexandre Oliva, make sure _dl_ma...
2004-06-12 Eric AndersenJakub Bogusz from pld-linux dot org writes:
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-03-18 Eric AndersenLook in /usr/X11R6/lib as well
2004-02-17 Eric AndersenWhen doing _dl_mmap to obtain a bit of anonymous memory...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
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-07 Eric AndersenStep one, begin shuffling things around a bit
2004-02-07 Eric AndersenUse unsigned char * pointers
2004-02-06 Eric AndersenRemove trailing whitespace
2004-02-04 Eric AndersenUse a static const char array for static strings
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 AndersenEliminate separate passes for _dl_copy_fixups() and...
2003-12-17 Eric AndersenUse PAGE_SIZE rather than hard coding 4096
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 AndersenEliminate some static buffers based on a patch from...
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-09 Eric Andersenmove the test for loading the wrong C library into the
2003-09-19 Tobias AnderbergInitialize strings as pointers instead of arrays.
2003-09-11 Eric AndersenSimplify an expression. Use static const on strings...
2003-09-02 Eric Andersencleanup/simplify duplicate handling.
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
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-06-18 Eric AndersenBe extra careful to memset the correct size, not the...
2003-03-01 Eric AndersenFix the shared library loader so we can properly debug...
2003-01-24 Eric AndersenSupport having libs in /usr/X11R6/lib by default as...
2002-12-12 Eric AndersenRework things such that staticly linked applications...
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:
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-05 Tobias AnderbergFixed another address alignment where a pagesize of...
2002-08-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-06-05 "Steven J. Hill"Fix up of '_dlopen' call and removal of unneeded argume...
2002-05-28 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-20 "Steven J. Hill"Fixed MIPS dynamic linker by removing link order depend...
2002-05-09 Eric AndersenAnother mips patch from Steven J. Hill:
2002-05-09 Eric AndersenFix funky use of brackets
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates
2002-03-19 Eric AndersenPrevent uninitialized use
2002-03-14 Eric AndersenRemove an unused variable
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-17 Eric AndersenA ton of cleanups. Eliminate some useless code. Much...
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2001-08-11 Eric AndersenFix the library searching routine so it is way simpler...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 Eric AndersenOops. USE_CACHE was disabled and didn't compile when...
2001-07-17 Eric AndersenSome cleanups needed for things to compile and work...
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-03 Eric AndersenAllow the shared lib loader to fallback on the builddir...
2001-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-13 Eric AndersenUse sys/mman.h not asm/mman.h -- we don't want kernel...
2001-06-04 Eric AndersenTeach the ldso stuff to use the proper elf.h header...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...