OSDN Git Service

uclinux-h8/uclibc-ng.git
2001-07-06 Eric AndersenThis config seems to be basically correct for arm uClin...
2001-07-06 Eric AndersenFix strxfrm, which was broken (thanks to Shaya Potter...
2001-07-06 Eric AndersenNote missing shadow support
2001-07-05 Eric AndersenDon't change options on based on path -- use command...
2001-07-05 Eric Andersenforkpty.c uses fork(), and so must be disabled when...
2001-07-05 Eric AndersenNote that ldd needs a rewrite
2001-07-04 David McCulloughAdded stpcpy and strcasestr along with some code to...
2001-07-04 David McCulloughIf HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu...
2001-07-04 David SchleefMake shared library installation conditional
2001-07-04 David SchleefInstall a link for /lib/ld-uclibc.so.0
2001-07-04 Eric AndersenFix missing libresolv.so
2001-07-04 David SchleefThe prototype Config file for x86 was changed to Config...
2001-07-04 Eric AndersenRenamed as extra/Configs/Config.i386
2001-07-04 David Schleef*** empty log message ***
2001-07-03 Eric AndersenFinish up merging the arm port into the main tree.
2001-07-03 Eric AndersenMerge the arm port into the main tree. The final versi...
2001-07-03 Eric AndersenMerge arm support into the mainstream. This change...
2001-07-03 Eric AndersenScrub a couple of ints
2001-07-03 Eric AndersenOops.
2001-07-03 Eric Andersenignore generated stuff
2001-07-03 Eric AndersenScrub up the tests a bit, and force everybody to use the
2001-07-03 Eric AndersenAllow the shared lib loader to fallback on the builddir...
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-07-03 David Schleefremove bits/syscall.h when cleaning
2001-07-03 Eric AndersenAutogen include/bits/syscall.h for ARM
2001-07-03 Eric AndersenJust take whatever the kernel headers gave us, spaces...
2001-07-03 David SchleefGet rid of warning messages and spurious diffs
2001-07-03 David SchleefDebian package building scripts
2001-07-03 David SchleefNeed to include sys/syscall.h because of other changes
2001-07-03 David SchleefIt is now autogenerated
2001-07-03 David SchleefFix to autogen bits/syscall.h, like i386
2001-07-02 Eric AndersenFix a silly typo
2001-07-01 David SchleefChanged dependencies of gcc-uClibc.h to ../../Config...
2001-07-01 David SchleefAdded additional cleaning
2001-07-01 Manuel Novoa... These zero-length files apparently weren't deleted...
2001-06-30 Eric AndersenAdd syscalls.h for ARM
2001-06-29 Eric AndersenAdd a dlopen test
2001-06-29 Manuel Novoa... Fix a missing include in des.c and add configurability...
2001-06-28 Eric AndersenI missed an item when reentrantifying des.c, reuse...
2001-06-28 Eric AndersenOops. I forgot to check this in...
2001-06-28 Eric AndersenReplace the crypt implementation with one based on...
2001-06-28 Manuel Novoa... Optimized for size over speed to (substantially) reduce...
2001-06-28 David McCulloughChanges for new auto-generated syscall.h
2001-06-28 David McCulloughChanges to support autogenerated syscall.h
2001-06-28 David McCulloughsysdep.h was not providing all the needed bits to build...
2001-06-28 Manuel Novoa... Added a script to create bits/syscall.h for each arch.
2001-06-27 David McCulloughthe minimum needed for now
2001-06-27 David McCulloughAdded this guy, nothing needed here really.
2001-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-27 Eric AndersenCleanup and don't require LIBC to be defined for the...
2001-06-27 Manuel Novoa... Remove nonstandard functions.
2001-06-27 Manuel Novoa... Remove obsolete files tell.c and getdents.c
2001-06-27 Eric AndersenStub out an initial version. Manuel will be writing
2001-06-27 Eric AndersenDon't even threaten to include asm/* stuff
2001-06-27 Eric AndersenDon't include asm/unistd.h
2001-06-27 Eric AndersenStep one in a process to ween ourselves off of using...
2001-06-27 Manuel Novoa... Fix syntax error in comment.
2001-06-27 Manuel Novoa... Make these PIC and _LIBC_REENTRANT compatible.
2001-06-27 Manuel Novoa... For now, we need to explicitly make clean in libc/unist...
2001-06-27 Manuel Novoa... Yes... I forgot to update bits/dirent.h for the other...
2001-06-26 Manuel Novoa... ANSI/ISO specifies that no library function sets errno...
2001-06-26 Eric AndersenLooks like we lost clearing errno
2001-06-26 David SchleefChange to allow compiling against unconfigured kernels...
2001-06-25 Manuel Novoa... Note need to fix scandir.c's dynamic memory handling.
2001-06-25 Manuel Novoa... Remove simulated d_type support for getdents and the...
2001-06-25 Eric AndersenAdd in missing syscalls.h for powerpc
2001-06-25 David McCulloughFixed vfork so the child doesn't trash the parents...
2001-06-23 Eric AndersenMake PIC a config option
2001-06-23 Eric AndersenThis adds in support for PIC on x86. Unfortunately...
2001-06-21 Eric AndersenPatch from Shane Nay, who noticed that these were not...
2001-06-19 Manuel Novoa... Oops... forgot to remove rint.c from the makefile.
2001-06-19 Manuel Novoa... Remove Erik's broken implementation of rint(). Replace...
2001-06-19 Eric AndersenAdd in "HAVE_SHARED" so shared libs build or not as...
2001-06-19 Eric AndersenThis was violating policy and using a kernel header...
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-18 Eric AndersenI went nuts and wrote a generic rint implementation...
2001-06-17 Manuel Novoa... Update TODO file.
2001-06-17 Manuel Novoa... Add the in* and out* functions for i386. Note: the...
2001-06-15 Eric AndersenA few build updates
2001-06-15 Eric AndersenThese are needed for powerpc to compile
2001-06-15 Eric AndersenNote missing struct _res in resolv.h
2001-06-15 Eric AndersenMake some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE...
2001-06-15 Eric AndersenNow that our compiler wrapper is up to it, we can now...
2001-06-15 Eric AndersenMake strrchr not call other string functions. Hopefully
2001-06-15 Eric AndersenI am very proud of myself. I managed to write a workin...
2001-06-15 Eric AndersenAdd in (stub out really) __libc_current_sigrtmin, and
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-15 Eric AndersenMake all the uClibc tests use the --uclibc-use-build...
2001-06-14 Eric AndersenSome silly grammar stuff
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-06-13 Eric AndersenFix a really stupid bug with ttyname, thanks to a patch...
2001-06-13 Eric AndersenDon't create a fake readelf app. We are creating a...
2001-06-13 Eric AndersenDefault to something like a strongArm, (i.e. has an...
2001-06-13 Eric AndersenA few new todo items
2001-06-13 Manuel Novoa... Fix printf so that %p outputs "(nil)" for (void *)...
2001-06-13 David SchleefAdd warning message if Config doesn't exist
2001-06-13 Manuel Novoa... Fix printf handling of %p to prepend "0x" since output...
2001-06-13 Eric AndersenUse sys/mman.h not asm/mman.h -- we don't want kernel...
2001-06-12 Eric AndersenSome sparc updates from Stanley <ngstanley@cwc.nus...
2001-06-12 Eric AndersenMake sure these use the local sysdep.h header file
next