Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Regen (rasctl(2)).



details:   https://anonhg.NetBSD.org/src/rev/3d924513e5b7
branches:  trunk
changeset: 582927:3d924513e5b7
user:      cube <cube%NetBSD.org@localhost>
date:      Mon Jul 11 20:18:52 2005 +0000

description:
Regen (rasctl(2)).

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h     |   7 +++++--
 sys/compat/netbsd32/netbsd32_syscallargs.h |  12 ++++++++++--
 sys/compat/netbsd32/netbsd32_syscalls.c    |   8 ++++----
 sys/compat/netbsd32/netbsd32_sysent.c      |  10 +++++-----
 4 files changed, 24 insertions(+), 13 deletions(-)

diffs (126 lines):

diff -r 27c6a69b1e4a -r 3d924513e5b7 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Mon Jul 11 20:18:05 2005 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Mon Jul 11 20:18:52 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.40 2005/07/10 14:32:35 cube Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.41 2005/07/11 20:18:52 cube Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.33 2005/07/10 14:32:16 cube Exp
+ * created from        NetBSD: syscalls.master,v 1.34 2005/07/11 20:18:05 cube Exp
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -839,6 +839,9 @@
 /* syscall: "netbsd32___sigaction_sigtramp" ret: "int" args: "int" "const netbsd32_sigactionp_t" "netbsd32_sigactionp_t" "netbsd32_voidp" "int" */
 #define        netbsd32_SYS_netbsd32___sigaction_sigtramp      340
 
+/* syscall: "netbsd32_rasctl" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "int" */
+#define        netbsd32_SYS_netbsd32_rasctl    343
+
 /* syscall: "netbsd32_fsync_range" ret: "int" args: "int" "int" "off_t" "off_t" */
 #define        netbsd32_SYS_netbsd32_fsync_range       354
 
diff -r 27c6a69b1e4a -r 3d924513e5b7 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Jul 11 20:18:05 2005 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Jul 11 20:18:52 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.40 2005/07/10 14:32:35 cube Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.41 2005/07/11 20:18:52 cube Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.33 2005/07/10 14:32:16 cube Exp
+ * created from        NetBSD: syscalls.master,v 1.34 2005/07/11 20:18:05 cube Exp
  */
 
 #ifndef _netbsd32_SYS__SYSCALLARGS_H_
@@ -1292,6 +1292,12 @@
        syscallarg(int) vers;
 };
 
+struct netbsd32_rasctl_args {
+       syscallarg(netbsd32_caddr_t) addr;
+       syscallarg(netbsd32_size_t) len;
+       syscallarg(int) op;
+};
+
 struct netbsd32_fsync_range_args {
        syscallarg(int) fd;
        syscallarg(int) flags;
@@ -1981,6 +1987,8 @@
 
 int    netbsd32___sigaction_sigtramp(struct lwp *, void *, register_t *);
 
+int    netbsd32_rasctl(struct lwp *, void *, register_t *);
+
 int    netbsd32_fsync_range(struct lwp *, void *, register_t *);
 
 int    netbsd32_uuidgen(struct lwp *, void *, register_t *);
diff -r 27c6a69b1e4a -r 3d924513e5b7 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Jul 11 20:18:05 2005 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Jul 11 20:18:52 2005 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.40 2005/07/10 14:32:35 cube Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.41 2005/07/11 20:18:52 cube Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.33 2005/07/10 14:32:16 cube Exp
+ * created from        NetBSD: syscalls.master,v 1.34 2005/07/11 20:18:05 cube Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.40 2005/07/10 14:32:35 cube Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.41 2005/07/11 20:18:52 cube Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -469,7 +469,7 @@
        "netbsd32___sigaction_sigtramp",                        /* 340 = netbsd32___sigaction_sigtramp */
        "#341 (unimplemented)",         /* 341 = unimplemented */
        "#342 (unimplemented)",         /* 342 = unimplemented */
-       "#343 (unimplemented)",         /* 343 = unimplemented */
+       "netbsd32_rasctl",                      /* 343 = netbsd32_rasctl */
        "#344 (unimplemented)",         /* 344 = unimplemented */
        "#345 (unimplemented)",         /* 345 = unimplemented */
        "#346 (unimplemented)",         /* 346 = unimplemented */
diff -r 27c6a69b1e4a -r 3d924513e5b7 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Mon Jul 11 20:18:05 2005 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Mon Jul 11 20:18:52 2005 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.40 2005/07/10 14:32:35 cube Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.41 2005/07/11 20:18:52 cube Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.33 2005/07/10 14:32:16 cube Exp
+ * created from        NetBSD: syscalls.master,v 1.34 2005/07/11 20:18:05 cube Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.40 2005/07/10 14:32:35 cube Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.41 2005/07/11 20:18:52 cube Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
@@ -912,8 +912,8 @@
            sys_nosys },                        /* 341 = unimplemented */
        { 0, 0, 0,
            sys_nosys },                        /* 342 = unimplemented */
-       { 0, 0, 0,
-           sys_nosys },                        /* 343 = unimplemented */
+       { 3, s(struct netbsd32_rasctl_args), 0,
+           netbsd32_rasctl },                  /* 343 = netbsd32_rasctl */
        { 0, 0, 0,
            sys_nosys },                        /* 344 = unimplemented */
        { 0, 0, 0,



Home | Main Index | Thread Index | Old Index