summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-25Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen
2002-10-25Overwriting the crt1.o link is fineEric Andersen
2002-10-25Be nicer to gcc -- add a link for crt1.oEric Andersen
2002-10-25Actually install libdl.aEric Andersen
2002-10-23A patch from Arne Jonsson <arne.jonsson@i3micro.com> to allowEric Andersen
2002-10-23Make `-nostdlib' and `-nodefaultlibs' work correctly.Miles Bader
2002-10-22When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working andEric Andersen
2002-10-21Update freeswan entry, per success report from Arne BerninEric Andersen
2002-10-18This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen
2002-10-18Echo mmu-less warning where appropriateEric Andersen
2002-10-18Add in an initial list of the differences between glibc and uClibc.Eric Andersen
2002-10-18Don't infinitely recurse when trying to grow __malloc_mmb_heap.Miles Bader
2002-10-17Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen
2002-10-17Fix malloc so it compiles and works when using pthreadsEric Andersen
2002-10-16Remove -fuclibc-ctorsEric Andersen
2002-10-16Kill a warning. Patch from Joel Coltoff <joel@wmi.com>Eric Andersen
2002-10-15Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo!"Steven J. Hill"
2002-10-15(uClibc_config): Define __UCLIBC_UCLINUX_BROKEN_MUNMAP__ for MMU-less systems.Miles Bader
2002-10-15Use __heap_[un]lock instead of __malloc_[un]lock.Miles Bader
2002-10-15Get rid of old malloc lock stuff.Miles Bader
2002-10-15Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined.Miles Bader
2002-10-14Kill the now redundant initfini.plEric Andersen
2002-10-14Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen
2002-10-13It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen
2002-10-09Octal to hexEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-10-09* Add support for uClinux's broken munmap, contingent onMiles Bader
2002-10-08Implemented 'romfs' target so that uClibc works with building uClinux."Steven J. Hill"
2002-10-01Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 forEric Andersen
2002-10-01Patch from Stefan Allius <allius@atecom.com>:Eric Andersen
2002-10-01Patch from Stefan Allius <allius@atecom.com>:Eric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-10-01Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen
2002-09-26Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-09-26A few additionsEric Andersen
2002-09-26A bug fix from Alexey V. Neyman:Eric Andersen
2002-09-23Cosmetic cleanup.Tobias Anderberg
2002-09-23Removed redundant code. Same thing exist in sys/syscalls.h so include thatTobias Anderberg
2002-09-20Build libpthread now that the CRIS as support for it!Tobias Anderberg
2002-09-20* Added clone() system call.Tobias Anderberg
2002-09-20Added pthread support for CRIS.Tobias Anderberg
2002-09-20Removed unused fileTobias Anderberg
2002-09-19Add gnu obstack support. I still need to implement the obstack_printfManuel Novoa III
2002-09-19Add SUSv3 function getsubopt.Manuel Novoa III
2002-09-19Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III
2002-09-19* Changed paramater names to match their register, i.e. __a -> __r10.Tobias Anderberg
2002-09-17Fixup thread support for the 5200/5307 coldfire platforms.David McCullough
2002-09-17Add in clone and make the assembler PIC/msep-data friendly.David McCullough
2002-09-17Fixup JMPBUF_UNWINDS so that is will compile if used :-)David McCullough
2002-09-17Fix a memory corruption bug.David McCullough