svn commit: branches/uClibc-nptl/libc/sysdeps/linux: alpha alpha/bits alpha/sys arm arm/bits etc...

carmelo at uclibc.org carmelo at uclibc.org
Wed Jun 18 16:59:34 UTC 2008


Author: carmelo
Date: 2008-06-18 09:59:33 -0700 (Wed, 18 Jun 2008)
New Revision: 22436

Log:
Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with trunk

Added:
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/__syscall_rt_sigaction.S
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/ioctls.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/typesizes.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/pipe.S
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/sigprocmask.c
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/sys/acct.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/sys/regdef.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/arm_asm.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/shm.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/posix_fadvise.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/posix_fadvise64.c
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/sysdep.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/fenv.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/Makefile.arch
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/__longjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/bits/stackinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/crt1.S
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/sys/procfs.h

Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/Makefile.arch
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/atomic.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/kernel_sigaction.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/mathinline.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/sigcontextinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/clone.S
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/crt1.S
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/divrem.h
   branches/uClibc-nptl/libc/sysdeps/linux/alpha/syscall.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/Makefile.arch
   branches/uClibc-nptl/libc/sysdeps/linux/arm/__longjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/aeabi_memclr.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/aeabi_memcpy.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/aeabi_memmove.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/aeabi_memset.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/kernel_stat.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/syscalls.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bsd-_setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bsd-setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/clone.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/crt1.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/crti.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/crtn.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/ioperm.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/mmap.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/mmap64.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/arm/sigrestorer.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/syscall-eabi.S
   branches/uClibc-nptl/libc/sysdeps/linux/arm/vfork.S
   branches/uClibc-nptl/libc/sysdeps/linux/e1/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/e1/bits/fenvinline.h
   branches/uClibc-nptl/libc/sysdeps/linux/e1/bits/uClibc_arch_features.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/i960/README
   branches/uClibc-nptl/libc/sysdeps/linux/i960/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/i960/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/__syscall_error.c
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/bits/mathinline.h
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/brk.c
   branches/uClibc-nptl/libc/sysdeps/linux/m68k/fpu_control.h
   branches/uClibc-nptl/libc/sysdeps/linux/microblaze/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/microblaze/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/microblaze/clone.c
   branches/uClibc-nptl/libc/sysdeps/linux/microblaze/syscall.c
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/Makefile.arch
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/__longjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/atomic.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/fenv.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/fenvinline.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/mathdef.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/mathinline.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/syscalls.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/crt1.S
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/crti.S
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/crtn.S
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/fpu_control.h
   branches/uClibc-nptl/libc/sysdeps/linux/powerpc/setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/sh64/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/vax/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h


Changeset:

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

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



More information about the uClibc-cvs mailing list