svn commit: branches/uClibc-nptl: libc libc/signal libc/stdio libc/string etc...

sjhill at uclibc.org sjhill at uclibc.org
Fri Dec 2 01:51:37 UTC 2005


Author: sjhill
Date: 2005-12-01 17:50:58 -0800 (Thu, 01 Dec 2005)
New Revision: 12628

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libc/Makefile
   branches/uClibc-nptl/libc/signal/Makefile
   branches/uClibc-nptl/libc/signal/sigaction.c
   branches/uClibc-nptl/libc/signal/sigblock.c
   branches/uClibc-nptl/libc/signal/sigempty.c
   branches/uClibc-nptl/libc/signal/sigfillset.c
   branches/uClibc-nptl/libc/signal/sighold.c
   branches/uClibc-nptl/libc/signal/sigjmp.c
   branches/uClibc-nptl/libc/signal/sigpause.c
   branches/uClibc-nptl/libc/signal/sigrelse.c
   branches/uClibc-nptl/libc/signal/sigset.c
   branches/uClibc-nptl/libc/signal/sigsetmask.c
   branches/uClibc-nptl/libc/stdio/Makefile
   branches/uClibc-nptl/libc/stdio/Makefile.in
   branches/uClibc-nptl/libc/stdio/__fsetlocking.c
   branches/uClibc-nptl/libc/stdio/_cs_funcs.c
   branches/uClibc-nptl/libc/stdio/_fopen.c
   branches/uClibc-nptl/libc/stdio/_fpmaxtostr.c
   branches/uClibc-nptl/libc/stdio/_fwrite.c
   branches/uClibc-nptl/libc/stdio/_stdio.c
   branches/uClibc-nptl/libc/stdio/_stdio.h
   branches/uClibc-nptl/libc/stdio/_uintmaxtostr.c
   branches/uClibc-nptl/libc/stdio/_wfwrite.c
   branches/uClibc-nptl/libc/stdio/ctermid.c
   branches/uClibc-nptl/libc/stdio/fflush.c
   branches/uClibc-nptl/libc/stdio/fgetc.c
   branches/uClibc-nptl/libc/stdio/fgetpos.c
   branches/uClibc-nptl/libc/stdio/fgetpos64.c
   branches/uClibc-nptl/libc/stdio/fgets.c
   branches/uClibc-nptl/libc/stdio/fgetwc.c
   branches/uClibc-nptl/libc/stdio/fgetws.c
   branches/uClibc-nptl/libc/stdio/fileno.c
   branches/uClibc-nptl/libc/stdio/fmemopen.c
   branches/uClibc-nptl/libc/stdio/fopen64.c
   branches/uClibc-nptl/libc/stdio/fputc.c
   branches/uClibc-nptl/libc/stdio/fputs.c
   branches/uClibc-nptl/libc/stdio/fputwc.c
   branches/uClibc-nptl/libc/stdio/fputws.c
   branches/uClibc-nptl/libc/stdio/fread.c
   branches/uClibc-nptl/libc/stdio/freopen64.c
   branches/uClibc-nptl/libc/stdio/fseeko.c
   branches/uClibc-nptl/libc/stdio/fseeko64.c
   branches/uClibc-nptl/libc/stdio/fsetpos64.c
   branches/uClibc-nptl/libc/stdio/ftello.c
   branches/uClibc-nptl/libc/stdio/ftello64.c
   branches/uClibc-nptl/libc/stdio/fwrite.c
   branches/uClibc-nptl/libc/stdio/getchar.c
   branches/uClibc-nptl/libc/stdio/getdelim.c
   branches/uClibc-nptl/libc/stdio/getline.c
   branches/uClibc-nptl/libc/stdio/old_vfprintf.c
   branches/uClibc-nptl/libc/stdio/open_memstream.c
   branches/uClibc-nptl/libc/stdio/popen.c
   branches/uClibc-nptl/libc/stdio/puts.c
   branches/uClibc-nptl/libc/stdio/scanf.c
   branches/uClibc-nptl/libc/stdio/tempnam.c
   branches/uClibc-nptl/libc/stdio/tmpfile.c
   branches/uClibc-nptl/libc/stdio/tmpnam.c
   branches/uClibc-nptl/libc/stdio/vfprintf.c
   branches/uClibc-nptl/libc/string/Makefile
   branches/uClibc-nptl/libc/string/arm/Makefile
   branches/uClibc-nptl/libc/string/frv/Makefile
   branches/uClibc-nptl/libc/string/generic/
   branches/uClibc-nptl/libc/string/generic/Makefile
   branches/uClibc-nptl/libc/string/generic/bp-checks.h
   branches/uClibc-nptl/libc/string/generic/memmem.c
   branches/uClibc-nptl/libc/string/generic/memmove.c
   branches/uClibc-nptl/libc/string/generic/mempcpy.c
   branches/uClibc-nptl/libc/string/generic/strcspn.c
   branches/uClibc-nptl/libc/string/generic/strrchr.c
   branches/uClibc-nptl/libc/string/generic/strsep.c
   branches/uClibc-nptl/libc/string/generic/strtok_r.c
   branches/uClibc-nptl/libc/string/i386/
   branches/uClibc-nptl/libc/string/i386/Makefile
   branches/uClibc-nptl/libc/string/mempcpy.c
   branches/uClibc-nptl/libc/string/mips/
   branches/uClibc-nptl/libc/string/mips/Makefile
   branches/uClibc-nptl/libc/string/mips/sysdep.h
   branches/uClibc-nptl/libc/string/powerpc/
   branches/uClibc-nptl/libc/string/powerpc/Makefile
   branches/uClibc-nptl/libc/string/sh64/Makefile
   branches/uClibc-nptl/libc/string/sparc/Makefile
   branches/uClibc-nptl/libc/string/strdup.c
   branches/uClibc-nptl/libc/string/strtok_r.c
   branches/uClibc-nptl/libc/string/wcsdup.c
   branches/uClibc-nptl/libc/string/wcstok.c
   branches/uClibc-nptl/libc/string/wstring.c
   branches/uClibc-nptl/libc/string/x86_64/
   branches/uClibc-nptl/libc/string/x86_64/Makefile
   branches/uClibc-nptl/libc/sysdeps/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/arm/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/ioperm.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/bfin/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/__socketcall.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/utmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/utmpx.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/clock_getres.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/close.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/cmsg_nxthdr.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/creat64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/create_module.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/dl-osinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/getcwd.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getdents.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getdents64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getdirname.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getdnnm.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getdtablesize.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getgroups.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/gethstnm.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getpagesize.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getrlimit.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getrlimit64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/longjmp.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/open.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/open64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/poll.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/posix_fadvise.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/posix_fadvise64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/read.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setgroups.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setrlimit.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setrlimit64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ssp.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/syscalls.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/ulimit.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/write.c
   branches/uClibc-nptl/libc/sysdeps/linux/cris/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/cris/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/e1/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/e1/longjmp.c
   branches/uClibc-nptl/libc/sysdeps/linux/e1/setjmp.c
   branches/uClibc-nptl/libc/sysdeps/linux/frv/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/h8300/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/hppa/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/i386/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/i386/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/i386/sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/i960/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/clone.S
   branches/uClibc-nptl/libc/sysdeps/linux/microblaze/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/mips/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/kernel_types.h
   branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/nios/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/nios2/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh/longjmp.c
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/resource.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/shm.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/siginfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/signum.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/stat.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/termios.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/sys/procfs.h
   branches/uClibc-nptl/libc/sysdeps/linux/v850/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/x86_64/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/x86_64/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/x86_64/bits/wordsize.h
   branches/uClibc-nptl/libc/sysdeps/linux/x86_64/sigaction.c
   branches/uClibc-nptl/libc/termios/
   branches/uClibc-nptl/libc/termios/Makefile
   branches/uClibc-nptl/libc/termios/tcgetattr.c
   branches/uClibc-nptl/libc/termios/tcsetattr.c
   branches/uClibc-nptl/libc/termios/ttyname.c
   branches/uClibc-nptl/libc/unistd/
   branches/uClibc-nptl/libc/unistd/Makefile
   branches/uClibc-nptl/libc/unistd/confstr.c
   branches/uClibc-nptl/libc/unistd/daemon.c
   branches/uClibc-nptl/libc/unistd/exec.c
   branches/uClibc-nptl/libc/unistd/getlogin.c
   branches/uClibc-nptl/libc/unistd/getopt-susv3.c
   branches/uClibc-nptl/libc/unistd/getopt.c
   branches/uClibc-nptl/libc/unistd/getpass.c
   branches/uClibc-nptl/libc/unistd/getsubopt.c
   branches/uClibc-nptl/libc/unistd/sleep.c
   branches/uClibc-nptl/libc/unistd/sysconf.c
   branches/uClibc-nptl/libc/unistd/usershell.c
   branches/uClibc-nptl/test/Makefile
   branches/uClibc-nptl/test/Rules.mak


Changeset:

Sorry, the patch is too large to include (6016 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=12628



More information about the uClibc-cvs mailing list