diff options
| author | chs <chs@NetBSD.org> | 2010-11-02 18:15:39 +0000 |
|---|---|---|
| committer | chs <chs@NetBSD.org> | 2010-11-02 18:15:39 +0000 |
| commit | 45bce0e50a8910052ca2f67e76ced8d6435d5f2a (patch) | |
| tree | 069d2b8fa3a88b73090e879c7e3d369a2c16f562 /sys/compat/linux32/arch/amd64/linux32_syscalls.c | |
| parent | fc7a1961028235070bdb3d46b87802c740545cd1 (diff) | |
regen
Diffstat (limited to 'sys/compat/linux32/arch/amd64/linux32_syscalls.c')
| -rw-r--r-- | sys/compat/linux32/arch/amd64/linux32_syscalls.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/compat/linux32/arch/amd64/linux32_syscalls.c b/sys/compat/linux32/arch/amd64/linux32_syscalls.c index 307e2389d4c..56e9d9f8021 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c +++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux32_syscalls.c,v 1.59 2010/07/07 01:31:55 chs Exp $ */ +/* $NetBSD: linux32_syscalls.c,v 1.60 2010/11/02 18:15:39 chs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.56 2010/07/07 01:30:35 chs Exp + * created from NetBSD: syscalls.master,v 1.57 2010/11/02 18:14:06 chs Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.59 2010/07/07 01:31:55 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.60 2010/11/02 18:15:39 chs Exp $"); #if defined(_KERNEL_OPT) #include <sys/param.h> @@ -133,10 +133,10 @@ const char *const linux32_syscallnames[] = { /* 95 */ "fchown16", /* 96 */ "getpriority", /* 97 */ "netbsd32_setpriority", - /* 98 */ "#98 (unimplemented profil)", + /* 98 */ "netbsd32_profil", /* 99 */ "statfs", /* 100 */ "fstatfs", - /* 101 */ "#101 (unimplemented ioperm)", + /* 101 */ "ioperm", /* 102 */ "socketcall", /* 103 */ "#103 (unimplemented syslog)", /* 104 */ "compat_50_netbsd32_setitimer", @@ -145,7 +145,7 @@ const char *const linux32_syscallnames[] = { /* 107 */ "lstat", /* 108 */ "fstat", /* 109 */ "olduname", - /* 110 */ "#110 (unimplemented iopl)", + /* 110 */ "iopl", /* 111 */ "#111 (unimplemented vhangup)", /* 112 */ "#112 (unimplemented idle)", /* 113 */ "#113 (unimplemented vm86old)", @@ -156,9 +156,9 @@ const char *const linux32_syscallnames[] = { /* 118 */ "netbsd32_fsync", /* 119 */ "sigreturn", /* 120 */ "clone", - /* 121 */ "#121 (unimplemented setdomainname)", + /* 121 */ "setdomainname", /* 122 */ "uname", - /* 123 */ "#123 (unimplemented modify_ldt)", + /* 123 */ "modify_ldt", /* 124 */ "#124 (unimplemented adjtimex)", /* 125 */ "mprotect", /* 126 */ "#126 (unimplemented sigprocmask)", @@ -228,8 +228,8 @@ const char *const linux32_syscallnames[] = { /* 190 */ "__vfork14", /* 191 */ "ugetrlimit", /* 192 */ "mmap2", - /* 193 */ "#193 (unimplemented truncate64)", - /* 194 */ "#194 (unimplemented ftruncate64)", + /* 193 */ "truncate64", + /* 194 */ "ftruncate64", /* 195 */ "stat64", /* 196 */ "lstat64", /* 197 */ "fstat64", @@ -305,8 +305,8 @@ const char *const linux32_syscallnames[] = { /* 265 */ "clock_gettime", /* 266 */ "clock_getres", /* 267 */ "clock_nanosleep", - /* 268 */ "#268 (unimplemented statfs64)", - /* 269 */ "#269 (unimplemented fstatfs64)", + /* 268 */ "statfs64", + /* 269 */ "fstatfs64", /* 270 */ "tgkill", /* 271 */ "#271 (unimplemented utimes)", /* 272 */ "#272 (unimplemented fadvise64_64)", |
