OSDN Git Service

uclinux-h8/uclibc-ng.git
2001-07-25 Manuel Novoa... Fix small typo vodz reported.
2001-07-18 David SchleefFix the /lib link
2001-07-17 David SchleefBetter generation of control, fix up DESTDIR
2001-07-17 David SchleefFix typo.
2001-07-17 David SchleefChanges to build cross-compiling libraries
2001-07-17 David SchleefBetter rule for locating dynamic linker
2001-07-17 Eric Andersensearch_for_named_library forgot to wipe the target...
2001-07-17 Eric AndersenElimintate spurious trailing /
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-17 Eric AndersenFix missing function when USE_CACHE is enabled
2001-07-17 Eric AndersenOops. USE_CACHE was disabled and didn't compile when...
2001-07-17 Eric AndersenForgot this...
2001-07-17 Eric AndersenWe already have tar.h, so might as well include cpio...
2001-07-17 Eric AndersenSome cleanups needed for things to compile and work...
2001-07-16 Eric Andersenuse ln -fs
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-13 David Schleeffixperms needs the correct name for ld-uClibc
2001-07-13 David SchleefPowerPC has a different kernel interface for termios...
2001-07-13 David SchleefThe previous termios.h strongly appeared to be from...
2001-07-13 David SchleefAdd test for proper realloc() behavior.
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-12 Eric AndersenUse uClibc's ldd, not the system one which is probably...
2001-07-12 Eric AndersenAdd missing in_addr_t
2001-07-12 David SchleefAdded #ifdef DEBUG where appropriate.
2001-07-12 David SchleefFirst cut of PowerPC port. It works for hello world...
2001-07-12 David SchleefSmall fixups for powerpc
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-07-11 David McCulloughThe main part of the C++ support is the definition...
2001-07-11 David McCulloughThe weak_alias macro was not genertaing asm with the...
2001-07-11 David McCulloughFixup the atexit weak alias for elf, need to include...
2001-07-11 Eric AndersenSeems weak_alias wasn't working as expected...
2001-07-11 Eric Andersenldd rewrite is done
2001-07-11 Eric AndersenRewrite of ldd so it works as expected, and does not...
2001-07-10 Eric AndersenFix the code for finding the interpreter, which was...
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-07-09 Eric AndersenWorkaround an old m68k-coff compiler problem
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...
next