Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch Regen.
details: https://anonhg.NetBSD.org/src/rev/8288f428f79a
branches: trunk
changeset: 341224:8288f428f79a
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Oct 27 06:30:10 2015 +0000
description:
Regen.
diffstat:
sys/compat/linux/arch/mips/linux_syscall.h | 6 +-
sys/compat/linux/arch/mips/linux_syscallargs.h | 4 +-
sys/compat/linux/arch/mips/linux_syscalls.c | 525 +++++++++++++++++++++-
sys/compat/linux/arch/mips/linux_sysent.c | 6 +-
sys/compat/linux/arch/powerpc/linux_syscall.h | 6 +-
sys/compat/linux/arch/powerpc/linux_syscallargs.h | 4 +-
sys/compat/linux/arch/powerpc/linux_syscalls.c | 530 +++++++++++++++++++++-
sys/compat/linux/arch/powerpc/linux_sysent.c | 6 +-
8 files changed, 1065 insertions(+), 22 deletions(-)
diffs (truncated from 1231 to 300 lines):
diff -r 8a62b30d5211 -r 8288f428f79a sys/compat/linux/arch/mips/linux_syscall.h
--- a/sys/compat/linux/arch/mips/linux_syscall.h Tue Oct 27 06:29:35 2015 +0000
+++ b/sys/compat/linux/arch/mips/linux_syscall.h Tue Oct 27 06:30:10 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.65 2015/10/25 15:55:58 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.66 2015/10/27 06:30:10 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2015/10/25 15:55:05 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2015/10/27 06:29:35 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -253,7 +253,7 @@
/* syscall: "fchmod" ret: "int" args: "int" "linux_umode_t" */
#define LINUX_SYS_fchmod 94
-/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "uid_t" */
+/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
#define LINUX_SYS___posix_fchown 95
/* syscall: "getpriority" ret: "int" args: "int" "int" */
diff -r 8a62b30d5211 -r 8288f428f79a sys/compat/linux/arch/mips/linux_syscallargs.h
--- a/sys/compat/linux/arch/mips/linux_syscallargs.h Tue Oct 27 06:29:35 2015 +0000
+++ b/sys/compat/linux/arch/mips/linux_syscallargs.h Tue Oct 27 06:30:10 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.64 2015/10/25 15:55:58 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.65 2015/10/27 06:30:10 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2015/10/25 15:55:05 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2015/10/27 06:29:35 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r 8a62b30d5211 -r 8288f428f79a sys/compat/linux/arch/mips/linux_syscalls.c
--- a/sys/compat/linux/arch/mips/linux_syscalls.c Tue Oct 27 06:29:35 2015 +0000
+++ b/sys/compat/linux/arch/mips/linux_syscalls.c Tue Oct 27 06:30:10 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.64 2015/10/25 15:55:58 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.65 2015/10/27 06:30:10 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2015/10/25 15:55:05 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2015/10/27 06:29:35 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.64 2015/10/25 15:55:58 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.65 2015/10/27 06:30:10 njoly Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
@@ -25,6 +25,8 @@
#include <compat/linux/common/linux_socketcall.h>
#include <compat/linux/linux_syscallargs.h>
#define linux_sys_mmap2_args linux_sys_mmap_args
+#else /* _KERNEL_OPT */
+#include <sys/null.h>
#endif /* _KERNEL_OPT */
const char *const linux_syscallnames[] = {
@@ -541,3 +543,520 @@
/* 510 */ "# filler",
/* 511 */ "# filler",
};
+
+
+/* libc style syscall names */
+const char *const altlinux_syscallnames[] = {
+ /* 0 */ "nosys",
+ /* 1 */ NULL, /* exit */
+ /* 2 */ NULL, /* fork */
+ /* 3 */ NULL, /* read */
+ /* 4 */ NULL, /* write */
+ /* 5 */ NULL, /* open */
+ /* 6 */ NULL, /* close */
+ /* 7 */ NULL, /* waitpid */
+ /* 8 */ NULL, /* creat */
+ /* 9 */ NULL, /* link */
+ /* 10 */ NULL, /* unlink */
+ /* 11 */ NULL, /* execve */
+ /* 12 */ NULL, /* chdir */
+ /* 13 */ NULL, /* time */
+ /* 14 */ NULL, /* mknod */
+ /* 15 */ NULL, /* chmod */
+ /* 16 */ NULL, /* __posix_lchown */
+ /* 17 */ NULL, /* unimplemented */
+ /* 18 */ NULL, /* obsolete ostat */
+ /* 19 */ NULL, /* lseek */
+ /* 20 */ NULL, /* getpid */
+ /* 21 */ NULL, /* unimplemented mount */
+ /* 22 */ NULL, /* obsolete umount */
+ /* 23 */ NULL, /* setuid */
+ /* 24 */ NULL, /* getuid */
+ /* 25 */ NULL, /* stime */
+ /* 26 */ NULL, /* ptrace */
+ /* 27 */ NULL, /* alarm */
+ /* 28 */ NULL, /* obsolete ofstat */
+ /* 29 */ NULL, /* pause */
+ /* 30 */ NULL, /* utime */
+ /* 31 */ NULL, /* unimplemented */
+ /* 32 */ NULL, /* unimplemented */
+ /* 33 */ NULL, /* access */
+ /* 34 */ NULL, /* nice */
+ /* 35 */ NULL, /* unimplemented */
+ /* 36 */ NULL, /* sync */
+ /* 37 */ NULL, /* kill */
+ /* 38 */ NULL, /* __posix_rename */
+ /* 39 */ NULL, /* mkdir */
+ /* 40 */ NULL, /* rmdir */
+ /* 41 */ NULL, /* dup */
+ /* 42 */ NULL, /* pipe */
+ /* 43 */ NULL, /* times */
+ /* 44 */ NULL, /* unimplemented */
+ /* 45 */ NULL, /* brk */
+ /* 46 */ NULL, /* setgid */
+ /* 47 */ NULL, /* getgid */
+ /* 48 */ NULL, /* signal */
+ /* 49 */ NULL, /* geteuid */
+ /* 50 */ NULL, /* getegid */
+ /* 51 */ NULL, /* acct */
+ /* 52 */ NULL, /* unimplemented umount */
+ /* 53 */ NULL, /* unimplemented */
+ /* 54 */ NULL, /* ioctl */
+ /* 55 */ NULL, /* fcntl */
+ /* 56 */ NULL, /* obsolete mpx */
+ /* 57 */ NULL, /* setpgid */
+ /* 58 */ NULL, /* unimplemented */
+ /* 59 */ NULL, /* olduname */
+ /* 60 */ NULL, /* umask */
+ /* 61 */ NULL, /* chroot */
+ /* 62 */ NULL, /* unimplemented ustat */
+ /* 63 */ NULL, /* dup2 */
+ /* 64 */ NULL, /* getppid */
+ /* 65 */ NULL, /* getpgrp */
+ /* 66 */ NULL, /* setsid */
+ /* 67 */ NULL, /* sigaction */
+ /* 68 */ NULL, /* siggetmask */
+ /* 69 */ NULL, /* sigsetmask */
+ /* 70 */ NULL, /* setreuid */
+ /* 71 */ NULL, /* setregid */
+ /* 72 */ NULL, /* sigsuspend */
+ /* 73 */ NULL, /* sigpending */
+ /* 74 */ NULL, /* sethostname */
+ /* 75 */ NULL, /* setrlimit */
+ /* 76 */ NULL, /* getrlimit */
+ /* 77 */ NULL, /* getrusage */
+ /* 78 */ NULL, /* gettimeofday */
+ /* 79 */ NULL, /* settimeofday */
+ /* 80 */ NULL, /* getgroups */
+ /* 81 */ NULL, /* setgroups */
+ /* 82 */ NULL, /* unimplemented old_select */
+ /* 83 */ NULL, /* symlink */
+ /* 84 */ "lstat",
+ /* 85 */ NULL, /* readlink */
+ /* 86 */ NULL, /* unimplemented uselib */
+ /* 87 */ NULL, /* swapon */
+ /* 88 */ NULL, /* reboot */
+ /* 89 */ NULL, /* readdir */
+ /* 90 */ NULL, /* mmap */
+ /* 91 */ NULL, /* munmap */
+ /* 92 */ NULL, /* truncate */
+ /* 93 */ NULL, /* ftruncate */
+ /* 94 */ NULL, /* fchmod */
+ /* 95 */ NULL, /* __posix_fchown */
+ /* 96 */ NULL, /* getpriority */
+ /* 97 */ NULL, /* setpriority */
+ /* 98 */ NULL, /* unimplemented */
+ /* 99 */ NULL, /* statfs */
+ /* 100 */ NULL, /* fstatfs */
+ /* 101 */ NULL, /* ioperm */
+ /* 102 */ NULL, /* socketcall */
+ /* 103 */ NULL, /* unimplemented syslog */
+ /* 104 */ NULL, /* setitimer */
+ /* 105 */ NULL, /* getitimer */
+ /* 106 */ NULL, /* stat */
+ /* 107 */ NULL, /* lstat */
+ /* 108 */ NULL, /* fstat */
+ /* 109 */ NULL, /* uname */
+ /* 110 */ NULL, /* unimplemented iopl */
+ /* 111 */ NULL, /* unimplemented vhangup */
+ /* 112 */ NULL, /* unimplemented idle */
+ /* 113 */ NULL, /* unimplemented vm86old */
+ /* 114 */ NULL, /* wait4 */
+ /* 115 */ NULL, /* swapoff */
+ /* 116 */ NULL, /* sysinfo */
+ /* 117 */ NULL, /* ipc */
+ /* 118 */ NULL, /* fsync */
+ /* 119 */ NULL, /* sigreturn */
+ /* 120 */ NULL, /* clone */
+ /* 121 */ NULL, /* setdomainname */
+ /* 122 */ NULL, /* new_uname */
+ /* 123 */ NULL, /* unimplemented modify_ldt */
+ /* 124 */ NULL, /* unimplemented adjtimex */
+ /* 125 */ NULL, /* mprotect */
+ /* 126 */ NULL, /* sigprocmask */
+ /* 127 */ NULL, /* unimplemented create_module */
+ /* 128 */ NULL, /* unimplemented init_module */
+ /* 129 */ NULL, /* unimplemented delete_module */
+ /* 130 */ NULL, /* unimplemented get_kernel_syms */
+ /* 131 */ NULL, /* unimplemented quotactl */
+ /* 132 */ NULL, /* getpgid */
+ /* 133 */ NULL, /* fchdir */
+ /* 134 */ NULL, /* unimplemented bdflush */
+ /* 135 */ NULL, /* unimplemented sysfs */
+ /* 136 */ NULL, /* personality */
+ /* 137 */ NULL, /* unimplemented afs_syscall */
+ /* 138 */ NULL, /* setfsuid */
+ /* 139 */ NULL, /* setfsgid */
+ /* 140 */ NULL, /* llseek */
+ /* 141 */ NULL, /* getdents */
+ /* 142 */ NULL, /* select */
+ /* 143 */ NULL, /* flock */
+ /* 144 */ "msync",
+ /* 145 */ NULL, /* readv */
+ /* 146 */ NULL, /* writev */
+ /* 147 */ NULL, /* cacheflush */
+ /* 148 */ NULL, /* unimplemented cachectl */
+ /* 149 */ NULL, /* sysmips */
+ /* 150 */ NULL, /* unimplemented */
+ /* 151 */ NULL, /* getsid */
+ /* 152 */ NULL, /* fdatasync */
+ /* 153 */ NULL, /* __sysctl */
+ /* 154 */ NULL, /* mlock */
+ /* 155 */ NULL, /* munlock */
+ /* 156 */ NULL, /* mlockall */
+ /* 157 */ NULL, /* munlockall */
+ /* 158 */ NULL, /* sched_setparam */
+ /* 159 */ NULL, /* sched_getparam */
+ /* 160 */ NULL, /* sched_setscheduler */
+ /* 161 */ NULL, /* sched_getscheduler */
+ /* 162 */ NULL, /* sched_yield */
+ /* 163 */ NULL, /* sched_get_priority_max */
+ /* 164 */ NULL, /* sched_get_priority_min */
+ /* 165 */ NULL, /* unimplemented sched_rr_get_interval */
+ /* 166 */ NULL, /* nanosleep */
+ /* 167 */ NULL, /* mremap */
+ /* 168 */ NULL, /* accept */
+ /* 169 */ NULL, /* bind */
+ /* 170 */ NULL, /* connect */
+ /* 171 */ NULL, /* getpeername */
+ /* 172 */ NULL, /* getsockname */
+ /* 173 */ NULL, /* getsockopt */
+ /* 174 */ NULL, /* listen */
+ /* 175 */ NULL, /* recv */
+ /* 176 */ NULL, /* recvfrom */
+ /* 177 */ NULL, /* recvmsg */
+ /* 178 */ NULL, /* send */
+ /* 179 */ NULL, /* sendmsg */
+ /* 180 */ NULL, /* sendto */
+ /* 181 */ NULL, /* setsockopt */
+ /* 182 */ NULL, /* unimplemented shutdown */
+ /* 183 */ NULL, /* socket */
+ /* 184 */ NULL, /* socketpair */
+ /* 185 */ NULL, /* setresuid */
+ /* 186 */ NULL, /* getresuid */
+ /* 187 */ NULL, /* unimplemented query_module */
+ /* 188 */ NULL, /* poll */
+ /* 189 */ NULL, /* unimplemented nfsservctl */
+ /* 190 */ NULL, /* setresgid */
+ /* 191 */ NULL, /* getresgid */
+ /* 192 */ NULL, /* unimplemented prctl */
+ /* 193 */ NULL, /* rt_sigreturn */
+ /* 194 */ NULL, /* rt_sigaction */
+ /* 195 */ NULL, /* rt_sigprocmask */
+ /* 196 */ NULL, /* rt_sigpending */
+ /* 197 */ NULL, /* rt_sigtimedwait */
+ /* 198 */ NULL, /* rt_queueinfo */
+ /* 199 */ NULL, /* rt_sigsuspend */
+ /* 200 */ NULL, /* pread */
+ /* 201 */ NULL, /* pwrite */
+ /* 202 */ NULL, /* __posix_chown */
+ /* 203 */ NULL, /* __getcwd */
+ /* 204 */ NULL, /* unimplemented capget */
+ /* 205 */ NULL, /* unimplemented capset */
+ /* 206 */ NULL, /* sigaltstack */
+ /* 207 */ NULL, /* unimplemented sendfile */
+ /* 208 */ NULL, /* unimplemented */
+ /* 209 */ NULL, /* unimplemented */
+ /* 210 */ NULL, /* mmap2 */
+ /* 211 */ NULL, /* truncate64 */
+ /* 212 */ NULL, /* ftruncate64 */
+ /* 213 */ NULL, /* stat64 */
+ /* 214 */ NULL, /* lstat64 */
+ /* 215 */ NULL, /* fstat64 */
+ /* 216 */ NULL, /* unimplemented pivot_root */
+ /* 217 */ NULL, /* mincore */
+ /* 218 */ NULL, /* madvise */
+ /* 219 */ NULL, /* getdents64 */
+ /* 220 */ NULL, /* fcntl64 */
Home |
Main Index |
Thread Index |
Old Index