OSDN Git Service

Add patch at bugs 274. From Peter Manzinger.
[uclinux-h8/uClibc.git] / extra / Configs / Config.in
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-05-26 Joakim TjernlundAdd PIE support to ARM. From Peter Mazinger
2005-05-20 Eric AndersenBack out nptl changes, which for now will be done in...
2005-05-07 "Steven J. Hill"Add in configuration item and Makefile changes for...
2005-05-02 Paul MundtMove sh64 to its own config so we don't crap up the...
2005-03-16 Mike Frysingermove the compiler flags WARNINGS option
2005-03-16 Mike FrysingerCROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox
2005-03-15 Mike Frysingeradd a Kconfig option for setting the $(CROSS) build...
2005-02-15 Mike Frysingerkconfig for x86_64
2005-02-08 Ned Ludd- 3/NN patches for ssp. Doc updates from Peter S. Mazin...
2005-02-08 Ned Ludd- 2/NN patches for ssp. Updates from Peter S. Mazinger...
2005-01-16 Peter KjellerstedtCorrected a typo.
2005-01-16 Eric AndersenPer bugs.uclibc.org/view.php?id=15, patch from kergoth:
2005-01-12 Ned Ludd- add patch from Peter S. Mazinger to allow selecting...
2004-12-22 Eric AndersenRemove the obsolete XATTR option
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to simplify PIE handling
2004-12-21 Eric AndersenAdd support for the Analog Devices Blackfin mmuless...
2004-12-20 Ned Ludd- Added support for 13 new syscalls to allow more thing...
2004-10-06 Joakim TjernlundPuts common defines into dl-defs.h (in ldso/include...
2004-10-06 Joakim TjernlundPIE option correction for Config.in. From Peter Mazinger.
2004-10-05 Joakim TjernlundPeter Kjellerstedt writes:
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-07 Eric AndersenuClibc gettext support is under development and really...
2004-09-02 Manuel Novoa III Add a couple of mips-specific string funcs.
2004-08-28 Manuel Novoa III solar asked that this bit be reverted.
2004-08-26 Manuel Novoa III Fixes from gentoo.
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-07-16 Eric AndersenPete Popov writes:
2004-05-07 Eric AndersenUCLIBC_COMPLETELY_PIC does nothing, so kill it
2004-03-09 Eric AndersenMore detail about malloc-simple
2004-02-18 Eric AndersenAlexandre Oliva writes:
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...
2003-12-04 Eric AndersenSet the default stdio buffer size to 4096, rather then...
2003-11-05 Eric AndersenYet more messing with selecting sane default configs
2003-11-05 Eric AndersenYet more config system updates
2003-11-04 Eric AndersenPeter S. Mazinger writes:
2003-11-04 Eric AndersenNaming things this way will be much easier to deal...
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-18 Eric AndersenAdd a new RUNTIME_PREFIX
2003-10-16 Eric AndersenMore detail on the use of MALLOC_DEBUG
2003-09-09 Eric AndersenForce Large File Support disabled on Cris, since something
2003-09-09 Eric AndersenAttack of the spelling police....
2003-09-09 Eric AndersenEnable automagic locale data downloads
2003-09-09 Eric AndersenAdd in several config system updates for locale support.
2003-09-09 Manuel Novoa III Fix wctype.c so that wchar can be enabled without ctype...
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-09-06 Manuel Novoa III Update old_vfconfig help and some dependencies.
2003-09-06 Eric AndersenLet people enable ftw, make glob an option, add a new...
2003-09-01 Eric AndersenRob Landley writes:
2003-08-24 Eric AndersenReluctantly add wordexp()
2003-08-08 Eric AndersenAdd in a MALLOC_GLIBC_COMPAT option to let people decid...
2003-08-05 Eric AndersenShuffle options around a bit
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-27 Eric AndersenAdd config option to enable 'struct tm' timezone extens...
2003-03-04 Eric AndersenSeperate pthread debugging from uClibc debugging. ...
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2003-02-05 Eric AndersenPatch from Stefan Allius to make adding libgcc function...
2002-12-13 Eric AndersenOnly build the ncurses stuff when it is needed, based...
2002-12-02 Eric AndersenSpelling fixes
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-21 Miles BaderImprove malloc debugging support.
2002-11-20 Eric AndersenPatch from Stefan Allius:
2002-11-19 Eric AndersenImplement dynamic atexit handling. Adds a few bytes...
2002-11-09 Eric Andersentypo fixes
2002-11-08 Eric AndersenScare people away from enabling locale support for...
2002-11-08 Eric AndersenDoh! Leave ldso debugging off by default..
2002-11-08 Eric AndersenUpdate doc reference
2002-11-07 Miles Bader(DOPIC): Depend on !HAVE_NO_PIC.
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-02 Eric AndersenFix PIC configuration, so shared libraries once again...
2002-11-02 Eric AndersenIt looks like I lost DEVEL_TOOL_PREFIX. Put it back.
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...