OSDN Git Service

Joakim Tjernlund writes:
[uclinux-h8/uClibc.git] / ldso / ldso / ldso.c
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-10 Eric AndersenEliminate the PIE support option, and simply support...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
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 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-01 Eric AndersenJakub Bogusz writes:
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...
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-05 Eric Andersenmove _dl_fixup so staticly linked apps using dlopen...
2003-10-04 Eric AndersenFix a stupid bug causing 'ldd' output to not contain...
2003-09-19 Tobias AnderbergRe-add cris to "define list" when fixing auxvt.
2003-09-02 Eric Andersendelete some garbage, cleanup duplicate handling
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
2003-08-22 Eric AndersenRemove some mips specific hacks that are no longer...
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-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 AndersenFix the shared library loader so we can properly debug...
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-04 Eric AndersenPatch from Stefan Allius to fix a compiler warning
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-12-04 Eric AndersenLooks like this is in fact needed to properly debug...
2002-11-28 Eric AndersenKill a bit of unused cruft
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-11-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-09-12 Tobias AnderbergSupport LD_DEBUG=all
2002-09-09 Eric AndersenFixup multi-line string
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-07-02 Eric AndersenFixup where locals shadowed globals
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-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-04-03 Eric AndersenSteven's patch contained a spare SEND_NUMBER_STDERR...
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates
2002-03-29 Eric AndersenMore mips support from sjhill
2002-03-20 Eric AndersenAttempt to follow symlinks if possible, and use that...
2002-03-19 Eric AndersenRevert my symlink detecting change for now, since it...
2002-03-19 Eric AndersenResolve symlinks when determining the real ld.so path...
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-18 Eric AndersenWhine and exit if people link against GNU libc or
2002-02-17 Eric AndersenSome more updates. Darn -- arm needs the mprotect...
2002-02-17 Eric AndersenA few more little fixups
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-14 Eric AndersenBoth _dl_simple_ltoa and _dl_simple_ltoahex use buffers...
2002-01-11 Eric AndersenRemove old named file. Fix headers on updated one.
2001-11-12 David Schleefpowerpc/elfinterp.c: Powerpc works now. Major rework...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-08-06 Eric AndersenIf /etc/ld.so.preload was size 0, the shared lib loader...
2001-07-17 Eric AndersenFix missing function when USE_CACHE is enabled
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-12 David SchleefSmall fixups for powerpc
2001-07-03 Eric AndersenFinish up merging the arm port into the main tree.
2001-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-15 Eric AndersenMake some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE...
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-06-07 David McCulloughChanges needed to build the ldso dir for m68k. I haven...
2001-06-04 Eric AndersenTeach the ldso stuff to use the proper elf.h header...
2001-05-16 Eric AndersenOops again. We do want to print this info, but only...
2001-05-16 Eric AndersenOops. I left in some debugging noise. Also some minor...
2001-05-10 Eric AndersenCheck if ld.so is included in the NEEDED list. If...
2001-05-03 Eric AndersenDont segfault when folks run ld-uclibc as an executable.
2001-05-03 Eric AndersenSome more minor updates. Add in some debug stuff, and
2001-05-02 Eric AndersenSome more updates and explanation
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-27 Eric AndersenEliminate the useless _dl_interpreter_exit function
2001-04-24 Eric AndersenDisable an ugly bug-workaround for ancient versions...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...