Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 regen
details: https://anonhg.NetBSD.org/src/rev/7c4703a3b1b5
branches: trunk
changeset: 472658:7c4703a3b1b5
user: cgd <cgd%NetBSD.org@localhost>
date: Tue May 04 05:23:05 1999 +0000
description:
regen
diffstat:
sys/compat/osf1/osf1_syscall.h | 7 +++++--
sys/compat/osf1/osf1_syscallargs.h | 12 ++++++++++--
sys/compat/osf1/osf1_syscalls.c | 6 +++---
sys/compat/osf1/osf1_sysent.c | 8 ++++----
4 files changed, 22 insertions(+), 11 deletions(-)
diffs (116 lines):
diff -r f7be54c76ee6 -r 7c4703a3b1b5 sys/compat/osf1/osf1_syscall.h
--- a/sys/compat/osf1/osf1_syscall.h Tue May 04 05:17:22 1999 +0000
+++ b/sys/compat/osf1/osf1_syscall.h Tue May 04 05:23:05 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: osf1_syscall.h,v 1.31 1999/05/04 05:00:21 cgd Exp $ */
+/* $NetBSD: osf1_syscall.h,v 1.32 1999/05/04 05:23:05 cgd Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.25 1999/05/04 04:59:21 cgd Exp
+ * created from NetBSD: syscalls.master,v 1.26 1999/05/04 05:17:22 cgd Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -113,6 +113,9 @@
/* syscall: "acct" ret: "int" args: "const char *" */
#define OSF1_SYS_acct 51
+/* syscall: "classcntl" ret: "int" args: "int" "int" "int" "int" */
+#define OSF1_SYS_classcntl 53
+
/* syscall: "ioctl" ret: "int" args: "int" "int" "caddr_t" */
#define OSF1_SYS_ioctl 54
diff -r f7be54c76ee6 -r 7c4703a3b1b5 sys/compat/osf1/osf1_syscallargs.h
--- a/sys/compat/osf1/osf1_syscallargs.h Tue May 04 05:17:22 1999 +0000
+++ b/sys/compat/osf1/osf1_syscallargs.h Tue May 04 05:23:05 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: osf1_syscallargs.h,v 1.31 1999/05/04 05:00:21 cgd Exp $ */
+/* $NetBSD: osf1_syscallargs.h,v 1.32 1999/05/04 05:23:05 cgd Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.25 1999/05/04 04:59:21 cgd Exp
+ * created from NetBSD: syscalls.master,v 1.26 1999/05/04 05:17:22 cgd Exp
*/
#ifndef _OSF1_SYS__SYSCALLARGS_H_
@@ -85,6 +85,13 @@
syscallarg(int) mode;
};
+struct osf1_sys_classcntl_args {
+ syscallarg(int) opcode;
+ syscallarg(int) arg1;
+ syscallarg(int) arg2;
+ syscallarg(int) arg3;
+};
+
struct osf1_sys_ioctl_args {
syscallarg(int) fd;
syscallarg(int) com;
@@ -345,6 +352,7 @@
int sys___getlogin __P((struct proc *, void *, register_t *));
int sys_setlogin __P((struct proc *, void *, register_t *));
int sys_acct __P((struct proc *, void *, register_t *));
+int osf1_sys_classcntl __P((struct proc *, void *, register_t *));
int osf1_sys_ioctl __P((struct proc *, void *, register_t *));
int osf1_sys_reboot __P((struct proc *, void *, register_t *));
int sys_revoke __P((struct proc *, void *, register_t *));
diff -r f7be54c76ee6 -r 7c4703a3b1b5 sys/compat/osf1/osf1_syscalls.c
--- a/sys/compat/osf1/osf1_syscalls.c Tue May 04 05:17:22 1999 +0000
+++ b/sys/compat/osf1/osf1_syscalls.c Tue May 04 05:23:05 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: osf1_syscalls.c,v 1.29 1999/05/04 05:00:21 cgd Exp $ */
+/* $NetBSD: osf1_syscalls.c,v 1.30 1999/05/04 05:23:05 cgd Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.25 1999/05/04 04:59:21 cgd Exp
+ * created from NetBSD: syscalls.master,v 1.26 1999/05/04 05:17:22 cgd Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@@ -73,7 +73,7 @@
"setlogin", /* 50 = setlogin */
"acct", /* 51 = acct */
"#52 (unimplemented sigpending)", /* 52 = unimplemented sigpending */
- "#53 (unimplemented classcntl)", /* 53 = unimplemented classcntl */
+ "classcntl", /* 53 = classcntl */
"ioctl", /* 54 = ioctl */
"reboot", /* 55 = reboot */
"revoke", /* 56 = revoke */
diff -r f7be54c76ee6 -r 7c4703a3b1b5 sys/compat/osf1/osf1_sysent.c
--- a/sys/compat/osf1/osf1_sysent.c Tue May 04 05:17:22 1999 +0000
+++ b/sys/compat/osf1/osf1_sysent.c Tue May 04 05:23:05 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: osf1_sysent.c,v 1.31 1999/05/04 05:00:22 cgd Exp $ */
+/* $NetBSD: osf1_sysent.c,v 1.32 1999/05/04 05:23:05 cgd Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.25 1999/05/04 04:59:21 cgd Exp
+ * created from NetBSD: syscalls.master,v 1.26 1999/05/04 05:17:22 cgd Exp
*/
#include "opt_compat_43.h"
@@ -126,8 +126,8 @@
sys_acct }, /* 51 = acct */
{ 0, 0,
sys_nosys }, /* 52 = unimplemented sigpending */
- { 0, 0,
- sys_nosys }, /* 53 = unimplemented classcntl */
+ { 4, s(struct osf1_sys_classcntl_args),
+ osf1_sys_classcntl }, /* 53 = classcntl */
{ 3, s(struct osf1_sys_ioctl_args),
osf1_sys_ioctl }, /* 54 = ioctl */
{ 1, s(struct osf1_sys_reboot_args),
Home |
Main Index |
Thread Index |
Old Index