summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-21 23:27:48 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-21 23:27:48 +0000
commit6334e558ab33ee1e54ed33740881a2798c5915c2 (patch)
tree5d3253d5928343d2a37cc55be7a9c35244b4ab42 /libc
parent9bafaa6fe7ded400aac87526ce615f1875ce2673 (diff)
Split up syscalls.c, since it had grown to be quite large and ugly.
-Erik
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/sysvipc/ftok.c5
-rw-r--r--libc/misc/sysvipc/ipc.h2
-rw-r--r--libc/misc/sysvipc/msgq.c10
-rw-r--r--libc/misc/sysvipc/sem.c14
-rw-r--r--libc/misc/sysvipc/shm.c8
-rw-r--r--libc/sysdeps/linux/common/Makefile49
-rw-r--r--libc/sysdeps/linux/common/__rt_sigtimedwait.c48
-rw-r--r--libc/sysdeps/linux/common/__socketcall.c14
-rw-r--r--libc/sysdeps/linux/common/__syscall_fcntl.c38
-rw-r--r--libc/sysdeps/linux/common/__syscall_fcntl64.c30
-rw-r--r--libc/sysdeps/linux/common/__syscall_ipc.c16
-rw-r--r--libc/sysdeps/linux/common/__syscall_rt_sigaction.c21
-rw-r--r--libc/sysdeps/linux/common/__syscall_sigaction.c19
-rw-r--r--libc/sysdeps/linux/common/_exit.c2
-rw-r--r--libc/sysdeps/linux/common/access.c12
-rw-r--r--libc/sysdeps/linux/common/acct.c12
-rw-r--r--libc/sysdeps/linux/common/adjtimex.c15
-rw-r--r--libc/sysdeps/linux/common/alarm.c34
-rw-r--r--libc/sysdeps/linux/common/bdflush.c12
-rw-r--r--libc/sysdeps/linux/common/capget.c19
-rw-r--r--libc/sysdeps/linux/common/capset.c19
-rw-r--r--libc/sysdeps/linux/common/chdir.c20
-rw-r--r--libc/sysdeps/linux/common/chmod.c19
-rw-r--r--libc/sysdeps/linux/common/chown.c25
-rw-r--r--libc/sysdeps/linux/common/chroot.c21
-rw-r--r--libc/sysdeps/linux/common/close.c15
-rw-r--r--libc/sysdeps/linux/common/delete_module.c19
-rw-r--r--libc/sysdeps/linux/common/dup.c12
-rw-r--r--libc/sysdeps/linux/common/dup2.c12
-rw-r--r--libc/sysdeps/linux/common/execve.c22
-rw-r--r--libc/sysdeps/linux/common/fchdir.c12
-rw-r--r--libc/sysdeps/linux/common/fchmod.c20
-rw-r--r--libc/sysdeps/linux/common/fchown.c25
-rw-r--r--libc/sysdeps/linux/common/fdatasync.c12
-rw-r--r--libc/sysdeps/linux/common/flock.c19
-rw-r--r--libc/sysdeps/linux/common/fork.c23
-rw-r--r--libc/sysdeps/linux/common/fstat.c34
-rw-r--r--libc/sysdeps/linux/common/fstat64.c33
-rw-r--r--libc/sysdeps/linux/common/fstatfs.c12
-rw-r--r--libc/sysdeps/linux/common/fsync.c15
-rw-r--r--libc/sysdeps/linux/common/ftruncate.c12
-rw-r--r--libc/sysdeps/linux/common/get_kernel_syms.c12
-rw-r--r--libc/sysdeps/linux/common/getegid.c25
-rw-r--r--libc/sysdeps/linux/common/geteuid.c25
-rw-r--r--libc/sysdeps/linux/common/getgid.c22
-rw-r--r--libc/sysdeps/linux/common/getgroups.c36
-rw-r--r--libc/sysdeps/linux/common/getitimer.c12
-rw-r--r--libc/sysdeps/linux/common/getpgid.c19
-rw-r--r--libc/sysdeps/linux/common/getpgrp.c12
-rw-r--r--libc/sysdeps/linux/common/getpid.c19
-rw-r--r--libc/sysdeps/linux/common/getppid.c19
-rw-r--r--libc/sysdeps/linux/common/getpriority.c28
-rw-r--r--libc/sysdeps/linux/common/getresgid.c28
-rw-r--r--libc/sysdeps/linux/common/getresuid.c28
-rw-r--r--libc/sysdeps/linux/common/getrlimit.c47
-rw-r--r--libc/sysdeps/linux/common/getrusage.c13
-rw-r--r--libc/sysdeps/linux/common/getsid.c19
-rw-r--r--libc/sysdeps/linux/common/gettimeofday.c12
-rw-r--r--libc/sysdeps/linux/common/getuid.c23
-rw-r--r--libc/sysdeps/linux/common/init_module.c15
-rw-r--r--libc/sysdeps/linux/common/ioctl.c14
-rw-r--r--libc/sysdeps/linux/common/ioperm.c19
-rw-r--r--libc/sysdeps/linux/common/iopl.c23
-rw-r--r--libc/sysdeps/linux/common/kill.c20
-rw-r--r--libc/sysdeps/linux/common/klogctl.c17
-rw-r--r--libc/sysdeps/linux/common/lchown.c25
-rw-r--r--libc/sysdeps/linux/common/link.c12
-rwxr-xr-xlibc/sysdeps/linux/common/list_syscalls.sh4
-rw-r--r--libc/sysdeps/linux/common/lseek.c15
-rw-r--r--libc/sysdeps/linux/common/lstat.c35
-rw-r--r--libc/sysdeps/linux/common/lstat64.c33
-rw-r--r--libc/sysdeps/linux/common/madvise.c11
-rw-r--r--libc/sysdeps/linux/common/mkdir.c20
-rw-r--r--libc/sysdeps/linux/common/mknod.c24
-rw-r--r--libc/sysdeps/linux/common/mlock.c14
-rw-r--r--libc/sysdeps/linux/common/mlockall.c14
-rw-r--r--libc/sysdeps/linux/common/mmap.c28
-rw-r--r--libc/sysdeps/linux/common/modify_ldt.c13
-rw-r--r--libc/sysdeps/linux/common/mount.c14
-rw-r--r--libc/sysdeps/linux/common/mprotect.c12
-rw-r--r--libc/sysdeps/linux/common/mremap.c14
-rw-r--r--libc/sysdeps/linux/common/msync.c16
-rw-r--r--libc/sysdeps/linux/common/munlock.c14
-rw-r--r--libc/sysdeps/linux/common/munlockall.c14
-rw-r--r--libc/sysdeps/linux/common/munmap.c13
-rw-r--r--libc/sysdeps/linux/common/nanosleep.c16
-rw-r--r--libc/sysdeps/linux/common/nice.c37
-rw-r--r--libc/sysdeps/linux/common/open.c41
-rw-r--r--libc/sysdeps/linux/common/pause.c28
-rw-r--r--libc/sysdeps/linux/common/personality.c12
-rw-r--r--libc/sysdeps/linux/common/pipe.c12
-rw-r--r--libc/sysdeps/linux/common/pivot_root.c11
-rw-r--r--libc/sysdeps/linux/common/prctl.c13
-rw-r--r--libc/sysdeps/linux/common/query_module.c21
-rw-r--r--libc/sysdeps/linux/common/quotactl.c13
-rw-r--r--libc/sysdeps/linux/common/read.c15
-rw-r--r--libc/sysdeps/linux/common/readlink.c12
-rw-r--r--libc/sysdeps/linux/common/readv.c13
-rw-r--r--libc/sysdeps/linux/common/reboot.c16
-rw-r--r--libc/sysdeps/linux/common/rename.c24
-rw-r--r--libc/sysdeps/linux/common/rmdir.c12
-rw-r--r--libc/sysdeps/linux/common/sched_get_priority_max.c12
-rw-r--r--libc/sysdeps/linux/common/sched_get_priority_min.c12
-rw-r--r--libc/sysdeps/linux/common/sched_getparam.c20
-rw-r--r--libc/sysdeps/linux/common/sched_getscheduler.c19
-rw-r--r--libc/sysdeps/linux/common/sched_rr_get_interval.c20
-rw-r--r--libc/sysdeps/linux/common/sched_setparam.c20
-rw-r--r--libc/sysdeps/linux/common/sched_setscheduler.c20
-rw-r--r--libc/sysdeps/linux/common/sched_yield.c12
-rw-r--r--libc/sysdeps/linux/common/select.c29
-rw-r--r--libc/sysdeps/linux/common/sendfile.c14
-rw-r--r--libc/sysdeps/linux/common/setdomainname.c12
-rw-r--r--libc/sysdeps/linux/common/setfsgid.c23
-rw-r--r--libc/sysdeps/linux/common/setfsuid.c23
-rw-r--r--libc/sysdeps/linux/common/setgid.c23
-rw-r--r--libc/sysdeps/linux/common/setgroups.c36
-rw-r--r--libc/sysdeps/linux/common/sethostname.c12
-rw-r--r--libc/sysdeps/linux/common/setitimer.c13
-rw-r--r--libc/sysdeps/linux/common/setpgid.c20
-rw-r--r--libc/sysdeps/linux/common/setpriority.c12
-rw-r--r--libc/sysdeps/linux/common/setregid.c25
-rw-r--r--libc/sysdeps/linux/common/setresgid.c25
-rw-r--r--libc/sysdeps/linux/common/setresuid.c25
-rw-r--r--libc/sysdeps/linux/common/setreuid.c25
-rw-r--r--libc/sysdeps/linux/common/setrlimit.c41
-rw-r--r--libc/sysdeps/linux/common/setsid.c12
-rw-r--r--libc/sysdeps/linux/common/settimeofday.c13
-rw-r--r--libc/sysdeps/linux/common/setuid.c23
-rw-r--r--libc/sysdeps/linux/common/sigaltstack.c13
-rw-r--r--