Author: jilles
Date: Tue Sep 17 20:49:05 2013
New Revision: 255658
URL: http://svnweb.freebsd.org/changeset/base/255658

Log:
  Regenerate for freebsd32_cap_enter().
  
  Approved by:  re (hrs)

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
  head/sys/compat/freebsd32/freebsd32_systrace_args.c

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Tue Sep 17 20:48:19 2013        
(r255657)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Tue Sep 17 20:49:05 2013        
(r255658)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255219 
2013-09-05 00:09:56Z pjd 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255657 
2013-09-17 20:48:19Z jilles 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -15,6 +15,7 @@
 #include <sys/_ffcounter.h>
 #include <sys/_semaphore.h>
 #include <sys/ucontext.h>
+#include <sys/wait.h>
 
 #include <bsm/audit_kevents.h>
 
@@ -591,6 +592,9 @@ 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_cap_enter_args {
+       register_t dummy;
+};
 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 *)];
@@ -779,6 +783,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_cap_enter(struct thread *, struct freebsd32_cap_enter_args *);
 int    freebsd32_pselect(struct thread *, struct freebsd32_pselect_args *);
 #ifdef PAD64_REQUIRED
 int    freebsd32_posix_fallocate(struct thread *, struct 
freebsd32_posix_fallocate_args *);
@@ -1182,6 +1187,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_cap_enter   AUE_CAP_ENTER
 #define        FREEBSD32_SYS_AUE_freebsd32_pselect     AUE_SELECT
 #define        FREEBSD32_SYS_AUE_freebsd32_posix_fallocate     AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_posix_fadvise       AUE_NULL

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h       Tue Sep 17 20:48:19 
2013        (r255657)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h       Tue Sep 17 20:49:05 
2013        (r255658)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255219 
2013-09-05 00:09:56Z pjd 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255657 
2013-09-17 20:48:19Z jilles 
  */
 
 #define        FREEBSD32_SYS_syscall   0
@@ -422,7 +422,7 @@
 #define        FREEBSD32_SYS_lpathconf 513
                                /* 514 is obsolete cap_new */
 #define        FREEBSD32_SYS___cap_rights_get  515
-#define        FREEBSD32_SYS_cap_enter 516
+#define        FREEBSD32_SYS_freebsd32_cap_enter       516
 #define        FREEBSD32_SYS_cap_getmode       517
 #define        FREEBSD32_SYS_pdfork    518
 #define        FREEBSD32_SYS_pdkill    519

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c      Tue Sep 17 20:48:19 
2013        (r255657)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c      Tue Sep 17 20:49:05 
2013        (r255658)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255219 
2013-09-05 00:09:56Z pjd 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255657 
2013-09-17 20:48:19Z jilles 
  */
 
 const char *freebsd32_syscallnames[] = {
@@ -539,7 +539,7 @@ const char *freebsd32_syscallnames[] = {
        "lpathconf",                    /* 513 = lpathconf */
        "obs_cap_new",                  /* 514 = obsolete cap_new */
        "__cap_rights_get",                     /* 515 = __cap_rights_get */
-       "cap_enter",                    /* 516 = cap_enter */
+       "freebsd32_cap_enter",                  /* 516 = freebsd32_cap_enter */
        "cap_getmode",                  /* 517 = cap_getmode */
        "pdfork",                       /* 518 = pdfork */
        "pdkill",                       /* 519 = pdkill */

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c        Tue Sep 17 20:48:19 
2013        (r255657)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c        Tue Sep 17 20:49:05 
2013        (r255658)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255219 
2013-09-05 00:09:56Z pjd 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255657 
2013-09-17 20:48:19Z jilles 
  */
 
 #include "opt_compat.h"
@@ -576,7 +576,7 @@ struct sysent freebsd32_sysent[] = {
        { AS(lpathconf_args), (sy_call_t *)sys_lpathconf, AUE_LPATHCONF, NULL, 
0, 0, 0, SY_THR_STATIC },        /* 513 = lpathconf */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 514 = obsolete cap_new */
        { AS(__cap_rights_get_args), (sy_call_t *)sys___cap_rights_get, 
AUE_CAP_RIGHTS_GET, NULL, 0, 0, 0, SY_THR_STATIC },     /* 515 = 
__cap_rights_get */
-       { 0, (sy_call_t *)sys_cap_enter, AUE_CAP_ENTER, NULL, 0, 0, 0, 
SY_THR_STATIC }, /* 516 = cap_enter */
+       { 0, (sy_call_t *)freebsd32_cap_enter, AUE_CAP_ENTER, NULL, 0, 0, 0, 
SY_THR_STATIC },   /* 516 = freebsd32_cap_enter */
        { AS(cap_getmode_args), (sy_call_t *)sys_cap_getmode, AUE_CAP_GETMODE, 
NULL, 0, 0, 0, SY_THR_STATIC },  /* 517 = cap_getmode */
        { AS(pdfork_args), (sy_call_t *)sys_pdfork, AUE_PDFORK, NULL, 0, 0, 0, 
SY_THR_STATIC }, /* 518 = pdfork */
        { AS(pdkill_args), (sy_call_t *)sys_pdkill, AUE_PDKILL, NULL, 0, 0, 0, 
SY_THR_STATIC }, /* 519 = pdkill */

Modified: head/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_systrace_args.c Tue Sep 17 20:48:19 
2013        (r255657)
+++ head/sys/compat/freebsd32/freebsd32_systrace_args.c Tue Sep 17 20:49:05 
2013        (r255658)
@@ -2999,7 +2999,7 @@ systrace_args(int sysnum, void *params, 
                *n_args = 3;
                break;
        }
-       /* cap_enter */
+       /* freebsd32_cap_enter */
        case 516: {
                *n_args = 0;
                break;
@@ -8275,7 +8275,7 @@ systrace_entry_setargdesc(int sysnum, in
                        break;
                };
                break;
-       /* cap_enter */
+       /* freebsd32_cap_enter */
        case 516:
                break;
        /* cap_getmode */
@@ -10522,7 +10522,7 @@ systrace_return_setargdesc(int sysnum, i
                if (ndx == 0 || ndx == 1)
                        p = "int";
                break;
-       /* cap_enter */
+       /* freebsd32_cap_enter */
        case 516:
        /* cap_getmode */
        case 517:
_______________________________________________
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