OSDN Git Service

ldso: fix fdpic support broken from prelink patch
[uclinux-h8/uClibc.git] / ldso / ldso / ldso.c
2005-12-27 Mike Frysingernlist should be unsigned, not signed, as it tracks...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-11-21 Peter S. MazingerDo not create any files (dl-progname.h) in ldso anymore
2005-11-02 Peter S. MazingerMove __SSP__ check to header
2005-11-01 Peter S. MazingerAdd check, so we are sure that the file is correctly...
2005-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-03 Peter S. MazingerMove _dl_protect_relro after INIT to allow using attrib...
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-07-12 Mike Frysingeruse wrapper debug macros to improve readability
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-07-04 Mike Frysingeruse the a_val member instead of a_ptr/a_fcn since newer...
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 Joakim TjernlundQuick and dirty hack to prevent ld.so from beeing loade...
2005-06-30 Mike Frysingererr revert %p->%x change since _dl_printf() is not...
2005-06-30 Mike Frysingeruse %p instead of %x to show addresses so we dont have...
2005-06-25 Mike Frysingeruse _dl_debug_file instead of hardcode 2
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-21 Joakim TjernlundEnable new FINI processing. ldso now passes a FINI...
2005-04-27 "Steven J. Hill"Get rid of extern references to ldso variables.
2005-04-27 "Steven J. Hill"GCC-4.1.0 doesn't like it when you reference 'extern...
2005-04-23 Joakim TjernlundCleanup library loading.
2005-04-12 Eric Andersenearly debug stuff goes to stderr, not _dl_debug_file
2005-04-12 Eric Andersenfix a thinko -- we cant use
2005-04-12 Eric AndersenOnly dl-startup.c should be using the SEND_STDERR macros,
2005-04-03 Joakim TjernlundPrepare PowerPC some more for standalone exection of...
2005-04-01 Eric Andersenminor cosmetic cleanup
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-20 Joakim TjernlundMove ldso FINI handling into _dl_fini(). Add #ifndef...
2005-03-17 Peter KjellerstedtCorrected a typo (exection -> execution).
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-14 Eric AndersenFix up x86 so it compiles again.
2005-03-14 Joakim TjernlundSimplify PT_INTERP handling.
2005-03-14 Joakim TjernlundForce suid apps to do unlazy binding of the PLT relocs.
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-11-17 Joakim TjernlundAdd BIND NOW support to MIPS.
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-11-02 Joakim Tjernlund- Remove dynamic_size from struct elf_resolve.
2004-10-27 Manuel Novoa III Jocke's patch was almost right. Just needed move the...
2004-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-10-06 Joakim TjernlundPeter S. Mazinger writes:
2004-10-06 Joakim TjernlundRemove unneeded -D<somedefine>, and use instead #ifdef...
2004-10-05 Joakim TjernlundPeter Kjellerstedt writes:
2004-09-08 Joakim TjernlundSecond attempt to fix the INIT/FINI order. This time...
2004-09-03 Joakim TjernlundFirst attempt to fix the INIT/FINI ordering. Fingers...
2004-08-31 Eric AndersenDont mess with __curbrk in ldso
2004-08-27 Joakim Tjernlund#include "dl-startup.c into ldso.c, making ldso one...
2004-08-27 Joakim TjernlundAs Mike Frysinger notes, this code is still needed. I
2004-08-26 Eric AndersenFixup a couple of warnings
2004-08-26 Eric AndersenAvoid multiple passes to perform mips GOT relocations...
2004-08-26 Joakim TjernlundLet ldso find libc's malloc function and set _dl_malloc...
2004-08-26 Eric AndersenRelocations of the application's global GOT entries...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-25 Joakim TjernlundHopefully fix Laszlo and Jacobs dlopen problem.
2004-08-19 Eric Andersen'pagesize' was local to dl-startup.c. In ldso.c we...
2004-08-19 Joakim TjernlundRemove poor man's malloc. Not needed anymore.
2004-08-19 Joakim TjernlundMove "debug_addr" ptr from dl-startup.c to ldso.c
2004-08-19 Joakim TjernlundMove the app specific stuff from dl-startup.c to ldso.c.
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-13 Joakim TjernlundFix usage_count in ldso/libdl.
2004-08-10 Joakim TjernlundRevmoved _dl_brkp and _dl_envp. They are not needed...
2004-08-09 Joakim TjernlundThis should fix the dlsym problem Peter van Hoyweghen...
2004-07-30 Eric Andersens/___brk_addr/__curbrk/g
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
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-05-12 Eric AndersenAdd a local '_dl_errno' to be used by syscalls in ldso...
2004-05-11 Eric AndersenAs noticed by the sharp eyed Joakim Tjernlund, I stupidly
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-02-20 Eric Andersen___brk_addr and __environ are not functions. Finding...
2004-02-20 Eric AndersenWhen doing symbol lookups on functions
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...
next