OSDN Git Service

- remove shadows declaration of struct st (already declared in function scope)
[uclinux-h8/uClibc.git] / ldso / ldso / ldso.c
2008-09-30 Bernhard Reutner... - remove shadows declaration of struct st (already...
2008-09-29 Carmelo Amorosoldso: do not use hard-coded fd in _dl_dprintf. Use...
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - nlist is unsigned. Adjust iterator variables accordin...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-02-20 Carmelo AmorosoFix typos in comment
2008-02-20 Carmelo AmorosoDo not call _dl_de ug_state() before recording ld.so...
2008-02-08 Bernd SchmidtFix the recent dladdr changes so that they compile...
2008-01-18 Carmelo AmorosoThis patch solves a problem in dladdr caused by the...
2008-01-09 Mike Frysingerfix broken whitespace in many places; no functional...
2007-12-03 Bernd SchmidtBlackfin FD-PIC patches 5/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 2/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 1/6.
2007-11-16 Carmelo AmorosoIf uClibc's ld.so encounters text relocations in a...
2007-03-31 Joakim TjernlundBernd Schmidt writes:
2007-02-21 Mike Frysingermake sure we have rtld_hidden_def(_dl_debug_state)
2007-02-17 Joakim TjernlundMake _dl_malloc alignment arch configurable.
2007-01-28 Mike Frysingerfix from Bernd Schmidt to make sure _dl_debug_state...
2007-01-28 Mike Frysingeras pointed out by Jocke, use "2" for actual error messa...
2007-01-26 Joakim TjernlundFix libdl bug reported by Cedric Hombourger in
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingeruse ElfW(Addr) in more places
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-03-07 Peter S. MazingerRemove additional endif pointed out by vapier
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-02-15 Peter S. MazingerAdd prototypes
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-01-29 Mike Frysingerchange variable names so we dont shadow others
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-19 Mike Frysingerwould help if i used the right variable name ...
2006-01-19 Mike FrysingerFrank Mehnert writes:
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...
next