OSDN Git Service

uclinux-h8/uClibc.git
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}
2002-09-26 Eric AndersenReplace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
2002-09-26 Eric AndersenA few additions
2002-09-26 Eric AndersenA bug fix from Alexey V. Neyman:
2002-09-23 Tobias AnderbergCosmetic cleanup.
2002-09-23 Tobias AnderbergRemoved redundant code. Same thing exist in sys/syscall...
2002-09-20 Tobias AnderbergBuild libpthread now that the CRIS as support for it!
2002-09-20 Tobias Anderberg* Added clone() system call.
2002-09-20 Tobias AnderbergAdded pthread support for CRIS.
2002-09-20 Tobias AnderbergRemoved unused file
2002-09-19 Manuel Novoa... Add gnu obstack support. I still need to implement...
2002-09-19 Manuel Novoa... Add SUSv3 function getsubopt.
2002-09-19 Manuel Novoa... Hide my personal #warning reminders. Add __wcschrnul...
2002-09-19 Tobias Anderberg* Changed paramater names to match their register,...
2002-09-17 David McCulloughFixup thread support for the 5200/5307 coldfire platforms.
2002-09-17 David McCulloughAdd in clone and make the assembler PIC/msep-data friendly.
2002-09-17 David McCulloughFixup JMPBUF_UNWINDS so that is will compile if used :-)
2002-09-17 David McCulloughFix a memory corruption bug.
2002-09-16 Eric AndersenAdd url
2002-09-16 Eric AndersenUpdate index
2002-09-16 Eric AndersenUse __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide if
2002-09-16 Tobias Anderberg* Added semi-support for version scripts. If sysdeps...
2002-09-16 Tobias Anderberg* Updated for the CRIS port.
2002-09-16 Tobias AnderbergConfiguration for the CRIS port.
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-09-16 Tobias AnderbergInitial version of the dynamic linker code for the...
2002-09-16 Tobias AnderbergAdded cris to ALL_SUBDIRS
2002-09-16 Tobias AnderbergInitial version of the CRIS port.
2002-09-16 Eric AndersenFix stupid typo noticed by John Mullin <john.mullin...
2002-09-14 Eric AndersenFix a thinko -- I used the wrong symbol to check for...
2002-09-13 Miles Bader(__heap_check_failure): New function.
2002-09-12 Tobias AnderbergSupport LD_DEBUG=all
2002-09-12 Eric AndersenSome minor C++ support updates
2002-09-12 Eric AndersenAdd missing _dl_dprintf arguments, as noticed by Tero...
2002-09-11 "Steven J.... Forgot one more #ifdef related to MIPS soft floating...
2002-09-10 Eric AndersenDon't run floating point opcodes when code is compiled...
2002-09-10 "Steven J.... Don't unconditionally save/restore FP registers, we...
2002-09-10 Eric AndersenFix some locking problems noted by Manuel. __getgrent...
2002-09-10 Eric AndersenPatch from Tiago Marques <tmarques@viaconnect.inf.br...
2002-09-10 Eric AndersenAs noted by Bill Huang <billhuang@redsonic.com>, the...
2002-09-09 Manuel Novoa... Remove malloc_simple from subdir list.
2002-09-09 Manuel Novoa... Clean up a warning.
2002-09-09 "Steven J.... Fixed compile bugs having to do with 64-bit filesystem...
2002-09-09 Eric AndersenFixup multi-line string
next