summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-11The main part of the C++ support is the definition of __BEGIN_DECLSDavid McCullough
2001-07-11The weak_alias macro was not genertaing asm with the correct alias names.David McCullough
2001-07-11Fixup the atexit weak alias for elf, need to include <features.h> toDavid McCullough
2001-07-11Seems weak_alias wasn't working as expected...Eric Andersen
2001-07-11ldd rewrite is doneEric Andersen
2001-07-11Rewrite of ldd so it works as expected, and does not invoke theEric Andersen
2001-07-10Fix the code for finding the interpreter, which was I hadEric Andersen
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-07-09Workaround an old m68k-coff compiler problemEric Andersen
2001-07-06This config seems to be basically correct for arm uClinux systems.Eric Andersen
2001-07-06Fix strxfrm, which was broken (thanks to Shaya Potter <spotter@us.ibm.com>Eric Andersen
2001-07-06Note missing shadow supportEric Andersen
2001-07-05Don't change options on based on path -- use command line options orEric Andersen
2001-07-05forkpty.c uses fork(), and so must be disabled when HAS_MMU=falseEric Andersen
2001-07-05Note that ldd needs a rewriteEric Andersen
2001-07-04Added stpcpy and strcasestr along with some code to test them.David McCullough
2001-07-04If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather thanDavid McCullough
2001-07-04Make shared library installation conditionalDavid Schleef
2001-07-04Install a link for /lib/ld-uclibc.so.0David Schleef
2001-07-04Fix missing libresolv.soEric Andersen
2001-07-04The prototype Config file for x86 was changed to Config.i386David Schleef
2001-07-04Renamed as extra/Configs/Config.i386Eric Andersen
2001-07-04*** empty log message ***David Schleef
2001-07-03Finish up merging the arm port into the main tree.Eric Andersen
2001-07-03Merge the arm port into the main tree. The final version (the one thatEric Andersen
2001-07-03Merge arm support into the mainstream. This change is prettyEric Andersen
2001-07-03Scrub a couple of intsEric Andersen
2001-07-03Oops.Eric Andersen
2001-07-03ignore generated stuffEric Andersen
2001-07-03Scrub up the tests a bit, and force everybody to use theEric Andersen
2001-07-03Allow the shared lib loader to fallback on the builddir if everythingEric Andersen
2001-07-03Force our child libs to link vs libcEric Andersen
2001-07-03remove bits/syscall.h when cleaningDavid Schleef
2001-07-03Autogen include/bits/syscall.h for ARMEric Andersen
2001-07-03Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen
2001-07-03Get rid of warning messages and spurious diffsDavid Schleef
2001-07-03Debian package building scriptsDavid Schleef
2001-07-03Need to include sys/syscall.h because of other changesDavid Schleef
2001-07-03It is now autogeneratedDavid Schleef
2001-07-03Fix to autogen bits/syscall.h, like i386David Schleef
2001-07-02Fix a silly typoEric Andersen
2001-07-01Changed dependencies of gcc-uClibc.h to ../../Config instead of cleanDavid Schleef
2001-07-01Added additional cleaningDavid Schleef
2001-07-01These zero-length files apparently weren't deleted from cvs.Manuel Novoa III
2001-06-30Add syscalls.h for ARMEric Andersen
2001-06-29Add a dlopen testEric Andersen
2001-06-29Fix a missing include in des.c and add configurability of loop unrollingManuel Novoa III
2001-06-28I missed an item when reentrantifying des.c, reuse a smallerEric Andersen
2001-06-28Oops. I forgot to check this in...Eric Andersen
2001-06-28Replace the crypt implementation with one based on crypt(3) from minix,Eric Andersen