summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-01-28 19:59:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-01-28 19:59:36 +0000
commitbf78af053fa5eb8b3c337e416ce856dea4c41216 (patch)
tree9e2a6a488c9e4ebf2c44ffd8ad5d4419330831b6 /sys
parentc056e054c99423a238ceb9726fd6fdfb41b3ca0e (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/hpux/hppa/hpux_syscall.h8
-rw-r--r--sys/compat/hpux/hppa/hpux_syscallargs.h10
-rw-r--r--sys/compat/hpux/hppa/hpux_syscalls.c6
-rw-r--r--sys/compat/hpux/hppa/hpux_sysent.c8
-rw-r--r--sys/compat/hpux/m68k/hpux_syscall.h8
-rw-r--r--sys/compat/hpux/m68k/hpux_syscallargs.h10
-rw-r--r--sys/compat/hpux/m68k/hpux_syscalls.c6
-rw-r--r--sys/compat/hpux/m68k/hpux_sysent.c8
8 files changed, 28 insertions, 36 deletions
diff --git a/sys/compat/hpux/hppa/hpux_syscall.h b/sys/compat/hpux/hppa/hpux_syscall.h
index 9866a66e201..d782bf43031 100644
--- a/sys/compat/hpux/hppa/hpux_syscall.h
+++ b/sys/compat/hpux/hppa/hpux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscall.h,v 1.9 2007/11/27 23:14:23 art Exp $ */
+/* $OpenBSD: hpux_syscall.h,v 1.10 2010/01/28 19:59:35 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.9 2010/01/28 19:59:09 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -184,8 +184,8 @@
/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
#define HPUX_SYS_setgroups 80
-/* syscall: "getpgrp2" ret: "int" args: "pid_t" */
-#define HPUX_SYS_getpgrp2 81
+/* syscall: "getpgid" ret: "pid_t" args: "pid_t" */
+#define HPUX_SYS_getpgid 81
/* syscall: "setpgrp2" ret: "int" args: "pid_t" "pid_t" */
#define HPUX_SYS_setpgrp2 82
diff --git a/sys/compat/hpux/hppa/hpux_syscallargs.h b/sys/compat/hpux/hppa/hpux_syscallargs.h
index 64fff9b2d85..38800ffcb46 100644
--- a/sys/compat/hpux/hppa/hpux_syscallargs.h
+++ b/sys/compat/hpux/hppa/hpux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscallargs.h,v 1.9 2007/11/27 23:14:23 art Exp $ */
+/* $OpenBSD: hpux_syscallargs.h,v 1.10 2010/01/28 19:59:35 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.9 2010/01/28 19:59:09 miod Exp
*/
#ifdef syscallarg
@@ -195,10 +195,6 @@ struct hpux_sys_mmap_args {
syscallarg(long) pos;
};
-struct hpux_sys_getpgrp2_args {
- syscallarg(pid_t) pid;
-};
-
struct hpux_sys_setpgrp2_args {
syscallarg(pid_t) pid;
syscallarg(pid_t) pgid;
@@ -410,7 +406,7 @@ int sys_mprotect(struct proc *, void *, register_t *);
int sys_madvise(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
-int hpux_sys_getpgrp2(struct proc *, void *, register_t *);
+int sys_getpgid(struct proc *, void *, register_t *);
int hpux_sys_setpgrp2(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int hpux_sys_wait3(struct proc *, void *, register_t *);
diff --git a/sys/compat/hpux/hppa/hpux_syscalls.c b/sys/compat/hpux/hppa/hpux_syscalls.c
index 1a3ed900611..d6f09a9ab9a 100644
--- a/sys/compat/hpux/hppa/hpux_syscalls.c
+++ b/sys/compat/hpux/hppa/hpux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscalls.c,v 1.9 2007/11/27 23:14:23 art Exp $ */
+/* $OpenBSD: hpux_syscalls.c,v 1.10 2010/01/28 19:59:35 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.9 2010/01/28 19:59:09 miod Exp
*/
char *hpux_syscallnames[] = {
@@ -93,7 +93,7 @@ char *hpux_syscallnames[] = {
"#78 (unimplemented)", /* 78 = unimplemented */
"getgroups", /* 79 = getgroups */
"setgroups", /* 80 = setgroups */
- "getpgrp2", /* 81 = getpgrp2 */
+ "getpgid", /* 81 = getpgid */
"setpgrp2", /* 82 = setpgrp2 */
"setitimer", /* 83 = setitimer */
"wait3", /* 84 = wait3 */
diff --git a/sys/compat/hpux/hppa/hpux_sysent.c b/sys/compat/hpux/hppa/hpux_sysent.c
index db4484c3991..5297e5da85a 100644
--- a/sys/compat/hpux/hppa/hpux_sysent.c
+++ b/sys/compat/hpux/hppa/hpux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_sysent.c,v 1.9 2007/11/27 23:14:23 art Exp $ */
+/* $OpenBSD: hpux_sysent.c,v 1.10 2010/01/28 19:59:35 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.9 2010/01/28 19:59:09 miod Exp
*/
#include <sys/param.h>
@@ -187,8 +187,8 @@ struct sysent hpux_sysent[] = {
sys_getgroups }, /* 79 = getgroups */
{ 2, s(struct sys_setgroups_args), 0,
sys_setgroups }, /* 80 = setgroups */
- { 1, s(struct hpux_sys_getpgrp2_args), 0,
- hpux_sys_getpgrp2 }, /* 81 = getpgrp2 */
+ { 1, s(struct sys_getpgid_args), 0,
+ sys_getpgid }, /* 81 = getpgid */
{ 2, s(struct hpux_sys_setpgrp2_args), 0,
hpux_sys_setpgrp2 }, /* 82 = setpgrp2 */
{ 3, s(struct sys_setitimer_args), 0,
diff --git a/sys/compat/hpux/m68k/hpux_syscall.h b/sys/compat/hpux/m68k/hpux_syscall.h
index 358949faac9..74b1943d3fe 100644
--- a/sys/compat/hpux/m68k/hpux_syscall.h
+++ b/sys/compat/hpux/m68k/hpux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscall.h,v 1.2 2007/11/27 23:14:24 art Exp $ */
+/* $OpenBSD: hpux_syscall.h,v 1.3 2010/01/28 19:59:35 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:33:45 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.2 2010/01/28 19:59:11 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -196,8 +196,8 @@
/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
#define HPUX_SYS_setgroups 80
-/* syscall: "getpgrp2" ret: "int" args: "pid_t" */
-#define HPUX_SYS_getpgrp2 81
+/* syscall: "getpgid" ret: "pid_t" args: "pid_t" */
+#define HPUX_SYS_getpgid 81
/* syscall: "setpgrp2" ret: "int" args: "pid_t" "pid_t" */
#define HPUX_SYS_setpgrp2 82
diff --git a/sys/compat/hpux/m68k/hpux_syscallargs.h b/sys/compat/hpux/m68k/hpux_syscallargs.h
index 844e23fd823..a51597d6e6b 100644
--- a/sys/compat/hpux/m68k/hpux_syscallargs.h
+++ b/sys/compat/hpux/m68k/hpux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscallargs.h,v 1.2 2007/11/27 23:14:24 art Exp $ */
+/* $OpenBSD: hpux_syscallargs.h,v 1.3 2010/01/28 19:59:35 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:33:45 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.2 2010/01/28 19:59:11 miod Exp
*/
#ifdef syscallarg
@@ -210,10 +210,6 @@ struct hpux_sys_mmap_args {
syscallarg(long) pos;
};
-struct hpux_sys_getpgrp2_args {
- syscallarg(pid_t) pid;
-};
-
struct hpux_sys_setpgrp2_args {
syscallarg(pid_t) pid;
syscallarg(pid_t) pgid;
@@ -448,7 +444,7 @@ int sys_munmap(struct proc *, void *, register_t *);
int sys_mprotect(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
-int hpux_sys_getpgrp2(struct proc *, void *, register_t *);
+int sys_getpgid(struct proc *, void *, register_t *);
int hpux_sys_setpgrp2(struct proc *, void *, register_t *);
int sys_setitimer(struct proc *, void *, register_t *);
int hpux_sys_wait3(struct proc *, void *, register_t *);
diff --git a/sys/compat/hpux/m68k/hpux_syscalls.c b/sys/compat/hpux/m68k/hpux_syscalls.c
index 25a40199670..7d29bd510f4 100644
--- a/sys/compat/hpux/m68k/hpux_syscalls.c
+++ b/sys/compat/hpux/m68k/hpux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscalls.c,v 1.2 2007/11/27 23:14:24 art Exp $ */
+/* $OpenBSD: hpux_syscalls.c,v 1.3 2010/01/28 19:59:35 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:33:45 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.2 2010/01/28 19:59:11 miod Exp
*/
char *hpux_syscallnames[] = {
@@ -93,7 +93,7 @@ char *hpux_syscallnames[] = {
"#78 (unimplemented)", /* 78 = unimplemented */
"getgroups", /* 79 = getgroups */
"setgroups", /* 80 = setgroups */
- "getpgrp2", /* 81 = getpgrp2 */
+ "getpgid", /* 81 = getpgid */
"setpgrp2", /* 82 = setpgrp2 */
"setitimer", /* 83 = setitimer */
"wait3", /* 84 = wait3 */
diff --git a/sys/compat/hpux/m68k/hpux_sysent.c b/sys/compat/hpux/m68k/hpux_sysent.c
index c3cf1188420..54fd3c01891 100644
--- a/sys/compat/hpux/m68k/hpux_sysent.c
+++ b/sys/compat/hpux/m68k/hpux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_sysent.c,v 1.2 2007/11/27 23:14:24 art Exp $ */
+/* $OpenBSD: hpux_sysent.c,v 1.3 2010/01/28 19:59:35 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.1 2004/07/09 21:33:45 mickey Exp
+ * created from OpenBSD: syscalls.master,v 1.2 2010/01/28 19:59:11 miod Exp
*/
#include <sys/param.h>
@@ -187,8 +187,8 @@ struct sysent hpux_sysent[] = {
sys_getgroups }, /* 79 = getgroups */
{ 2, s(struct sys_setgroups_args), 0,
sys_setgroups }, /* 80 = setgroups */
- { 1, s(struct hpux_sys_getpgrp2_args), 0,
- hpux_sys_getpgrp2 }, /* 81 = getpgrp2 */
+ { 1, s(struct sys_getpgid_args), 0,
+ sys_getpgid }, /* 81 = getpgid */
{ 2, s(struct hpux_sys_setpgrp2_args), 0,
hpux_sys_setpgrp2 }, /* 82 = setpgrp2 */
{ 3, s(struct sys_setitimer_args), 0,