OSDN Git Service

- fixup gnu_inline vs. C99 inline
[uclinux-h8/uClibc.git] / extra /
2008-01-05 Mike FrysingerChris Zankel writes:
2008-01-05 Mike Frysingernot everyone is a ninja: explicitly state that people...
2008-01-05 Mike Frysingerzen in #938 writes:
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-09 Carmelo AmorosoFix build system to generate locale data instead of...
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2007-10-24 Bernhard Reutner... - fix order of link-flags
2007-09-20 Bernhard Reutner... - spelling fix
2007-09-15 Mike Frysingerbug 1310: drop hidden aliases to data since some arches...
2007-09-15 Mike Frysingerfix from Kevin Day to make sure we use strchr() rather...
2007-05-24 Mike Frysingeruse POSIX -eq rather than bash == #1360
2007-04-17 Bernhard Reutner... - shrink resolver code
2007-04-17 Mike Frysingeradd a basic .depend target to better catch updates...
2007-04-14 Bernhard Reutner... - doesn't make sense to impose a limit that is too...
2007-04-13 Peter KjellerstedtPatch by Ricard Wanderlof <ricardw at axis dot com>:
2007-03-20 Bernhard Reutner... - add arm1176 options
2007-03-18 Mike Frysingerfix typo pointed out by Al Stone
2007-03-17 Rob LandleyHave Makefile.in call conf-header.sh instead of having...
2007-03-16 Rob LandleyNo configs actually set LIBGCC_CFLAGS to anything,...
2007-02-21 Mike Frysingertouchup new kconfig handling so we dont constantly...
2007-02-18 Mike Frysingersimple script for counting relocs
2007-02-18 Mike Frysingerdefault to pulling kernel headers from the system install
2007-02-14 Mike Frysingermake arch default to hostarch
2007-02-14 Mike Frysingerpull latest kconfig from kernel
2007-02-14 Mike Frysingermake sure we declare TARGET_ARCH as a string
2007-02-13 Mike Frysingercleanup style
2007-02-12 Joakim TjernlundRehash the PowerPC e500 port to avoid creating symlinks
2007-02-04 Joakim TjernlundAdd support for PowerPC e500, libc part only.
2007-01-03 Bernhard Reutner... - s/Attemt/Attempt/
2006-12-17 Mike Frysingerfor now, dont allow mmu users to select file format
2006-12-13 Mike Frysingerforce LFS support since blackfin no longer supports...
2006-12-12 Mike Frysingerwe just want the kernel headers, not the whole kernel...
2006-12-11 Mike Frysingerdisable LDSO when FLAT format is selected
2006-12-11 Mike Frysingerkill off the need for fix_includes.sh by utilizing...
2006-12-11 Mike Frysingerset some default vars to prevent env pollution
2006-12-11 Mike Frysingercreate new menu so people can select what format they...
2006-12-08 Mike FrysingerRichard Sandiford writes: add support for init/fini...
2006-12-03 Mike Frysingermake ABI into a list
2006-12-03 Mike Frysingerlist ABI first and tweak ISA defaults with suggestions...
2006-12-03 Mike Frysingerrevert previous change
2006-12-03 Rob LandleyPatch from Jim Gifford (of Cross Linux From Scratch...
2006-11-29 Bernhard Reutner... - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to...
2006-11-22 Bernhard Reutner... - fix typo
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-10-22 Mike Frysingerdont require DOPIC with FORCE_SHAREABLE_TEXT_SEGMENTS
2006-10-07 Khem RajAdd config options to select ARM ARMv5 and Intel iwmmxt...
2006-10-07 Khem RajSergey Lapin says the undefined syscall numbers from...
2006-09-10 Mike Frysingerremove version checking code and add some more comments
2006-09-09 Mike Frysingermake this stuff actually readable
2006-08-25 Mike Frysingerfix from psm: DODEBUG_PT is only meaningful for LINUXTH...
2006-08-25 Mike Frysingerfix from psm: makes use of the malloc debug option...
2006-08-24 Bernhard Reutner... - only link asm-generic if it exists.
2006-08-24 Mike Frysingerpsm says: use $(top_builddir) instead of $(top_srcdir...
2006-08-23 Mike Frysingerfixes from psm so we can pull in uClibc headers properly
2006-08-23 Mike Frysingerfix from psm: add UCLIBC_ prefix to HAS_SHADOW option
2006-07-05 Mike Frysingerfix signed warnings with gcc-4
2006-07-05 Mike Frysingerclean subdir as well
2006-07-05 Mike Frysingerbfin works again
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-04 Eric AndersenChange symbol 'NOSTRIP' to 'DOSTRIP' since the double...
2006-07-04 Eric Andersencleanup description
2006-07-04 Eric Andersengcc 4.1.x is apparently miscompiling gnu glob on mips...
2006-06-26 Mike FrysingerMichael Troß writes: Yes, the missing initialization...
2006-06-26 Mike Frysingerif we cannot generate a locale, be a bit more specific...
2006-06-26 Mike FrysingerMichael Troß writes:
2006-05-15 Mike Frysingerre-enable global constructors and destructors for bfin
2006-03-23 Peter S. MazingerAdd new option for SuSv3 legacy functions and use it...
2006-03-22 Peter S. MazingerEnable EXTRA_WARNINGS on DODEBUG
2006-03-09 Peter S. MazingerAdd common part of linker scripts to a file and make...
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-02-28 Mike Frysingerdisable __gmon_start__ symbol
2006-02-28 Mike Frysingeradd support for glibc initfini.c
2006-02-27 Peter S. MazingerAdd Rich Felker's getopt_long to be used in conjunction...
2006-02-27 Peter S. MazingerAdd Rich Felker's getsubopt, smaller then the glibc...
2006-02-27 Peter S. MazingerRich Felker's glob() ported to uClibc
2006-02-27 Peter S. MazingerRemove explicit compile rules
2006-02-27 Mike Frysingerallow people to select threads
2006-02-26 Peter S. Mazingerglob depends on fnmatch
2006-02-23 Peter KjellerstedtAdded support for the new CRISv32 architecture.
2006-02-23 Mike Frysingerdont generate asm-generic if it already exists
2006-02-22 Peter KjellerstedtMade it possible to build without stripping the binaries.
2006-02-22 Peter KjellerstedtRemved the (BROKEN) tag from the CRIS architecture.
2006-02-22 Mike Frysingermake the fallback case smarter
2006-02-19 Mike Frysingerdisable ldso for nios targets
2006-02-19 Mike Frysingermake sure ldso is disabled for bfin
2006-02-19 Mike Frysingerupdate MMU config options to utilize USE_MMU instead...
2006-02-18 Mike Frysingerdisable ctor/dtor on bfin as binutils doesnt provide...
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-18 Mike Frysingerimprove MMU selection a little to be less confusing
2006-02-18 Mike Frysingersimplify endian config/selection
2006-02-18 Mike Frysingerdont output so many newlines
2006-02-18 Mike Frysingersync with kernel
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-09 David Andersadd ARM 7TDMI to processor selection list
2006-02-09 David Andersfix ARM types that are known to have MMU's to select...
2006-02-06 Mike Frysingerthanks to Thomas, nios should be happy again!
2006-02-04 Mike Frysingerimport files from glibc for an ia64/static port
2006-01-31 Mike Frysingermake the extra warnings optional
2006-01-31 Mike FrysingerKhem Raj says:
2006-01-29 Mike FrysingerPatch by Joseph S. Myers to add support for ARM EABI
next