OSDN Git Service

uclinux-h8/uClibc.git
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-05 Eric AndersenA patch from Danny Lepage so that we do not setting...
2002-11-05 Eric AndersenExpand NIS comments
2002-11-05 Eric AndersenStandardize LIBGCC_DIR
2002-11-05 Eric AndersenKill legacy DOPIC=true assignment
2002-11-05 Eric AndersenPatch from Stefan Allius -- export LIBGCC
2002-11-05 Eric AndersenPatch from Stefan Allius. Include CPU_CFLAGS when...
2002-11-05 Eric AndersenPatch from M. R. Brown to fix 'make defconfig'
2002-11-05 Eric AndersenExport TARGET_ARCH
2002-11-04 Manuel Novoa... Hit the highlights of glibc differences in my code...
2002-11-04 Manuel Novoa... Add printf wchar support for %lc (%C) and %ls (%S).
2002-11-04 Manuel Novoa... This fixes a broken build for me.
2002-11-04 Eric AndersenFixup so we use soft-float when HAS_FPU is disabled.
2002-11-04 Eric AndersenI dunno why there were align 5, but align 4 is much...
2002-11-04 Eric AndersenKill sysdep.h and fixup the SH asm to not use it.
2002-11-04 Eric AndersenDon't use ENTRY(), make the asm explicit
2002-11-04 Eric AndersenAdd link to search google's uclibc archive
2002-11-04 Eric AndersenOops. Fix compilation on arm.
2002-11-03 Eric AndersenA patch from Vincent Sanders to fix the arm implementat...
2002-11-03 Manuel Novoa... It was easy enough to respect locale-specific decimal...
2002-11-03 Manuel Novoa... Implement locale-specific grouping in printf for base...
2002-11-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-11-03 Eric AndersenAnother update to initfini.awk and initfini.c from...
2002-11-03 Eric AndersenProperly prefix some symbols
2002-11-03 Eric AndersenYet more config system updating.
2002-11-03 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to get rid of
2002-11-03 Eric AndersenPatch from "Cho, Seong-Myun" <smcho@xecurenexus.com...
2002-11-03 Eric AndersenUse "include_config" not "include-config"
2002-11-02 Eric Andersenkill some ancient stuff that appears to be lingering
2002-11-02 Eric AndersenDefault to SH4
2002-11-02 Eric Andersenupdate all the Config files for the various arches...
2002-11-02 Eric AndersenUpdate TODO items
2002-11-02 Eric AndersenA few cosmetic adjustments, and fixup the makefile...
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-11-01 Manuel Novoa... Fix a stupid bug.
2002-11-01 Manuel Novoa... Reworked setlocale() return values and locale arg proce...
2002-11-01 Manuel Novoa... Add a few more entries.
2002-11-01 Manuel Novoa... Work around glibc brain-damage regarding nl_langinfo...
2002-11-01 Eric AndersenFix udhcp link
2002-11-01 Eric AndersenDon't assume i386
2002-10-31 Eric AndersenMake it so arch specific stuff can be simpler. Initial...
2002-10-31 Eric AndersenOops. Kill generated binaries.
2002-10-31 Eric AndersenSkip the dependancy on .config for now
2002-10-31 Eric AndersenFix a lingering reference to Config
2002-10-31 Eric AndersenAllow 'make clean' on the test stuff to work with the...
2002-10-31 Eric AndersenDon't force gcc 3.2 on the world
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-31 Eric AndersenIgnore generated stuff
2002-10-31 Eric AndersenAdd a simple realloc test
2002-10-31 Eric AndersenFixup script to avoid potential spurious whining over...
2002-10-30 Eric AndersenUse '#ifdef __linux__' not '#ifdef linux'
2002-10-30 Eric AndersenUse a nifty macro to make testing gcc features simpler
2002-10-29 Manuel Novoa... Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.
2002-10-29 Eric AndersenFix a silly typo for Manuel
2002-10-29 Eric AndersenFor now, comment out the broken part
2002-10-29 Eric AndersenRemove my horrible SH hack infavor of this fix for...
2002-10-29 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com>:
2002-10-29 Eric AndersenAdd in a horrible hack that seems necessary for the...
2002-10-29 Manuel Novoa... Fix a problem in vasprintf (reported by vodz a while...
2002-10-28 Manuel Novoa... ANSI/ISO C99 requires assert() to write to stderr....
2002-10-28 Manuel Novoa... Allow timezone info to be specified in a file... /etc...
2002-10-28 Miles BaderDefine TOPDIR to be just `.' when invoking gen_bits_sys...
2002-10-28 Miles BaderAdd appropriate -I options so that any files included...
2002-10-25 Eric AndersenFixup depends
2002-10-25 Eric AndersenPut it back the way it was. Sigh.
2002-10-25 Eric AndersenSigh. Lets not use LD to link, or we lose the INTERP...
2002-10-25 Eric AndersenDoh. Add a missing #include to interp.c. I wonder...
2002-10-25 Eric AndersenOverwriting the crt1.o link is fine
2002-10-25 Eric AndersenBe nicer to gcc -- add a link for crt1.o
2002-10-25 Eric AndersenActually install libdl.a
2002-10-23 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com...
2002-10-23 Miles BaderMake `-nostdlib' and `-nodefaultlibs' work correctly.
2002-10-22 Eric AndersenWhen UNIX98PTY_ONLY was false, but Unix 98 ptys were...
2002-10-21 Eric AndersenUpdate freeswan entry, per success report from Arne...
2002-10-18 Eric AndersenThis patch, based on a patch from Stefan Allius, lets...
2002-10-18 Eric AndersenEcho mmu-less warning where appropriate
2002-10-18 Eric AndersenAdd in an initial list of the differences between glibc...
2002-10-18 Miles BaderDon't infinitely recurse when trying to grow __malloc_m...
2002-10-17 Eric AndersenAdd a test from Alex King <alex@morrison.king.net.nz...
2002-10-17 Eric AndersenFix malloc so it compiles and works when using pthreads
2002-10-16 Eric AndersenRemove -fuclibc-ctors
2002-10-16 Eric AndersenKill a warning. Patch from Joel Coltoff <joel@wmi...
2002-10-15 "Steven J.... Fixed 'dlopen' call for MIPS. Things seem to work swimi...
2002-10-15 Miles Bader(uClibc_config): Define __UCLIBC_UCLINUX_BROKEN_MUNMAP_...
2002-10-15 Miles BaderUse __heap_[un]lock instead of __malloc_[un]lock.
2002-10-15 Miles BaderGet rid of old malloc lock stuff.
2002-10-15 Miles BaderFix locking to not deadlock when __UCLIBC_UCLINUX_BROKE...
2002-10-14 Eric AndersenKill the now redundant initfini.pl
2002-10-14 Eric AndersenPatch from Christian MICHON <christian_michon@yahoo...
2002-10-13 Eric AndersenIt turns out that __thread is now a gcc keyword. We...
2002-10-09 Eric AndersenOctal to hex
2002-10-09 Eric AndersenSupport O_STREAMING
2002-10-09 Miles Bader* Add support for uClinux's broken munmap, contingent on
2002-10-08 "Steven J.... Implemented 'romfs' target so that uClibc works with...
2002-10-01 Eric AndersenPatch from Marshall M. Midden <m4@brecis.com> to fixup...
2002-10-01 Eric AndersenPatch from Stefan Allius <allius@atecom.com>:
2002-10-01 Eric AndersenPatch from Stefan Allius <allius@atecom.com>:
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-10-01 Eric AndersenSigh. OpenBSD used /usr/bin/{true|false}
next