summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Workaround an old m68k-coff compiler problemEric Andersen2001-07-091-0/+2
* This config seems to be basically correct for arm uClinux systems.Eric Andersen2001-07-061-0/+156
* Fix strxfrm, which was broken (thanks to Shaya Potter <spotter@us.ibm.com>Eric Andersen2001-07-061-2/+4
* Note missing shadow supportEric Andersen2001-07-061-0/+1
* Don't change options on based on path -- use command line options orEric Andersen2001-07-051-2/+2
* forkpty.c uses fork(), and so must be disabled when HAS_MMU=falseEric Andersen2001-07-051-1/+4
* Note that ldd needs a rewriteEric Andersen2001-07-051-0/+4
* Added stpcpy and strcasestr along with some code to test them.David McCullough2001-07-045-11/+114
* If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather thanDavid McCullough2001-07-041-1/+5
* Make shared library installation conditionalDavid Schleef2001-07-041-1/+9
* Install a link for /lib/ld-uclibc.so.0David Schleef2001-07-041-0/+4
* Fix missing libresolv.soEric Andersen2001-07-041-0/+1
* The prototype Config file for x86 was changed to Config.i386David Schleef2001-07-041-1/+1
* Renamed as extra/Configs/Config.i386Eric Andersen2001-07-041-157/+0
* *** empty log message ***David Schleef2001-07-045-60/+20
* Finish up merging the arm port into the main tree.Eric Andersen2001-07-0311-69/+182
* Merge the arm port into the main tree. The final version (the one thatEric Andersen2001-07-038-0/+1147
* Merge arm support into the mainstream. This change is prettyEric Andersen2001-07-032-16/+26
* Scrub a couple of intsEric Andersen2001-07-031-2/+3
* Oops.Eric Andersen2001-07-032-2/+1
* ignore generated stuffEric Andersen2001-07-031-0/+2
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-0318-115/+120
* Allow the shared lib loader to fallback on the builddir if everythingEric Andersen2001-07-036-2/+34
* Force our child libs to link vs libcEric Andersen2001-07-035-5/+5
* remove bits/syscall.h when cleaningDavid Schleef2001-07-031-0/+1
* Autogen include/bits/syscall.h for ARMEric Andersen2001-07-033-197/+2
* Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen2001-07-031-1/+1
* Get rid of warning messages and spurious diffsDavid Schleef2001-07-031-0/+1
* Debian package building scriptsDavid Schleef2001-07-0314-0/+413
* Need to include sys/syscall.h because of other changesDavid Schleef2001-07-031-0/+1
* It is now autogeneratedDavid Schleef2001-07-031-196/+0
* Fix to autogen bits/syscall.h, like i386David Schleef2001-07-031-1/+2
* Fix a silly typoEric Andersen2001-07-021-1/+1
* Changed dependencies of gcc-uClibc.h to ../../Config instead of cleanDavid Schleef2001-07-011-1/+1
* Added additional cleaningDavid Schleef2001-07-011-0/+3
* These zero-length files apparently weren't deleted from cvs.Manuel Novoa III2001-07-012-0/+0
* Add syscalls.h for ARMEric Andersen2001-06-301-0/+119
* Add a dlopen testEric Andersen2001-06-293-0/+66
* Fix a missing include in des.c and add configurability of loop unrollingManuel Novoa III2001-06-292-56/+220
* I missed an item when reentrantifying des.c, reuse a smallerEric Andersen2001-06-283-22/+16
* Oops. I forgot to check this in...Eric Andersen2001-06-281-16/+7
* Replace the crypt implementation with one based on crypt(3) from minix,Eric Andersen2001-06-281-289/+327
* Optimized for size over speed to (substantially) reduce generated code size.Manuel Novoa III2001-06-281-112/+111
* Changes for new auto-generated syscall.hDavid McCullough2001-06-283-199/+4
* Changes to support autogenerated syscall.hDavid McCullough2001-06-283-227/+2
* sysdep.h was not providing all the needed bits to build working asm withDavid McCullough2001-06-283-35/+12
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-2811-456/+117
* the minimum needed for nowDavid McCullough2001-06-271-0/+4
* Added this guy, nothing needed here really.David McCullough2001-06-271-0/+8
* Cleanup to not use kernel headers at all.Eric Andersen2001-06-2716-73/+391