summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-14 19:45:02 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-14 19:45:02 +0000
commit6f7dc709ed7e403af224b0fbb91e9619629eb2ec (patch)
tree349296ed6e3d73f390409bf96fa4269d1ac20ec7 /libc/sysdeps
parent2d997660372123ab6ac1ee519b22fe015eaa787b (diff)
make DODEBUG=y happy, update sysdeps/common/* copyright
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/alpha/sysdep.c24
-rw-r--r--libc/sysdeps/linux/arm/__syscall_error.c23
-rw-r--r--libc/sysdeps/linux/arm/brk.c2
-rw-r--r--libc/sysdeps/linux/arm/ioperm.c3
-rw-r--r--libc/sysdeps/linux/bfin/brk.c3
-rw-r--r--libc/sysdeps/linux/bfin/clone.c6
-rw-r--r--libc/sysdeps/linux/bfin/syscall.c16
-rw-r--r--libc/sysdeps/linux/bfin/vfork.S9
-rw-r--r--libc/sysdeps/linux/common/__rt_sigtimedwait.c10
-rw-r--r--libc/sysdeps/linux/common/__socketcall.c4
-rw-r--r--libc/sysdeps/linux/common/__syscall_fcntl.c6
-rw-r--r--libc/sysdeps/linux/common/__syscall_fcntl64.c6
-rw-r--r--libc/sysdeps/linux/common/__syscall_ipc.c4
-rw-r--r--libc/sysdeps/linux/common/__syscall_rt_sigaction.c5
-rw-r--r--libc/sysdeps/linux/common/__syscall_sigaction.c4
-rw-r--r--libc/sysdeps/linux/common/_exit.c21
-rw-r--r--libc/sysdeps/linux/common/access.c4
-rw-r--r--libc/sysdeps/linux/common/acct.c4
-rw-r--r--libc/sysdeps/linux/common/adjtimex.c7
-rw-r--r--libc/sysdeps/linux/common/alarm.c8
-rw-r--r--libc/sysdeps/linux/common/bdflush.c4
-rw-r--r--libc/sysdeps/linux/common/capget.c10
-rw-r--r--libc/sysdeps/linux/common/capset.c10
-rw-r--r--libc/sysdeps/linux/common/chdir.c8
-rw-r--r--libc/sysdeps/linux/common/chmod.c7
-rw-r--r--libc/sysdeps/linux/common/chown.c4
-rw-r--r--libc/sysdeps/linux/common/chroot.c4
-rw-r--r--libc/sysdeps/linux/common/clock_getres.c16
-rw-r--r--libc/sysdeps/linux/common/clock_gettime.c16
-rw-r--r--libc/sysdeps/linux/common/clock_settime.c16
-rw-r--r--libc/sysdeps/linux/common/close.c4
-rw-r--r--libc/sysdeps/linux/common/cmsg_nxthdr.c3
-rw-r--r--libc/sysdeps/linux/common/create_module.c18
-rw-r--r--libc/sysdeps/linux/common/delete_module.c5
-rw-r--r--libc/sysdeps/linux/common/dup.c5
-rw-r--r--libc/sysdeps/linux/common/dup2.c8
-rw-r--r--libc/sysdeps/linux/common/epoll.c4
-rw-r--r--libc/sysdeps/linux/common/execve.c7
-rw-r--r--libc/sysdeps/linux/common/fchdir.c8
-rw-r--r--libc/sysdeps/linux/common/fchmod.c4
-rw-r--r--libc/sysdeps/linux/common/fdatasync.c4
-rw-r--r--libc/sysdeps/linux/common/flock.c4
-rw-r--r--libc/sysdeps/linux/common/fork.c4
-rw-r--r--libc/sysdeps/linux/common/fstat.c10
-rw-r--r--libc/sysdeps/linux/common/fstat64.c12
-rw-r--r--libc/sysdeps/linux/common/fstatfs.c8
-rw-r--r--libc/sysdeps/linux/common/fsync.c4
-rw-r--r--libc/sysdeps/linux/common/ftruncate.c8
-rw-r--r--libc/sysdeps/linux/common/ftruncate64.c64
-rw-r--r--libc/sysdeps/linux/common/get_kernel_syms.c4
-rw-r--r--libc/sysdeps/linux/common/getcwd.c24
-rw-r--r--libc/sysdeps/linux/common/getdents.c25
-rw-r--r--libc/sysdeps/linux/common/getdents64.c35
-rw-r--r--libc/sysdeps/linux/common/getdnnm.c3
-rw-r--r--libc/sysdeps/linux/common/getdtablesize.c25
-rw-r--r--libc/sysdeps/linux/common/getegid.c7
-rw-r--r--libc/sysdeps/linux/common/geteuid.c7
-rw-r--r--libc/sysdeps/linux/common/getgid.c7
-rw-r--r--libc/sysdeps/linux/common/getgroups.c7
-rw-r--r--libc/sysdeps/linux/common/gethstnm.c3
-rw-r--r--libc/sysdeps/linux/common/getitimer.c4
-rw-r--r--libc/sysdeps/linux/common/getpgid.c4
-rw-r--r--libc/sysdeps/linux/common/getpriority.c7
-rw-r--r--libc/sysdeps/linux/common/getresgid.c6
-rw-r--r--libc/sysdeps/linux/common/getresuid.c6
-rw-r--r--libc/sysdeps/linux/common/getrlimit.c12
-rw-r--r--libc/sysdeps/linux/common/getrusage.c4
-rw-r--r--libc/sysdeps/linux/common/getsid.c7
-rw-r--r--libc/sysdeps/linux/common/gettimeofday.c8
-rw-r--r--libc/sysdeps/linux/common/getuid.c7
-rw-r--r--libc/sysdeps/linux/common/init_module.c4
-rw-r--r--libc/sysdeps/linux/common/ioctl.c4
-rw-r--r--libc/sysdeps/linux/common/ioperm.c4
-rw-r--r--libc/sysdeps/linux/common/iopl.c4
-rw-r--r--libc/sysdeps/linux/common/kill.c8
-rw-r--r--libc/sysdeps/linux/common/klogctl.c4
-rw-r--r--libc/sysdeps/linux/common/lchown.c4
-rw-r--r--libc/sysdeps/linux/common/link.c4
-rw-r--r--libc/sysdeps/linux/common/llseek.c26
-rw-r--r--libc/sysdeps/linux/common/lseek.c8
-rw-r--r--libc/sysdeps/linux/common/lstat.c8
-rw-r--r--libc/sysdeps/linux/common/lstat64.c17
-rw-r--r--libc/sysdeps/linux/common/madvise.c4
-rw-r--r--libc/sysdeps/linux/common/mincore.c9
-rw-r--r--libc/sysdeps/linux/common/mkdir.c7
-rw-r--r--libc/sysdeps/linux/common/mknod.c7
-rw-r--r--libc/sysdeps/linux/common/mlock.c4
-rw-r--r--libc/sysdeps/linux/common/mlockall.c4
-rw-r--r--libc/sysdeps/linux/common/mmap.c10
-rw-r--r--libc/sysdeps/linux/common/mmap64.c49
-rw-r--r--libc/sysdeps/linux/common/modify_ldt.c5
-rw-r--r--libc/sysdeps/linux/common/mount.c4
-rw-r--r--libc/sysdeps/linux/common/mprotect.c4
-rw-r--r--libc/sysdeps/linux/common/mremap.c8
-rw-r--r--libc/sysdeps/linux/common/msync.c4
-rw-r--r--libc/sysdeps/linux/common/munlock.c4
-rw-r--r--libc/sysdeps/linux/common/munlockall.c4
-rw-r--r--libc/sysdeps/linux/common/munmap.c8
-rw-r--r--libc/sysdeps/linux/common/nanosleep.c5
-rw-r--r--libc/sysdeps/linux/common/nice.c14
-rw-r--r--libc/sysdeps/linux/common/open.c8
-rw-r--r--libc/sysdeps/linux/common/open64.c29
-rw-r--r--libc/sysdeps/linux/common/pause.c4
-rw-r--r--libc/sysdeps/linux/common/personality.c4
-rw-r--r--libc/sysdeps/linux/common/pipe.c8
-rw-r--r--libc/sysdeps/linux/common/pivot_root.c4
-rw-r--r--libc/sysdeps/linux/common/poll.c3
-rw-r--r--libc/sysdeps/linux/common/posix_fadvise.c4
-rw-r--r--libc/sysdeps/linux/common/posix_fadvise64.c4
-rw-r--r--libc/sysdeps/linux/common/prctl.c4
-rw-r--r--libc/sysdeps/linux/common/pread_write.c36
-rw-r--r--libc/sysdeps/linux/common/ptrace.c25
-rw-r--r--libc/sysdeps/linux/common/query_module.c4
-rw-r--r--libc/sysdeps/linux/common/quotactl.c4
-rw-r--r--libc/sysdeps/linux/common/read.c4
-rw-r--r--libc/sysdeps/linux/common/readlink.c8
-rw-r--r--libc/sysdeps/linux/common/readv.c4
-rw-r--r--libc/sysdeps/linux/common/reboot.c4
-rw-r--r--libc/sysdeps/linux/common/rename.c4
-rw-r--r--libc/sysdeps/linux/common/rmdir.c8
-rw-r--r--libc/sysdeps/linux/common/sbrk.c25
-rw-r--r--libc/sysdeps/linux/common/sched_get_priority_max.c4
-rw-r--r--libc/sysdeps/linux/common/sched_get_priority_min.c4
-rw-r--r--libc/sysdeps/linux/common/sched_getparam.c4
-rw-r--r--libc/sysdeps/linux/common/sched_getscheduler.c4
-rw-r--r--libc/sysdeps/linux/common/sched_rr_get_interval.c4
-rw-r--r--libc/sysdeps/linux/common/sched_setparam.c4
-rw-r--r--libc/sysdeps/linux/common/sched_setscheduler.c4
-rw-r--r--libc/sysdeps/linux/common/sched_yield.c4
-rw-r--r--