svn commit: branches/uClibc-nptl/libc/sysdeps/linux/common: bits

sjhill at uclibc.org sjhill at uclibc.org
Tue Feb 28 03:18:40 UTC 2006


Author: sjhill
Date: 2006-02-27 19:18:23 -0800 (Mon, 27 Feb 2006)
New Revision: 14342

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/common/__socketcall.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/__syscall_ipc.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/__syscall_rt_sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/__syscall_sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/access.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/acct.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/alarm.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/bdflush.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/endian.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/getopt.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/posix_opt.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/statfs.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/termios.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/wordsize.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/capget.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/capset.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/chdir.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/chmod.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/chown.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/chroot.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/clock_getres.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/clock_gettime.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/clock_settime.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/delete_module.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/dl-osinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/dup.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/dup2.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/execve.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fchdir.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fchmod.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fdatasync.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/flock.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fork.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fstat.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fstat64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fstatfs.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/fsync.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ftruncate.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ftruncate64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/get_kernel_syms.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/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/getegid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getgid.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/getitimer.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getpagesize.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getpgid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getpid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getppid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getpriority.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getresgid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getresuid.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/getrusage.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/getsid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/gettimeofday.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/init_module.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ioctl.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ioperm.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/iopl.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/kill.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/klogctl.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/lchown.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/link.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/llseek.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/longjmp.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/lseek.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/lstat.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/lstat64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/madvise.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mincore.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mkdir.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mkfifo.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mknod.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mlock.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mlockall.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mmap.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mmap64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/modify_ldt.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mount.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mprotect.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/mremap.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/msync.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/munlock.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/munlockall.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/munmap.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/nanosleep.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/nice.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/noophooks.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/open.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/pause.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/personality.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/pipe.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/pivot_root.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/pread_write.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ptrace.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/query_module.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/quotactl.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/read.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/readlink.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/reboot.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/rename.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/rmdir.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sbrk.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_get_priority_max.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_get_priority_min.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_getparam.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_getscheduler.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_rr_get_interval.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_setparam.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_setscheduler.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sched_yield.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/select.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sendfile.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sendfile64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setdomainname.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setegid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/seteuid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setfsgid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setfsuid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setgid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setgroups.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sethostname.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setitimer.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setpgid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setpgrp.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setpriority.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setregid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setresgid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setresuid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setreuid.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/setsid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/settimeofday.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/setuid.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sigaltstack.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sigpending.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/stat.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/stat64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/statfs.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/stime.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/swapoff.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/swapon.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/symlink.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sync.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/syscalls.h
   branches/uClibc-nptl/libc/sysdeps/linux/common/sysctl.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sysfs.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/sysinfo.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/time.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/times.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/truncate.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/truncate64.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ulimit.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/umask.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/umount.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/umount2.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/uname.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/unlink.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/uselib.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/ustat.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/utime.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/utimes.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/vfork.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/vhangup.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/wait3.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/wait4.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/write.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/xattr.c
   branches/uClibc-nptl/libc/sysdeps/linux/common/xstatconv.c


Changeset:

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

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



More information about the uClibc-cvs mailing list