summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-23 11:37:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-23 11:37:31 +0000
commit37b6c90defa11af54438003d01c2c23e2574dcb6 (patch)
tree7b883a7eeede018d40d2f3583111ecba13f76fa5 /sys
parent12b1f47f056570e4487a542c357d792c40bb83fb (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/bsdos/bsdos_syscall.h4
-rw-r--r--sys/compat/bsdos/bsdos_syscallargs.h6
-rw-r--r--sys/compat/bsdos/bsdos_syscalls.c6
-rw-r--r--sys/compat/bsdos/bsdos_sysent.c6
-rw-r--r--sys/compat/freebsd/freebsd_syscall.h4
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h10
-rw-r--r--sys/compat/freebsd/freebsd_syscalls.c10
-rw-r--r--sys/compat/freebsd/freebsd_sysent.c10
-rw-r--r--sys/compat/linux/linux_syscall.h2
-rw-r--r--sys/compat/linux/linux_syscallargs.h2
-rw-r--r--sys/compat/linux/linux_syscalls.c2
-rw-r--r--sys/compat/linux/linux_sysent.c2
12 files changed, 32 insertions, 32 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h
index 9fa0276623a..f42d51e87f2 100644
--- a/sys/compat/bsdos/bsdos_syscall.h
+++ b/sys/compat/bsdos/bsdos_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscall.h,v 1.21 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: bsdos_syscall.h,v 1.22 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.19 2010/05/23 11:35:18 deraadt Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h
index f61520a44c1..3b30d6406ee 100644
--- a/sys/compat/bsdos/bsdos_syscallargs.h
+++ b/sys/compat/bsdos/bsdos_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscallargs.h,v 1.22 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: bsdos_syscallargs.h,v 1.23 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.19 2010/05/23 11:35:18 deraadt Exp
*/
#ifdef syscallarg
@@ -196,7 +196,7 @@ int compat_25_sys_fstatfs(struct proc *, void *, register_t *);
int sys_getfh(struct proc *, void *, register_t *);
#else
#endif
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(__alpha__)
int compat_10_sys_shmsys(struct proc *, void *, register_t *);
#else
#endif
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c
index 769463a63f8..fcdb5a56cdd 100644
--- a/sys/compat/bsdos/bsdos_syscalls.c
+++ b/sys/compat/bsdos/bsdos_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscalls.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: bsdos_syscalls.c,v 1.22 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.19 2010/05/23 11:35:18 deraadt Exp
*/
char *bsdos_syscallnames[] = {
@@ -203,7 +203,7 @@ char *bsdos_syscallnames[] = {
"#168 (unimplemented)", /* 168 = unimplemented */
"#169 (unimplemented)", /* 169 = unimplemented */
"#170 (unimplemented)", /* 170 = unimplemented */
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(__alpha__)
"shmsys", /* 171 = shmsys */
#else
"#171 (unimplemented shmsys)", /* 171 = unimplemented shmsys */
diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c
index 9fa44df5cf4..6fef819669b 100644
--- a/sys/compat/bsdos/bsdos_sysent.c
+++ b/sys/compat/bsdos/bsdos_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_sysent.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: bsdos_sysent.c,v 1.22 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.19 2010/05/23 11:35:18 deraadt Exp
*/
#include <sys/param.h>
@@ -389,7 +389,7 @@ struct sysent bsdos_sysent[] = {
sys_nosys }, /* 169 = unimplemented */
{ 0, 0, 0,
sys_nosys }, /* 170 = unimplemented */
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(__alpha__)
{ 4, s(struct compat_10_sys_shmsys_args), 0,
compat_10_sys_shmsys }, /* 171 = shmsys */
#else
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h
index 3cae3becb0a..79aea448e8e 100644
--- a/sys/compat/freebsd/freebsd_syscall.h
+++ b/sys/compat/freebsd/freebsd_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscall.h,v 1.36 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: freebsd_syscall.h,v 1.37 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 383713acf10..90cb0e5ed9f 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscallargs.h,v 1.38 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.39 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp
*/
#ifdef syscallarg
@@ -440,15 +440,15 @@ int compat_09_sys_setdomainname(struct proc *, void *, register_t *);
int compat_freebsd_sys_uname(struct proc *, void *, register_t *);
int sys_sysarch(struct proc *, void *, register_t *);
int freebsd_sys_rtprio(struct proc *, void *, register_t *);
-#if defined(SYSVSEM) && !defined(alpha)
+#if defined(SYSVSEM) && !defined(__alpha__)
int compat_10_sys_semsys(struct proc *, void *, register_t *);
#else
#endif
-#if defined(SYSVMSG) && !defined(alpha)
+#if defined(SYSVMSG) && !defined(__alpha__)
int compat_10_sys_msgsys(struct proc *, void *, register_t *);
#else
#endif
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(__alpha__)
int compat_10_sys_shmsys(struct proc *, void *, register_t *);
#else
#endif
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c
index 379fdc9293e..e1e309c8edb 100644
--- a/sys/compat/freebsd/freebsd_syscalls.c
+++ b/sys/compat/freebsd/freebsd_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscalls.c,v 1.36 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: freebsd_syscalls.c,v 1.37 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp
*/
char *freebsd_syscallnames[] = {
@@ -201,17 +201,17 @@ char *freebsd_syscallnames[] = {
"rtprio", /* 166 = rtprio */
"#167 (unimplemented)", /* 167 = unimplemented */
"#168 (unimplemented)", /* 168 = unimplemented */
-#if defined(SYSVSEM) && !defined(alpha)
+#if defined(SYSVSEM) && !defined(__alpha__)
"semsys", /* 169 = semsys */
#else
"#169 (unimplemented 1.0 semsys)", /* 169 = unimplemented 1.0 semsys */
#endif
-#if defined(SYSVMSG) && !defined(alpha)
+#if defined(SYSVMSG) && !defined(__alpha__)
"msgsys", /* 170 = msgsys */
#else
"#170 (unimplemented 1.0 msgsys)", /* 170 = unimplemented 1.0 msgsys */
#endif
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(__alpha__)
"shmsys", /* 171 = shmsys */
#else
"#171 (unimplemented 1.0 shmsys)", /* 171 = unimplemented 1.0 shmsys */
diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c
index aed04818aa1..2b41e3409d2 100644
--- a/sys/compat/freebsd/freebsd_sysent.c
+++ b/sys/compat/freebsd/freebsd_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_sysent.c,v 1.37 2008/01/05 00:38:13 miod Exp $ */
+/* $OpenBSD: freebsd_sysent.c,v 1.38 2010/05/23 11:37:29 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
+ * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp
*/
#include <sys/param.h>
@@ -387,21 +387,21 @@ struct sysent freebsd_sysent[] = {
sys_nosys }, /* 167 = unimplemented */
{ 0, 0, 0,
sys_nosys }, /* 168 = unimplemented */
-#if defined(SYSVSEM) && !defined(alpha)
+#if defined(SYSVSEM) && !defined(__alpha__)
{ 5, s(struct compat_10_sys_semsys_args), 0,
compat_10_sys_semsys }, /* 169 = semsys */
#else
{ 0, 0, 0,
sys_nosys }, /* 169 = unimplemented 1.0 semsys */
#endif
-#if defined(SYSVMSG) && !defined(alpha)
+#if defined(SYSVMSG) && !defined(__alpha__)
{ 6, s(struct compat_10_sys_msgsys_args), 0,
compat_10_sys_msgsys }, /* 170 = msgsys */
#else
{ 0, 0, 0,
sys_nosys }, /* 170 = unimplemented 1.0 msgsys */
#endif
-#if defined(SYSVSHM) && !defined(alpha)
+#if defined(SYSVSHM) && !defined(__alpha__)
{ 4, s(struct compat_10_sys_shmsys_args), 0,
compat_10_sys_shmsys }, /* 171 = shmsys */
#else
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index af6d9c11e10..7f0f344656d 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_syscall.h,v 1.52 2007/11/27 18:05:59 art Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.53 2010/05/23 11:37:30 deraadt Exp $ */
/*
* System call numbers.
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 892be7b9a0f..8e6e9c64535 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.54 2007/11/27 18:05:59 art Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.55 2010/05/23 11:37:30 deraadt Exp $ */
/*
* System call argument lists.
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 628312a8ff6..e8d7ad39e26 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_syscalls.c,v 1.52 2007/11/27 18:05:59 art Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.53 2010/05/23 11:37:30 deraadt Exp $ */
/*
* System call names.
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 21da0719d39..a0ffa3b9912 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_sysent.c,v 1.53 2007/11/27 18:05:59 art Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.54 2010/05/23 11:37:30 deraadt Exp $ */
/*
* System call switch table.