Author: kib
Date: Tue Oct 27 11:02:04 2009
New Revision: 198512
URL: http://svn.freebsd.org/changeset/base/198512

Log:
  Regenerate

Modified:
  head/sys/compat/freebsd32/freebsd32_proto.h
  head/sys/compat/freebsd32/freebsd32_syscall.h
  head/sys/compat/freebsd32/freebsd32_syscalls.c
  head/sys/compat/freebsd32/freebsd32_sysent.c

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Tue Oct 27 11:01:40 2009        
(r198511)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Tue Oct 27 11:02:04 2009        
(r198512)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 197636 
2009-09-30 08:46:01Z rwatson 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 198508 
2009-10-27 10:55:34Z kib 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -453,6 +453,14 @@ struct freebsd32_shmctl_args {
        char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
        char buf_l_[PADL_(struct shmid_ds32 *)]; struct shmid_ds32 * buf; char 
buf_r_[PADR_(struct shmid_ds32 *)];
 };
+struct freebsd32_pselect_args {
+       char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];
+       char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];
+       char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)];
+       char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)];
+       char ts_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * 
ts; char ts_r_[PADR_(const struct timespec32 *)];
+       char sm_l_[PADL_(const sigset_t *)]; const sigset_t * sm; char 
sm_r_[PADR_(const sigset_t *)];
+};
 int    freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
 int    freebsd32_recvmsg(struct thread *, struct freebsd32_recvmsg_args *);
 int    freebsd32_sendmsg(struct thread *, struct freebsd32_sendmsg_args *);
@@ -536,6 +544,7 @@ int freebsd32_jail_set(struct thread *, 
 int    freebsd32_semctl(struct thread *, struct freebsd32_semctl_args *);
 int    freebsd32_msgctl(struct thread *, struct freebsd32_msgctl_args *);
 int    freebsd32_shmctl(struct thread *, struct freebsd32_shmctl_args *);
+int    freebsd32_pselect(struct thread *, struct freebsd32_pselect_args *);
 
 #ifdef COMPAT_43
 
@@ -814,6 +823,7 @@ int freebsd7_freebsd32_shmctl(struct thr
 #define        FREEBSD32_SYS_AUE_freebsd32_semctl      AUE_SEMCTL
 #define        FREEBSD32_SYS_AUE_freebsd32_msgctl      AUE_MSGCTL
 #define        FREEBSD32_SYS_AUE_freebsd32_shmctl      AUE_SHMCTL
+#define        FREEBSD32_SYS_AUE_freebsd32_pselect     AUE_SELECT
 
 #undef PAD_
 #undef PADL_

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h       Tue Oct 27 11:01:40 
2009        (r198511)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h       Tue Oct 27 11:02:04 
2009        (r198512)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 197636 
2009-09-30 08:46:01Z rwatson 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 198508 
2009-10-27 10:55:34Z kib 
  */
 
 #define        FREEBSD32_SYS_syscall   0
@@ -382,4 +382,5 @@
 #define        FREEBSD32_SYS_freebsd32_msgctl  511
 #define        FREEBSD32_SYS_freebsd32_shmctl  512
 #define        FREEBSD32_SYS_lpathconf 513
-#define        FREEBSD32_SYS_MAXSYSCALL        522
+#define        FREEBSD32_SYS_freebsd32_pselect 522
+#define        FREEBSD32_SYS_MAXSYSCALL        523

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c      Tue Oct 27 11:01:40 
2009        (r198511)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c      Tue Oct 27 11:02:04 
2009        (r198512)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 197636 
2009-09-30 08:46:01Z rwatson 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 198508 
2009-10-27 10:55:34Z kib 
  */
 
 const char *freebsd32_syscallnames[] = {
@@ -529,4 +529,5 @@ const char *freebsd32_syscallnames[] = {
        "#519",                 /* 519 = pdkill */
        "#520",                 /* 520 = pdgetpid */
        "#521",                 /* 521 = pdwait */
+       "freebsd32_pselect",                    /* 522 = freebsd32_pselect */
 };

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c        Tue Oct 27 11:01:40 
2009        (r198511)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c        Tue Oct 27 11:02:04 
2009        (r198512)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 197636 
2009-09-30 08:46:01Z rwatson 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 198508 
2009-10-27 10:55:34Z kib 
  */
 
 #include "opt_compat.h"
@@ -566,4 +566,5 @@ struct sysent freebsd32_sysent[] = {
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 },                     
/* 519 = pdkill */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 },                     
/* 520 = pdgetpid */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 },                     
/* 521 = pdwait */
+       { AS(freebsd32_pselect_args), (sy_call_t *)freebsd32_pselect, 
AUE_SELECT, NULL, 0, 0, 0 },      /* 522 = freebsd32_pselect */
 };
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to