OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / ldso / ldso / frv /
2012-03-25 Mike Frysingerldso: use ELF_xxx()/ElfW() helpers
2011-11-27 Mike Frysingerldso: fdpic: unify duplicate bfin/frv logic
2011-10-06 Mike Frysingerldso: unify pread syscall definition
2011-10-06 Mike Frysingerldso: bfin/frv: drop dead simulator code
2011-10-06 Mike Frysingerldso: merge duplicate dl-syscalls.h code to common...
2011-10-01 Mike Frysingerldso: constify reloc array itself
2011-07-01 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-11 Bernd SchmidtFix nommu handling of DT_TEXTREL
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-02-03 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-14 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-10-11 Filippo Arcidiaconoldso: Extend prelink support for all other achitectures
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-15 Bernhard Reutner... ldso: Add missing newlines to some debug messages
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2009-01-14 Carmelo Amorosoldso: performs bootstrap relocations only if required...
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2006-07-05 Mike Frysingerupdate license
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
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-09-21 Joakim Tjernlund__set_errno must be redefined after #include "sys/sysca...
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2004-12-11 Eric AndersenPartial commit of a patch from Alexandre Oliva:
2004-09-23 Joakim TjernlundMake do_rem() safe. From Peter Kjellerstedt.
2004-09-23 Joakim TjernlundDon't allow undefined global symbols to pass.
2004-09-07 Eric AndersenWe do not use dl_iterate_phdr, so no need to define it
2004-08-26 Eric AndersenPartial patch from Alexandre Oliva to update the frv...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-07-30 Eric AndersenWhitespace cleanup
2004-05-14 Eric AndersenAlexandre Oliva writes:
2004-05-12 Eric AndersenAdd a local '_dl_errno' to be used by syscalls in ldso...
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-02-18 Eric AndersenMinor change to better match recent changes to other...
2004-02-18 Eric AndersenAlexandre Oliva writes: