summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-07-06 21:33:14 +0000
committerjhb <jhb@FreeBSD.org>2006-07-06 21:33:14 +0000
commite216ca9f3b6f519828cacb70aade623085f80127 (patch)
tree5868028e12d178477d81f6f8cb5aeb8df31238ed /sys/i386
parent54c687571c8f72bead8ce1053420ca0930c940ec (diff)
downloadFreeBSD-src-e216ca9f3b6f519828cacb70aade623085f80127.zip
FreeBSD-src-e216ca9f3b6f519828cacb70aade623085f80127.tar.gz
Regen.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/ibcs2/ibcs2_proto.h8
-rw-r--r--sys/i386/ibcs2/ibcs2_syscall.h4
-rw-r--r--sys/i386/ibcs2/ibcs2_sysent.c4
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_syscall.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_sysent.c6
6 files changed, 10 insertions, 16 deletions
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h
index 6313536..c21a573 100644
--- a/sys/i386/ibcs2/ibcs2_proto.h
+++ b/sys/i386/ibcs2/ibcs2_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.21 2005/07/13 20:32:42 jhb Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.23 2006/07/06 21:29:05 jhb Exp
*/
#ifndef _IBCS2_SYSPROTO_H_
@@ -258,11 +258,6 @@ struct ibcs2_putmsg_args {
char dat_l_[PADL_(struct ibcs2_stropts *)]; struct ibcs2_stropts * dat; char dat_r_[PADR_(struct ibcs2_stropts *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
-struct ibcs2_poll_args {
- char fds_l_[PADL_(struct ibcs2_poll *)]; struct ibcs2_poll * fds; char fds_r_[PADR_(struct ibcs2_poll *)];
- char nfds_l_[PADL_(long)]; long nfds; char nfds_r_[PADR_(long)];
- char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];
-};
struct ibcs2_secure_args {
char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
char a1_l_[PADL_(int)]; int a1; char a1_r_[PADR_(int)];
@@ -337,7 +332,6 @@ int ibcs2_getdents(struct thread *, struct ibcs2_getdents_args *);
int ibcs2_sysfs(struct thread *, struct ibcs2_sysfs_args *);
int ibcs2_getmsg(struct thread *, struct ibcs2_getmsg_args *);
int ibcs2_putmsg(struct thread *, struct ibcs2_putmsg_args *);
-int ibcs2_poll(struct thread *, struct ibcs2_poll_args *);
int ibcs2_secure(struct thread *, struct ibcs2_secure_args *);
int ibcs2_symlink(struct thread *, struct ibcs2_symlink_args *);
int ibcs2_lstat(struct thread *, struct ibcs2_lstat_args *);
diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h
index c634ce8..1525b5e 100644
--- a/sys/i386/ibcs2/ibcs2_syscall.h
+++ b/sys/i386/ibcs2/ibcs2_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.21 2005/07/13 20:32:42 jhb Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.23 2006/07/06 21:29:05 jhb Exp
*/
#define IBCS2_SYS_syscall 0
@@ -82,7 +82,7 @@
#define IBCS2_SYS_ibcs2_sysfs 84
#define IBCS2_SYS_ibcs2_getmsg 85
#define IBCS2_SYS_ibcs2_putmsg 86
-#define IBCS2_SYS_ibcs2_poll 87
+#define IBCS2_SYS_poll 87
#define IBCS2_SYS_ibcs2_secure 89
#define IBCS2_SYS_ibcs2_symlink 90
#define IBCS2_SYS_ibcs2_lstat 91
diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c
index 4848b6a..ed2d369 100644
--- a/sys/i386/ibcs2/ibcs2_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.21 2005/07/13 20:32:42 jhb Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.23 2006/07/06 21:29:05 jhb Exp
*/
#include <bsm/audit_kevents.h>
@@ -105,7 +105,7 @@ struct sysent ibcs2_sysent[] = {
{ SYF_MPSAFE | AS(ibcs2_sysfs_args), (sy_call_t *)ibcs2_sysfs, AUE_NULL }, /* 84 = ibcs2_sysfs */
{ SYF_MPSAFE | AS(ibcs2_getmsg_args), (sy_call_t *)ibcs2_getmsg, AUE_GETMSG }, /* 85 = ibcs2_getmsg */
{ SYF_MPSAFE | AS(ibcs2_putmsg_args), (sy_call_t *)ibcs2_putmsg, AUE_PUTMSG }, /* 86 = ibcs2_putmsg */
- { AS(ibcs2_poll_args), (sy_call_t *)ibcs2_poll, AUE_POLL }, /* 87 = ibcs2_poll */
+ { SYF_MPSAFE | AS(poll_args), (sy_call_t *)poll, AUE_POLL }, /* 87 = poll */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 88 = nosys */
{ SYF_MPSAFE | AS(ibcs2_secure_args), (sy_call_t *)ibcs2_secure, AUE_NULL }, /* 89 = ibcs2_secure */
{ SYF_MPSAFE | AS(ibcs2_symlink_args), (sy_call_t *)ibcs2_symlink, AUE_SYMLINK }, /* 90 = ibcs2_symlink */
diff --git a/sys/i386/ibcs2/ibcs2_xenix.h b/sys/i386/ibcs2/ibcs2_xenix.h
index a1f4db9..41328af 100644
--- a/sys/i386/ibcs2/ibcs2_xenix.h
+++ b/sys/i386/ibcs2/ibcs2_xenix.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.11 2006/02/05 23:28:01 rwatson Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
*/
#ifndef _IBCS2_XENIX_H_
diff --git a/sys/i386/ibcs2/ibcs2_xenix_syscall.h b/sys/i386/ibcs2/ibcs2_xenix_syscall.h
index ed19e74..419c263 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_syscall.h
+++ b/sys/i386/ibcs2/ibcs2_xenix_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.11 2006/02/05 23:28:01 rwatson Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
*/
#define IBCS2_XENIX_xenix_rdchk 7
diff --git a/sys/i386/ibcs2/ibcs2_xenix_sysent.c b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
index 0a21852..4b97af3 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.11 2006/02/05 23:28:01 rwatson Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.12 2006/07/06 21:32:20 jhb Exp
*/
#include <bsm/audit_kevents.h>
@@ -61,8 +61,8 @@ struct sysent xenix_sysent[] = {
{ SYF_MPSAFE | AS(ibcs2_sigprocmask_args), (sy_call_t *)ibcs2_sigprocmask, AUE_NULL }, /* 40 = ibcs2_sigprocmask */
{ SYF_MPSAFE | AS(ibcs2_sigpending_args), (sy_call_t *)ibcs2_sigpending, AUE_NULL }, /* 41 = ibcs2_sigpending */
{ SYF_MPSAFE | AS(ibcs2_sigsuspend_args), (sy_call_t *)ibcs2_sigsuspend, AUE_NULL }, /* 42 = ibcs2_sigsuspend */
- { AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups, AUE_GETGROUPS }, /* 43 = ibcs2_getgroups */
- { AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups, AUE_SETGROUPS }, /* 44 = ibcs2_setgroups */
+ { SYF_MPSAFE | AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups, AUE_GETGROUPS }, /* 43 = ibcs2_getgroups */
+ { SYF_MPSAFE | AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups, AUE_SETGROUPS }, /* 44 = ibcs2_setgroups */
{ SYF_MPSAFE | AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf, AUE_NULL }, /* 45 = ibcs2_sysconf */
{ SYF_MPSAFE | AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf, AUE_PATHCONF }, /* 46 = ibcs2_pathconf */
{ SYF_MPSAFE | AS(ibcs2_fpathconf_args), (sy_call_t *)ibcs2_fpathconf, AUE_FPATHCONF }, /* 47 = ibcs2_fpathconf */
OpenPOWER on IntegriCloud