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/m68k regen
details: https://anonhg.NetBSD.org/src/rev/ff4a1799c662
branches: trunk
changeset: 526830:ff4a1799c662
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun May 12 13:57:08 2002 +0000
description:
regen
diffstat:
sys/compat/linux/arch/m68k/linux_syscall.h | 6 +++---
sys/compat/linux/arch/m68k/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/m68k/linux_syscalls.c | 14 ++++++++------
sys/compat/linux/arch/m68k/linux_sysent.c | 16 ++++++++++------
4 files changed, 23 insertions(+), 17 deletions(-)
diffs (114 lines):
diff -r 99873b8d2986 -r ff4a1799c662 sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h Sun May 12 13:55:54 2002 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h Sun May 12 13:57:08 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.41 2002/04/10 18:19:08 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.42 2002/05/12 13:57:08 jdolecek Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/04/10 18:18:28 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -543,4 +543,4 @@
/* syscall: "getdents64" ret: "int" args: "int" "struct linux_dirent64 *" "unsigned int" */
#define LINUX_SYS_getdents64 220
-#define LINUX_SYS_MAXSYSCALL 221
+#define LINUX_SYS_MAXSYSCALL 223
diff -r 99873b8d2986 -r ff4a1799c662 sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h Sun May 12 13:55:54 2002 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h Sun May 12 13:57:08 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.41 2002/04/10 18:19:08 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.42 2002/05/12 13:57:08 jdolecek Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/04/10 18:18:28 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r 99873b8d2986 -r ff4a1799c662 sys/compat/linux/arch/m68k/linux_syscalls.c
--- a/sys/compat/linux/arch/m68k/linux_syscalls.c Sun May 12 13:55:54 2002 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscalls.c Sun May 12 13:57:08 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.42 2002/04/10 18:19:08 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.43 2002/05/12 13:57:08 jdolecek Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/04/10 18:18:28 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.42 2002/04/10 18:19:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43 2002/05/12 13:57:08 jdolecek Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@@ -262,8 +262,10 @@
"setgid", /* 214 = setgid */
"setfsuid", /* 215 = setfsuid */
"getfsuid", /* 216 = getfsuid */
- "#217 (unimplemented pivot_root)", /* 217 = unimplemented pivot_root */
- "#218 (unimplemented / * unused ? * /)", /* 218 = unimplemented / * unused ? * / */
- "#219 (unimplemented / * unused ? * /)", /* 219 = unimplemented / * unused ? * / */
+ "#217 (unimplemented / * unused * /)", /* 217 = unimplemented / * unused * / */
+ "#218 (unimplemented / * unused * /)", /* 218 = unimplemented / * unused * / */
+ "#219 (unimplemented / * unused * /)", /* 219 = unimplemented / * unused * / */
"getdents64", /* 220 = getdents64 */
+ "#221 (unimplemented gettid)", /* 221 = unimplemented gettid */
+ "#222 (unimplemented tkill)", /* 222 = unimplemented tkill */
};
diff -r 99873b8d2986 -r ff4a1799c662 sys/compat/linux/arch/m68k/linux_sysent.c
--- a/sys/compat/linux/arch/m68k/linux_sysent.c Sun May 12 13:55:54 2002 +0000
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c Sun May 12 13:57:08 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.41 2002/04/10 18:19:09 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.42 2002/05/12 13:57:08 jdolecek Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/04/10 18:18:28 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.41 2002/04/10 18:19:09 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.42 2002/05/12 13:57:08 jdolecek Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -484,12 +484,16 @@
{ 0, 0, 0,
linux_sys_getfsuid }, /* 216 = getfsuid */
{ 0, 0, 0,
- linux_sys_nosys }, /* 217 = unimplemented pivot_root */
+ linux_sys_nosys }, /* 217 = unimplemented / * unused * / */
{ 0, 0, 0,
- linux_sys_nosys }, /* 218 = unimplemented / * unused ? * / */
+ linux_sys_nosys }, /* 218 = unimplemented / * unused * / */
{ 0, 0, 0,
- linux_sys_nosys }, /* 219 = unimplemented / * unused ? * / */
+ linux_sys_nosys }, /* 219 = unimplemented / * unused * / */
{ 3, s(struct linux_sys_getdents64_args), 0,
linux_sys_getdents64 }, /* 220 = getdents64 */
+ { 0, 0, 0,
+ linux_sys_nosys }, /* 221 = unimplemented gettid */
+ { 0, 0, 0,
+ linux_sys_nosys }, /* 222 = unimplemented tkill */
};
Home |
Main Index |
Thread Index |
Old Index