OSDN Git Service

Split up syscalls.c, since it had grown to be quite large and ugly.
authorEric Andersen <andersen@codepoet.org>
Wed, 21 Jan 2004 23:27:48 +0000 (23:27 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 21 Jan 2004 23:27:48 +0000 (23:27 -0000)
commit6334e558ab33ee1e54ed33740881a2798c5915c2
tree5d3253d5928343d2a37cc55be7a9c35244b4ab42
parent9bafaa6fe7ded400aac87526ce615f1875ce2673
Split up syscalls.c, since it had grown to be quite large and ugly.
 -Erik
171 files changed:
libc/misc/sysvipc/ftok.c
libc/misc/sysvipc/ipc.h
libc/misc/sysvipc/msgq.c
libc/misc/sysvipc/sem.c
libc/misc/sysvipc/shm.c
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/__rt_sigtimedwait.c [new file with mode: 0644]
libc/sysdeps/linux/common/__socketcall.c [new file with mode: 0644]
libc/sysdeps/linux/common/__syscall_fcntl.c [new file with mode: 0644]
libc/sysdeps/linux/common/__syscall_fcntl64.c [new file with mode: 0644]
libc/sysdeps/linux/common/__syscall_ipc.c [new file with mode: 0644]
libc/sysdeps/linux/common/__syscall_rt_sigaction.c [new file with mode: 0644]
libc/sysdeps/linux/common/__syscall_sigaction.c [new file with mode: 0644]
libc/sysdeps/linux/common/_exit.c
libc/sysdeps/linux/common/access.c [new file with mode: 0644]
libc/sysdeps/linux/common/acct.c [new file with mode: 0644]
libc/sysdeps/linux/common/adjtimex.c [new file with mode: 0644]
libc/sysdeps/linux/common/alarm.c [new file with mode: 0644]
libc/sysdeps/linux/common/bdflush.c [new file with mode: 0644]
libc/sysdeps/linux/common/capget.c [new file with mode: 0644]
libc/sysdeps/linux/common/capset.c [new file with mode: 0644]
libc/sysdeps/linux/common/chdir.c [new file with mode: 0644]
libc/sysdeps/linux/common/chmod.c [new file with mode: 0644]
libc/sysdeps/linux/common/chown.c [new file with mode: 0644]
libc/sysdeps/linux/common/chroot.c [new file with mode: 0644]
libc/sysdeps/linux/common/close.c [new file with mode: 0644]
libc/sysdeps/linux/common/delete_module.c [new file with mode: 0644]
libc/sysdeps/linux/common/dup.c [new file with mode: 0644]
libc/sysdeps/linux/common/dup2.c [new file with mode: 0644]
libc/sysdeps/linux/common/execve.c [new file with mode: 0644]
libc/sysdeps/linux/common/fchdir.c [new file with mode: 0644]
libc/sysdeps/linux/common/fchmod.c [new file with mode: 0644]
libc/sysdeps/linux/common/fchown.c [new file with mode: 0644]
libc/sysdeps/linux/common/fdatasync.c [new file with mode: 0644]
libc/sysdeps/linux/common/flock.c [new file with mode: 0644]
libc/sysdeps/linux/common/fork.c [new file with mode: 0644]
libc/sysdeps/linux/common/fstat.c [new file with mode: 0644]
libc/sysdeps/linux/common/fstat64.c [new file with mode: 0644]
libc/sysdeps/linux/common/fstatfs.c [new file with mode: 0644]
libc/sysdeps/linux/common/fsync.c [new file with mode: 0644]
libc/sysdeps/linux/common/ftruncate.c [new file with mode: 0644]
libc/sysdeps/linux/common/get_kernel_syms.c [new file with mode: 0644]
libc/sysdeps/linux/common/getegid.c [new file with mode: 0644]
libc/sysdeps/linux/common/geteuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getgroups.c [new file with mode: 0644]
libc/sysdeps/linux/common/getitimer.c [new file with mode: 0644]
libc/sysdeps/linux/common/getpgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getpgrp.c [new file with mode: 0644]
libc/sysdeps/linux/common/getpid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getppid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getpriority.c [new file with mode: 0644]
libc/sysdeps/linux/common/getresgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getresuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/getrlimit.c [new file with mode: 0644]
libc/sysdeps/linux/common/getrusage.c [new file with mode: 0644]
libc/sysdeps/linux/common/getsid.c [new file with mode: 0644]
libc/sysdeps/linux/common/gettimeofday.c [new file with mode: 0644]
libc/sysdeps/linux/common/getuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/init_module.c [new file with mode: 0644]
libc/sysdeps/linux/common/ioctl.c
libc/sysdeps/linux/common/ioperm.c [new file with mode: 0644]
libc/sysdeps/linux/common/iopl.c [new file with mode: 0644]
libc/sysdeps/linux/common/kill.c [new file with mode: 0644]
libc/sysdeps/linux/common/klogctl.c [new file with mode: 0644]
libc/sysdeps/linux/common/lchown.c [new file with mode: 0644]
libc/sysdeps/linux/common/link.c [new file with mode: 0644]
libc/sysdeps/linux/common/list_syscalls.sh [deleted file]
libc/sysdeps/linux/common/lseek.c [new file with mode: 0644]
libc/sysdeps/linux/common/lstat.c [new file with mode: 0644]
libc/sysdeps/linux/common/lstat64.c [new file with mode: 0644]
libc/sysdeps/linux/common/madvise.c [new file with mode: 0644]
libc/sysdeps/linux/common/mkdir.c [new file with mode: 0644]
libc/sysdeps/linux/common/mknod.c [new file with mode: 0644]
libc/sysdeps/linux/common/mlock.c [new file with mode: 0644]
libc/sysdeps/linux/common/mlockall.c [new file with mode: 0644]
libc/sysdeps/linux/common/mmap.c [new file with mode: 0644]
libc/sysdeps/linux/common/modify_ldt.c [new file with mode: 0644]
libc/sysdeps/linux/common/mount.c [new file with mode: 0644]
libc/sysdeps/linux/common/mprotect.c [new file with mode: 0644]
libc/sysdeps/linux/common/mremap.c [new file with mode: 0644]
libc/sysdeps/linux/common/msync.c [new file with mode: 0644]
libc/sysdeps/linux/common/munlock.c [new file with mode: 0644]
libc/sysdeps/linux/common/munlockall.c [new file with mode: 0644]
libc/sysdeps/linux/common/munmap.c [new file with mode: 0644]
libc/sysdeps/linux/common/nanosleep.c [new file with mode: 0644]
libc/sysdeps/linux/common/nice.c [new file with mode: 0644]
libc/sysdeps/linux/common/open.c [new file with mode: 0644]
libc/sysdeps/linux/common/pause.c [new file with mode: 0644]
libc/sysdeps/linux/common/personality.c [new file with mode: 0644]
libc/sysdeps/linux/common/pipe.c [new file with mode: 0644]
libc/sysdeps/linux/common/pivot_root.c [new file with mode: 0644]
libc/sysdeps/linux/common/prctl.c [new file with mode: 0644]
libc/sysdeps/linux/common/query_module.c [new file with mode: 0644]
libc/sysdeps/linux/common/quotactl.c [new file with mode: 0644]
libc/sysdeps/linux/common/read.c [new file with mode: 0644]
libc/sysdeps/linux/common/readlink.c [new file with mode: 0644]
libc/sysdeps/linux/common/readv.c [new file with mode: 0644]
libc/sysdeps/linux/common/reboot.c [new file with mode: 0644]
libc/sysdeps/linux/common/rename.c [new file with mode: 0644]
libc/sysdeps/linux/common/rmdir.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_get_priority_max.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_get_priority_min.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_getparam.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_getscheduler.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_rr_get_interval.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_setparam.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_setscheduler.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_yield.c [new file with mode: 0644]
libc/sysdeps/linux/common/select.c [new file with mode: 0644]
libc/sysdeps/linux/common/sendfile.c [new file with mode: 0644]
libc/sysdeps/linux/common/setdomainname.c [new file with mode: 0644]
libc/sysdeps/linux/common/setfsgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setfsuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setgroups.c [new file with mode: 0644]
libc/sysdeps/linux/common/sethostname.c [new file with mode: 0644]
libc/sysdeps/linux/common/setitimer.c [new file with mode: 0644]
libc/sysdeps/linux/common/setpgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setpriority.c [new file with mode: 0644]
libc/sysdeps/linux/common/setregid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setresgid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setresuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setreuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setrlimit.c [new file with mode: 0644]
libc/sysdeps/linux/common/setsid.c [new file with mode: 0644]
libc/sysdeps/linux/common/settimeofday.c [new file with mode: 0644]
libc/sysdeps/linux/common/setuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/sigaltstack.c [new file with mode: 0644]
libc/sysdeps/linux/common/sigpending.c [new file with mode: 0644]
libc/sysdeps/linux/common/sigprocmask.c [new file with mode: 0644]
libc/sysdeps/linux/common/sigsuspend.c [new file with mode: 0644]
libc/sysdeps/linux/common/ssp.c
libc/sysdeps/linux/common/stat.c [new file with mode: 0644]
libc/sysdeps/linux/common/stat64.c [new file with mode: 0644]
libc/sysdeps/linux/common/statfs.c [new file with mode: 0644]
libc/sysdeps/linux/common/stime.c [new file with mode: 0644]
libc/sysdeps/linux/common/str_syscalls.sh [deleted file]
libc/sysdeps/linux/common/swapoff.c [new file with mode: 0644]
libc/sysdeps/linux/common/swapon.c [new file with mode: 0644]
libc/sysdeps/linux/common/symlink.c [new file with mode: 0644]
libc/sysdeps/linux/common/syscalls.c [deleted file]
libc/sysdeps/linux/common/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/common/sysctl.c [new file with mode: 0644]
libc/sysdeps/linux/common/sysfs.c [new file with mode: 0644]
libc/sysdeps/linux/common/sysinfo.c [new file with mode: 0644]
libc/sysdeps/linux/common/time.c [new file with mode: 0644]
libc/sysdeps/linux/common/times.c [new file with mode: 0644]
libc/sysdeps/linux/common/truncate.c [new file with mode: 0644]
libc/sysdeps/linux/common/umask.c [new file with mode: 0644]
libc/sysdeps/linux/common/umount.c [new file with mode: 0644]
libc/sysdeps/linux/common/umount2.c [new file with mode: 0644]
libc/sysdeps/linux/common/uname.c [new file with mode: 0644]
libc/sysdeps/linux/common/unified_syscall_i386.h [deleted file]
libc/sysdeps/linux/common/unlink.c [new file with mode: 0644]
libc/sysdeps/linux/common/uselib.c [new file with mode: 0644]
libc/sysdeps/linux/common/ustat.c [new file with mode: 0644]
libc/sysdeps/linux/common/utime.c [new file with mode: 0644]
libc/sysdeps/linux/common/utimes.c [new file with mode: 0644]
libc/sysdeps/linux/common/vhangup.c [new file with mode: 0644]
libc/sysdeps/linux/common/wait4.c [new file with mode: 0644]
libc/sysdeps/linux/common/write.c [new file with mode: 0644]
libc/sysdeps/linux/common/writev.c [new file with mode: 0644]
libc/sysdeps/linux/common/xstatconv.h
libc/sysdeps/linux/i960/mmap.S [moved from libc/sysdeps/linux/i960/_mmap.S with 100% similarity]
libc/sysdeps/linux/microblaze/mmap.c [moved from libc/sysdeps/linux/microblaze/_mmap.c with 100% similarity]
libc/sysdeps/linux/mips/mmap.c [moved from libc/sysdeps/linux/mips/_mmap.c with 100% similarity]
libc/sysdeps/linux/powerpc/ioctl.c
libc/sysdeps/linux/powerpc/mmap.c [moved from libc/sysdeps/linux/powerpc/_mmap.c with 100% similarity]
libc/sysdeps/linux/sh/mmap.c [moved from libc/sysdeps/linux/sh/_mmap.c with 100% similarity]
libc/sysdeps/linux/v850/mmap.c [moved from libc/sysdeps/linux/v850/_mmap.c with 100% similarity]