svn commit: branches/uClibc-nptl: extra/Configs ldso ldso/ldso ldso/libdl etc...

sjhill at uclibc.org sjhill at uclibc.org
Fri Nov 18 03:15:12 UTC 2005


Author: sjhill
Date: 2005-11-17 19:14:53 -0800 (Thu, 17 Nov 2005)
New Revision: 12398

Log:
Massive merge from trunk.


Modified:
   branches/uClibc-nptl/Makefile.in
   branches/uClibc-nptl/Makerules
   branches/uClibc-nptl/extra/Configs/Config.alpha
   branches/uClibc-nptl/extra/Configs/Config.x86_64
   branches/uClibc-nptl/ldso/Makefile.in
   branches/uClibc-nptl/ldso/ldso/Makefile.in
   branches/uClibc-nptl/ldso/libdl/Makefile.in
   branches/uClibc-nptl/libc/Makefile.in
   branches/uClibc-nptl/libc/inet/rpc/getrpcent.c
   branches/uClibc-nptl/libc/inet/rpc/rexec.c
   branches/uClibc-nptl/libc/inet/rpc/sa_len.c
   branches/uClibc-nptl/libc/misc/dirent/dirstream.h
   branches/uClibc-nptl/libc/misc/glob/glob.c
   branches/uClibc-nptl/libc/misc/internals/Makefile.in
   branches/uClibc-nptl/libc/misc/pthread/no-tsd.c
   branches/uClibc-nptl/libc/misc/pthread/weaks.c
   branches/uClibc-nptl/libc/misc/syslog/syslog.c
   branches/uClibc-nptl/libc/misc/sysvipc/ipc.h
   branches/uClibc-nptl/libc/misc/time/time.c
   branches/uClibc-nptl/libc/misc/ttyent/getttyent.c
   branches/uClibc-nptl/libc/signal/killpg.c
   branches/uClibc-nptl/libc/signal/raise.c
   branches/uClibc-nptl/libc/signal/sigaction.c
   branches/uClibc-nptl/libc/signal/sigaddset.c
   branches/uClibc-nptl/libc/signal/sigandset.c
   branches/uClibc-nptl/libc/signal/sigblock.c
   branches/uClibc-nptl/libc/signal/sigdelset.c
   branches/uClibc-nptl/libc/signal/sigempty.c
   branches/uClibc-nptl/libc/signal/sigfillset.c
   branches/uClibc-nptl/libc/signal/siggetmask.c
   branches/uClibc-nptl/libc/signal/sighold.c
   branches/uClibc-nptl/libc/signal/sigignore.c
   branches/uClibc-nptl/libc/signal/sigintr.c
   branches/uClibc-nptl/libc/signal/sigisempty.c
   branches/uClibc-nptl/libc/signal/sigismem.c
   branches/uClibc-nptl/libc/signal/signal.c
   branches/uClibc-nptl/libc/signal/sigorset.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/signal/sigsetops.h
   branches/uClibc-nptl/libc/signal/sigwait.c
   branches/uClibc-nptl/libc/signal/sysv_signal.c
   branches/uClibc-nptl/libc/stdio/_READ.c
   branches/uClibc-nptl/libc/stdio/_WRITE.c
   branches/uClibc-nptl/libc/stdio/_adjust_pos.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/_load_inttype.c
   branches/uClibc-nptl/libc/stdio/_rfill.c
   branches/uClibc-nptl/libc/stdio/_stdio.h
   branches/uClibc-nptl/libc/stdio/_store_inttype.c
   branches/uClibc-nptl/libc/stdio/_trans2r.c
   branches/uClibc-nptl/libc/stdio/_trans2w.c
   branches/uClibc-nptl/libc/stdio/_wcommit.c
   branches/uClibc-nptl/libc/stdio/old_vfprintf.c
   branches/uClibc-nptl/libc/stdio/scanf.c
   branches/uClibc-nptl/libc/stdio/vfprintf.c
   branches/uClibc-nptl/libc/stdlib/abort.c
   branches/uClibc-nptl/libc/string/generic/memchr.c
   branches/uClibc-nptl/libc/string/generic/memcmp.c
   branches/uClibc-nptl/libc/string/generic/memcpy.c
   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/memrchr.c
   branches/uClibc-nptl/libc/string/generic/memset.c
   branches/uClibc-nptl/libc/string/generic/rawmemchr.c
   branches/uClibc-nptl/libc/string/generic/strcat.c
   branches/uClibc-nptl/libc/string/generic/strchr.c
   branches/uClibc-nptl/libc/string/generic/strchrnul.c
   branches/uClibc-nptl/libc/string/generic/strcmp.c
   branches/uClibc-nptl/libc/string/generic/strcpy.c
   branches/uClibc-nptl/libc/string/generic/strcspn.c
   branches/uClibc-nptl/libc/string/generic/strlen.c
   branches/uClibc-nptl/libc/string/generic/strncat.c
   branches/uClibc-nptl/libc/string/generic/strncmp.c
   branches/uClibc-nptl/libc/string/generic/strncpy.c
   branches/uClibc-nptl/libc/string/generic/strnlen.c
   branches/uClibc-nptl/libc/string/generic/strrchr.c
   branches/uClibc-nptl/libc/string/generic/strsep.c
   branches/uClibc-nptl/libc/string/generic/strspn.c
   branches/uClibc-nptl/libc/string/generic/strstr.c
   branches/uClibc-nptl/libc/string/generic/strtok_r.c
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/bfin/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/__syscall_fcntl.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/__syscall_fcntl64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/_exit.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/byteswap.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/confname.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/environments.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/getopt.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/in.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/ioctls.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/kernel_stat.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/local_lim.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/msq.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/posix_opt.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/resource.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/sigthread.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/socket.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/statvfs.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/termios.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/types.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_ctype.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_locale.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_page.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_pthread.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_stdio.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_touplow.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_uwchar.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_va_copy.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/waitflags.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/dl-osinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/fork.c
   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/getpgrp.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/open64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ssp-local.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ssp.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/wait4.c
   branches/uClibc-nptl/libc/sysdeps/linux/cris/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/e1/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/frv/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/h8300/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/i386/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/i960/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/microblaze/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/nios/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/nios2/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/sparc/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/v850/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/x86_64/bits/setjmp.h
   branches/uClibc-nptl/libcrypt/Makefile.in
   branches/uClibc-nptl/libintl/Makefile.in
   branches/uClibc-nptl/libm/Makefile
   branches/uClibc-nptl/libm/Makefile.in
   branches/uClibc-nptl/libnsl/Makefile.in
   branches/uClibc-nptl/libpthread/Makefile.in
   branches/uClibc-nptl/libpthread/linuxthreads.old/Makefile.in
   branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch
   branches/uClibc-nptl/libresolv/Makefile.in
   branches/uClibc-nptl/librt/Makefile.in
   branches/uClibc-nptl/libutil/Makefile.in
   branches/uClibc-nptl/utils/Makefile


Changeset:

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

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



More information about the uClibc-cvs mailing list