OSDN Git Service

patch from Bernd Schmidt to abstract away load addresses
[uclinux-h8/uClibc.git] / ldso /
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load addresses
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-30 Mike FrysingerBernd Schmidt writes: too many semicolons!
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-06-19 Mike Frysingereat whitespace
2006-06-07 Mike Frysingeruse unsigned long like every other port as pointed...
2006-04-20 Mike Frysingeradd a note as to why mips is special
2006-04-12 Eric Andersendoh, forgot to copy the final \0
2006-04-12 Eric Andersenmicro-optimization -- we already know how long the...
2006-04-12 Eric Andersencleanup whitespace
2006-04-12 Eric Andersenfixup a big 'ol memory leak in search_for_named_library()
2006-03-24 Peter S. Mazingertypo stderrr
2006-03-23 Peter S. Mazingerforgotten to update gettimeofday here as well
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
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-03-02 Mike Frysingerkill spurious semicolons
2006-03-02 Mike Frysingerclean out arch subdirs as well
2006-02-23 Peter KjellerstedtAdded support for the new CRISv32 architecture.
2006-02-23 Peter KjellerstedtMoved the definition of MMAP2_PAGE_SHIFT from ldso...
2006-02-23 Peter KjellerstedtInclude bits/uClibc_page.h before dl-syscall.h as the...
2006-02-23 Peter KjellerstedtSpecify a correct MMAP2_PAGE_SHIFT to use when calculat...
2006-02-23 Peter KjellerstedtAllow MMAP2_PAGE_SHIFT to be specified by the architect...
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-22 Mike Frysingersync with glibc
2006-02-22 Mike FrysingerNicolas Bellido: switch up order of mmap preference...
2006-02-22 Mike Frysingermove _dl_mmap_check_error() to related mmap bits of...
2006-02-18 Mike Frysingerjust let user decide CFLAGS instead of assuming stuff...
2006-02-18 Mike Frysingerthese defines are created for use in features.h so...
2006-02-18 Mike Frysingermake sure ldso is rebuilt if source files are updated
2006-02-15 Peter S. MazingerAdd prototypes
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-02-01 Mike Frysingerdisable lazy code for now
2006-01-31 Peter S. Mazingers:THUMB_INTERWORK:USE_BX:, thx Khem Raj
2006-01-31 Mike FrysingerJohn Bowler says: use (!thumb) instead of (arm) since...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-29 Mike Frysingerrename local i var to idx to get rid of shadow warning
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
2006-01-29 Mike Frysingerchange variable names so we dont shadow others
2006-01-29 Mike Frysingeruse diff variable names so we dont shadow each other
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable name
2006-01-29 Mike Frysingerremove excess whitespace
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
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-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingerfix building on alpha
2006-01-19 Mike Frysingerwould help if i used the right variable name ...
2006-01-19 Mike FrysingerFrank Mehnert writes:
2006-01-19 Mike Frysingerupdate sparc code using x86_64 as a template
2006-01-19 Mike Frysingerfirst pass at updating sparc ldso with code from glibc
2006-01-19 Mike Frysingerupdate syscall macros so both ldso and libc can use...
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingercut out unused code
2006-01-17 Mike Frysingercleanup whitespace
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2006-01-14 Mike Frysingergrab some more fixes from x86_64
2006-01-14 Mike Frysingerm68k ldso works again (well, lazy relocation is broken...
2006-01-14 Mike Frysingeradd back in _dl_start_user
2006-01-14 Mike Frysingerfixup so we can at least get to the ldso Standalone...
2006-01-14 Peter S. MazingerRevert 13276, cache corrupted on x86
2006-01-14 Mike Frysingeruse regular headers rather than trying to get tricky
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-27 Mike Frysingerrevert debug "fix" since it isnt correct and previous...
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-11 "Steven J. Hill"Fix debugging.
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-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-22 Mike Frysingerremove headers_done since it broke buildroot again
2005-11-22 Mike Frysingeradd some copyright info
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...
next