summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-05-08 20:08:43 +0000
committered <ed@FreeBSD.org>2009-05-08 20:08:43 +0000
commitb2bb829ec0d9a1b814df2b532563ddb0eaa41906 (patch)
treeb23a360e822c93fa1a00247d022f586002e9b05d /sys/i386
parent59fb74ae926737bdc329e76c841840885176aabf (diff)
downloadFreeBSD-src-b2bb829ec0d9a1b814df2b532563ddb0eaa41906.zip
FreeBSD-src-b2bb829ec0d9a1b814df2b532563ddb0eaa41906.tar.gz
Regenerate ibcs2 system call table.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/ibcs2/ibcs2_proto.h21
-rw-r--r--sys/i386/ibcs2/ibcs2_syscall.h4
-rw-r--r--sys/i386/ibcs2/ibcs2_sysent.c7
3 files changed, 12 insertions, 20 deletions
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h
index f014030..facca1e 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.28 2006/07/28 19:05:27 jhb Exp
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 191919 2009-05-08 20:06:37Z ed
*/
#ifndef _IBCS2_SYSPROTO_H_
@@ -11,6 +11,7 @@
#include <sys/signal.h>
#include <sys/acl.h>
+#include <sys/cpuset.h>
#include <sys/_semaphore.h>
#include <sys/ucontext.h>
@@ -117,14 +118,6 @@ struct ibcs2_utime_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
char buf_l_[PADL_(struct ibcs2_utimbuf *)]; struct ibcs2_utimbuf * buf; char buf_r_[PADR_(struct ibcs2_utimbuf *)];
};
-struct ibcs2_stty_args {
- char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
- char buf_l_[PADL_(struct sgttyb *)]; struct sgttyb * buf; char buf_r_[PADR_(struct sgttyb *)];
-};
-struct ibcs2_gtty_args {
- char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
- char buf_l_[PADL_(struct sgttyb *)]; struct sgttyb * buf; char buf_r_[PADR_(struct sgttyb *)];
-};
struct ibcs2_access_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
@@ -302,8 +295,6 @@ int ibcs2_alarm(struct thread *, struct ibcs2_alarm_args *);
int ibcs2_fstat(struct thread *, struct ibcs2_fstat_args *);
int ibcs2_pause(struct thread *, struct ibcs2_pause_args *);
int ibcs2_utime(struct thread *, struct ibcs2_utime_args *);
-int ibcs2_stty(struct thread *, struct ibcs2_stty_args *);
-int ibcs2_gtty(struct thread *, struct ibcs2_gtty_args *);
int ibcs2_access(struct thread *, struct ibcs2_access_args *);
int ibcs2_nice(struct thread *, struct ibcs2_nice_args *);
int ibcs2_statfs(struct thread *, struct ibcs2_statfs_args *);
@@ -348,6 +339,12 @@ int ibcs2_isc(struct thread *, struct ibcs2_isc_args *);
#endif /* COMPAT_FREEBSD4 */
+
+#ifdef COMPAT_FREEBSD6
+
+
+#endif /* COMPAT_FREEBSD6 */
+
#define IBCS2_SYS_AUE_ibcs2_read AUE_NULL
#define IBCS2_SYS_AUE_ibcs2_open AUE_OPEN_RWTC
#define IBCS2_SYS_AUE_ibcs2_wait AUE_WAIT4
@@ -369,8 +366,6 @@ int ibcs2_isc(struct thread *, struct ibcs2_isc_args *);
#define IBCS2_SYS_AUE_ibcs2_fstat AUE_FSTAT
#define IBCS2_SYS_AUE_ibcs2_pause AUE_NULL
#define IBCS2_SYS_AUE_ibcs2_utime AUE_NULL
-#define IBCS2_SYS_AUE_ibcs2_stty AUE_NULL
-#define IBCS2_SYS_AUE_ibcs2_gtty AUE_NULL
#define IBCS2_SYS_AUE_ibcs2_access AUE_ACCESS
#define IBCS2_SYS_AUE_ibcs2_nice AUE_NICE
#define IBCS2_SYS_AUE_ibcs2_statfs AUE_STATFS
diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h
index c988532..90fe20f 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.28 2006/07/28 19:05:27 jhb Exp
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 191919 2009-05-08 20:06:37Z ed
*/
#define IBCS2_SYS_syscall 0
@@ -37,8 +37,6 @@
#define IBCS2_SYS_ibcs2_fstat 28
#define IBCS2_SYS_ibcs2_pause 29
#define IBCS2_SYS_ibcs2_utime 30
-#define IBCS2_SYS_ibcs2_stty 31
-#define IBCS2_SYS_ibcs2_gtty 32
#define IBCS2_SYS_ibcs2_access 33
#define IBCS2_SYS_ibcs2_nice 34
#define IBCS2_SYS_ibcs2_statfs 35
diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c
index fceaf3f..8b87495 100644
--- a/sys/i386/ibcs2/ibcs2_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_sysent.c
@@ -3,10 +3,9 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 191919 2009-05-08 20:06:37Z ed
*/
-#include <bsm/audit_kevents.h>
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
@@ -49,8 +48,8 @@ struct sysent ibcs2_sysent[] = {
{ AS(ibcs2_fstat_args), (sy_call_t *)ibcs2_fstat, AUE_FSTAT, NULL, 0, 0 }, /* 28 = ibcs2_fstat */
{ 0, (sy_call_t *)ibcs2_pause, AUE_NULL, NULL, 0, 0 }, /* 29 = ibcs2_pause */
{ AS(ibcs2_utime_args), (sy_call_t *)ibcs2_utime, AUE_NULL, NULL, 0, 0 }, /* 30 = ibcs2_utime */
- { AS(ibcs2_stty_args), (sy_call_t *)ibcs2_stty, AUE_NULL, NULL, 0, 0 }, /* 31 = ibcs2_stty */
- { AS(ibcs2_gtty_args), (sy_call_t *)ibcs2_gtty, AUE_NULL, NULL, 0, 0 }, /* 32 = ibcs2_gtty */
+ { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 31 = ibcs2_stty */
+ { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 32 = ibcs2_gtty */
{ AS(ibcs2_access_args), (sy_call_t *)ibcs2_access, AUE_ACCESS, NULL, 0, 0 }, /* 33 = ibcs2_access */
{ AS(ibcs2_nice_args), (sy_call_t *)ibcs2_nice, AUE_NICE, NULL, 0, 0 }, /* 34 = ibcs2_nice */
{ AS(ibcs2_statfs_args), (sy_call_t *)ibcs2_statfs, AUE_STATFS, NULL, 0, 0 }, /* 35 = ibcs2_statfs */
OpenPOWER on IntegriCloud