OSDN Git Service

fix up ability to rename ldso
[uclinux-h8/uClibc.git] / ldso / ldso /
2006-01-13 Mike Frysingerfix up ability to rename ldso
2006-01-12 Mike Frysingerfix a (very unlikely) page leak
2006-01-11 Mike Frysingerneed to include bits/sysnum.h for all of our __NR_...
2006-01-10 Mike Frysingersupport a few more relocation types
2006-01-09 Mike Frysingerlist more relocs
2006-01-08 Mike Frysingerother half of lazy relocation from glibc dl-trampoline
2006-01-08 Mike Frysingerpatch by Jocke to fix up lazy relocation
2005-12-27 Mike Frysingernlist should be unsigned, not signed, as it tracks...
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-15 Joakim TjernlundFix static apps on linux 2.6. Linux clobbers r7 in...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-12-14 Mike Frysinger remove .oS too
2005-12-10 Peter S. MazingerRemove trailing ';' from strong_alias, thx Bernhard...
2005-11-28 Peter S. MazingerAdded .oS asm targets and make ldso build w/ -DSHARED...
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerremove headers_done since it broke buildroot again
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-21 Peter S. MazingerDo not create any files (dl-progname.h) in ldso anymore
2005-11-21 Peter S. MazingerPartly undo earlier patch on vapier's request
2005-11-21 Peter S. MazingerGuard debug_sym/debug_reloc, make sure elfinterp.c...
2005-11-21 Peter S. MazingerDo not create header links, use -I to find them. Moved...
2005-11-20 Mike Frysingerfix up ifdef checks so dl_iterate_phdr is defined in...
2005-11-18 Peter S. Mazingermake -j2 works here
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerUse -z relro/-z now on all libs, add some new variables...
2005-11-06 "Steven J. Hill"Do not set the RELOCS_DONE flag until it is actually...
2005-11-02 Joakim TjernlundDon't need this debug check anymore.
2005-11-02 Joakim Tjernlundpsm missed a spot :)
2005-11-02 Peter S. MazingerMove __SSP__ check to header
2005-11-02 Peter S. Mazingerldso powerpc changes ported to i386
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-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerAdd the current implementation to review
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-03 Peter S. MazingerMove _dl_protect_relro after INIT to allow using attrib...
2005-10-01 "Steven J. Hill"Clean up debugging levels for MIPS. This should make...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-27 Peter S. MazingerRemove created objects independently of TARGET_ARCH...
2005-09-21 Joakim Tjernlund__set_errno must be redefined after #include "sys/sysca...
2005-09-20 Joakim Tjernlundforgot MMAP_HAS_6_ARGS
2005-09-20 Joakim TjernlundMake powerpc use sys/syscall.h, instead of defining...
2005-09-18 Joakim TjernlundRemove unused function.
2005-09-17 Joakim TjernlundFix bug 430 and reduce ldso size with 1KB :). Not sure...
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-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-08-18 Mike Frysingeruse generic ELF wrappers
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-08-10 Mike Frysingeruse the inline version of _dl_parse_dynamic_info
2005-08-09 Mike Frysingerclean up whitespace/syntax
2005-08-09 Mike Frysingerdisable early debug code if the arch relies on certain...
2005-08-09 Mike Frysingereat whitespace
2005-07-29 "Steven J. Hill"Remove unused include directory.
2005-07-28 Mike Frysingerjust use -g as -g3 is overkill (and sometimes unstable)
2005-07-14 Mike Frysingera [mostly working] elfinterp.c based on i386 / glibc
2005-07-14 Mike Frysingerremove unused instructions
2005-07-13 Mike Frysingereat pointless whitespace
2005-07-13 Mike Frysingerdump the address we transfer control to
2005-07-13 Mike Frysingeruse Elf32_Word instead of uint32_t since that is what...
2005-07-12 Mike Frysingeruse wrapper debug macros to improve readability
2005-07-11 Mike Frysingerdont use void* when we know the type of pointer we...
2005-07-11 Mike Frysingerforce hash buckets to work off of 32bit quantities
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingerminor touchups in debug output/comments
2005-07-11 Mike Frysingerbase __rtld_stack_end off of argv instead of args so...
2005-07-11 Mike Frysingerdeclare reloc_addr as ElfW(Addr) instead of Word since...
2005-07-09 Mike Frysingermake sure we use long instead of int so we dont truncat...
2005-07-08 Mike Frysingeradd some more useful debug output
2005-07-08 Mike Frysingererr, x86_64 is RELA, not REL
2005-07-08 Mike Frysingerneed _DEBUG macros for NUMBER too
2005-07-08 Mike Frysingerwhitespace clean up
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerdl-debug.h for sparc
2005-07-08 Mike Frysingerdl-debug.h for m68k
2005-07-08 Mike Frysingerfix GET_ARGV() so it pulls out the argc/argv/envp properly
2005-07-07 Mike Frysingerget rid of arch-specific defines in dl-startup.c and...
2005-07-07 Mike Frysingeradd debug code for showing argc/argv/envp and touch...
2005-07-07 Mike Frysingerremove broken asm code in elf_machine_dynamic() and...
2005-07-07 Mike Frysingermake RUNPATH/RPATH support configurable
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-07-06 Mike Frysingerimport start of ldso based on glibc
2005-07-06 Mike Frysingermake sure ldso.o depends on more files in subdirs
2005-07-04 Mike Frysingeruse the a_val member instead of a_ptr/a_fcn since newer...
2005-06-30 Mike Frysingerif the include files get updated we want to rebuild
2005-06-30 Mike Frysingercreate generic ELF_* macros to hide 32/64 bit differences
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-30 "Steven J. Hill"The function '_dl_memset' should always be inlined...
2005-06-27 Joakim TjernlundAdd __libc_stack_end to ld.so. The libc.a version remai...
next