Author: attilio
Date: Tue Mar 18 21:34:11 2014
New Revision: 263319
URL: http://svnweb.freebsd.org/changeset/base/263319

Log:
  Regen per r263318.
  
  Sponsored by: EMC / Isilon storage division

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
  head/sys/kern/init_sysent.c
  head/sys/kern/syscalls.c
  head/sys/kern/systrace_args.c
  head/sys/sys/syscall.h
  head/sys/sys/syscall.mk
  head/sys/sys/sysproto.h

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Tue Mar 18 21:32:03 2014        
(r263318)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Tue Mar 18 21:34:11 2014        
(r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255708 
2013-09-19 18:53:42Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 263318 
2014-03-18 21:32:03Z attilio 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -367,12 +367,6 @@ struct freebsd32_swapcontext_args {
        char oucp_l_[PADL_(struct freebsd32_ucontext *)]; struct 
freebsd32_ucontext * oucp; char oucp_r_[PADR_(struct freebsd32_ucontext *)];
        char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct 
freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)];
 };
-struct freebsd32_umtx_lock_args {
-       char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char 
umtx_r_[PADR_(struct umtx *)];
-};
-struct freebsd32_umtx_unlock_args {
-       char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char 
umtx_r_[PADR_(struct umtx *)];
-};
 struct freebsd32_ksem_timedwait_args {
        char id_l_[PADL_(semid_t)]; semid_t id; char id_r_[PADR_(semid_t)];
        char abstime_l_[PADL_(const struct timespec32 *)]; const struct 
timespec32 * abstime; char abstime_r_[PADR_(const struct timespec32 *)];
@@ -758,8 +752,6 @@ int freebsd32_sigreturn(struct thread *,
 int    freebsd32_getcontext(struct thread *, struct freebsd32_getcontext_args 
*);
 int    freebsd32_setcontext(struct thread *, struct freebsd32_setcontext_args 
*);
 int    freebsd32_swapcontext(struct thread *, struct 
freebsd32_swapcontext_args *);
-int    freebsd32_umtx_lock(struct thread *, struct freebsd32_umtx_lock_args *);
-int    freebsd32_umtx_unlock(struct thread *, struct 
freebsd32_umtx_unlock_args *);
 int    freebsd32_ksem_timedwait(struct thread *, struct 
freebsd32_ksem_timedwait_args *);
 int    freebsd32_thr_suspend(struct thread *, struct 
freebsd32_thr_suspend_args *);
 int    freebsd32_umtx_op(struct thread *, struct freebsd32_umtx_op_args *);
@@ -1185,8 +1177,6 @@ int       freebsd7_freebsd32_shmctl(struct thr
 #define        FREEBSD32_SYS_AUE_freebsd32_getcontext  AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_setcontext  AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_swapcontext AUE_NULL
-#define        FREEBSD32_SYS_AUE_freebsd32_umtx_lock   AUE_NULL
-#define        FREEBSD32_SYS_AUE_freebsd32_umtx_unlock AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_ksem_timedwait      AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_thr_suspend AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_umtx_op     AUE_NULL

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h       Tue Mar 18 21:32:03 
2014        (r263318)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h       Tue Mar 18 21:34:11 
2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255708 
2013-09-19 18:53:42Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 263318 
2014-03-18 21:32:03Z attilio 
  */
 
 #define        FREEBSD32_SYS_syscall   0
@@ -339,8 +339,6 @@
 #define        FREEBSD32_SYS_thr_exit  431
 #define        FREEBSD32_SYS_thr_self  432
 #define        FREEBSD32_SYS_thr_kill  433
-#define        FREEBSD32_SYS_freebsd32_umtx_lock       434
-#define        FREEBSD32_SYS_freebsd32_umtx_unlock     435
 #define        FREEBSD32_SYS_jail_attach       436
 #define        FREEBSD32_SYS_extattr_list_fd   437
 #define        FREEBSD32_SYS_extattr_list_file 438

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c      Tue Mar 18 21:32:03 
2014        (r263318)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c      Tue Mar 18 21:34:11 
2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255708 
2013-09-19 18:53:42Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 263318 
2014-03-18 21:32:03Z attilio 
  */
 
 const char *freebsd32_syscallnames[] = {
@@ -444,8 +444,8 @@ const char *freebsd32_syscallnames[] = {
        "thr_exit",                     /* 431 = thr_exit */
        "thr_self",                     /* 432 = thr_self */
        "thr_kill",                     /* 433 = thr_kill */
-       "freebsd32_umtx_lock",                  /* 434 = freebsd32_umtx_lock */
-       "freebsd32_umtx_unlock",                        /* 435 = 
freebsd32_umtx_unlock */
+       "#434",                 /* 434 = nosys */
+       "#435",                 /* 435 = nosys */
        "jail_attach",                  /* 436 = jail_attach */
        "extattr_list_fd",                      /* 437 = extattr_list_fd */
        "extattr_list_file",                    /* 438 = extattr_list_file */

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c        Tue Mar 18 21:32:03 
2014        (r263318)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c        Tue Mar 18 21:34:11 
2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255708 
2013-09-19 18:53:42Z jhb 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 263318 
2014-03-18 21:32:03Z attilio 
  */
 
 #include "opt_compat.h"
@@ -481,8 +481,8 @@ struct sysent freebsd32_sysent[] = {
        { AS(thr_exit_args), (sy_call_t *)sys_thr_exit, AUE_NULL, NULL, 0, 0, 
0, SY_THR_STATIC },       /* 431 = thr_exit */
        { AS(thr_self_args), (sy_call_t *)sys_thr_self, AUE_NULL, NULL, 0, 0, 
0, SY_THR_STATIC },       /* 432 = thr_self */
        { AS(thr_kill_args), (sy_call_t *)sys_thr_kill, AUE_NULL, NULL, 0, 0, 
0, SY_THR_STATIC },       /* 433 = thr_kill */
-       { AS(freebsd32_umtx_lock_args), (sy_call_t *)freebsd32_umtx_lock, 
AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC },     /* 434 = freebsd32_umtx_lock */
-       { AS(freebsd32_umtx_unlock_args), (sy_call_t *)freebsd32_umtx_unlock, 
AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 435 = freebsd32_umtx_unlock */
+       { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 434 = nosys */
+       { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 435 = nosys */
        { AS(jail_attach_args), (sy_call_t *)sys_jail_attach, AUE_NULL, NULL, 
0, 0, 0, SY_THR_STATIC }, /* 436 = jail_attach */
        { AS(extattr_list_fd_args), (sy_call_t *)sys_extattr_list_fd, 
AUE_EXTATTR_LIST_FD, NULL, 0, 0, 0, SY_THR_STATIC },      /* 437 = 
extattr_list_fd */
        { AS(extattr_list_file_args), (sy_call_t *)sys_extattr_list_file, 
AUE_EXTATTR_LIST_FILE, NULL, 0, 0, 0, SY_THR_STATIC },        /* 438 = 
extattr_list_file */

Modified: head/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_systrace_args.c Tue Mar 18 21:32:03 
2014        (r263318)
+++ head/sys/compat/freebsd32/freebsd32_systrace_args.c Tue Mar 18 21:34:11 
2014        (r263319)
@@ -2229,20 +2229,6 @@ systrace_args(int sysnum, void *params, 
                *n_args = 2;
                break;
        }
-       /* freebsd32_umtx_lock */
-       case 434: {
-               struct freebsd32_umtx_lock_args *p = params;
-               uarg[0] = (intptr_t) p->umtx; /* struct umtx * */
-               *n_args = 1;
-               break;
-       }
-       /* freebsd32_umtx_unlock */
-       case 435: {
-               struct freebsd32_umtx_unlock_args *p = params;
-               uarg[0] = (intptr_t) p->umtx; /* struct umtx * */
-               *n_args = 1;
-               break;
-       }
        /* jail_attach */
        case 436: {
                struct jail_attach_args *p = params;
@@ -6905,26 +6891,6 @@ systrace_entry_setargdesc(int sysnum, in
                        break;
                };
                break;
-       /* freebsd32_umtx_lock */
-       case 434:
-               switch(ndx) {
-               case 0:
-                       p = "struct umtx *";
-                       break;
-               default:
-                       break;
-               };
-               break;
-       /* freebsd32_umtx_unlock */
-       case 435:
-               switch(ndx) {
-               case 0:
-                       p = "struct umtx *";
-                       break;
-               default:
-                       break;
-               };
-               break;
        /* jail_attach */
        case 436:
                switch(ndx) {
@@ -10182,16 +10148,6 @@ systrace_return_setargdesc(int sysnum, i
                if (ndx == 0 || ndx == 1)
                        p = "int";
                break;
-       /* freebsd32_umtx_lock */
-       case 434:
-               if (ndx == 0 || ndx == 1)
-                       p = "int";
-               break;
-       /* freebsd32_umtx_unlock */
-       case 435:
-               if (ndx == 0 || ndx == 1)
-                       p = "int";
-               break;
        /* jail_attach */
        case 436:
                if (ndx == 0 || ndx == 1)

Modified: head/sys/kern/init_sysent.c
==============================================================================
--- head/sys/kern/init_sysent.c Tue Mar 18 21:32:03 2014        (r263318)
+++ head/sys/kern/init_sysent.c Tue Mar 18 21:34:11 2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 
18:53:42Z jhb 
+ * created from FreeBSD: head/sys/kern/syscalls.master 263318 2014-03-18 
21:32:03Z attilio 
  */
 
 #include "opt_compat.h"
@@ -468,8 +468,8 @@ struct sysent sysent[] = {
        { AS(thr_exit_args), (sy_call_t *)sys_thr_exit, AUE_NULL, NULL, 0, 0, 
SYF_CAPENABLED, SY_THR_STATIC },  /* 431 = thr_exit */
        { AS(thr_self_args), (sy_call_t *)sys_thr_self, AUE_NULL, NULL, 0, 0, 
SYF_CAPENABLED, SY_THR_STATIC },  /* 432 = thr_self */
        { AS(thr_kill_args), (sy_call_t *)sys_thr_kill, AUE_NULL, NULL, 0, 0, 
SYF_CAPENABLED, SY_THR_STATIC },  /* 433 = thr_kill */
-       { AS(_umtx_lock_args), (sy_call_t *)sys__umtx_lock, AUE_NULL, NULL, 0, 
0, SYF_CAPENABLED, SY_THR_STATIC },      /* 434 = _umtx_lock */
-       { AS(_umtx_unlock_args), (sy_call_t *)sys__umtx_unlock, AUE_NULL, NULL, 
0, 0, SYF_CAPENABLED, SY_THR_STATIC },  /* 435 = _umtx_unlock */
+       { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 434 = nosys */
+       { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 435 = nosys */
        { AS(jail_attach_args), (sy_call_t *)sys_jail_attach, AUE_NULL, NULL, 
0, 0, 0, SY_THR_STATIC }, /* 436 = jail_attach */
        { AS(extattr_list_fd_args), (sy_call_t *)sys_extattr_list_fd, 
AUE_EXTATTR_LIST_FD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 437 = 
extattr_list_fd */
        { AS(extattr_list_file_args), (sy_call_t *)sys_extattr_list_file, 
AUE_EXTATTR_LIST_FILE, NULL, 0, 0, 0, SY_THR_STATIC },        /* 438 = 
extattr_list_file */

Modified: head/sys/kern/syscalls.c
==============================================================================
--- head/sys/kern/syscalls.c    Tue Mar 18 21:32:03 2014        (r263318)
+++ head/sys/kern/syscalls.c    Tue Mar 18 21:34:11 2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 
18:53:42Z jhb 
+ * created from FreeBSD: head/sys/kern/syscalls.master 263318 2014-03-18 
21:32:03Z attilio 
  */
 
 const char *syscallnames[] = {
@@ -441,8 +441,8 @@ const char *syscallnames[] = {
        "thr_exit",                     /* 431 = thr_exit */
        "thr_self",                     /* 432 = thr_self */
        "thr_kill",                     /* 433 = thr_kill */
-       "_umtx_lock",                   /* 434 = _umtx_lock */
-       "_umtx_unlock",                 /* 435 = _umtx_unlock */
+       "#434",                 /* 434 = nosys */
+       "#435",                 /* 435 = nosys */
        "jail_attach",                  /* 436 = jail_attach */
        "extattr_list_fd",                      /* 437 = extattr_list_fd */
        "extattr_list_file",                    /* 438 = extattr_list_file */

Modified: head/sys/kern/systrace_args.c
==============================================================================
--- head/sys/kern/systrace_args.c       Tue Mar 18 21:32:03 2014        
(r263318)
+++ head/sys/kern/systrace_args.c       Tue Mar 18 21:34:11 2014        
(r263319)
@@ -2454,20 +2454,6 @@ systrace_args(int sysnum, void *params, 
                *n_args = 2;
                break;
        }
-       /* _umtx_lock */
-       case 434: {
-               struct _umtx_lock_args *p = params;
-               uarg[0] = (intptr_t) p->umtx; /* struct umtx * */
-               *n_args = 1;
-               break;
-       }
-       /* _umtx_unlock */
-       case 435: {
-               struct _umtx_unlock_args *p = params;
-               uarg[0] = (intptr_t) p->umtx; /* struct umtx * */
-               *n_args = 1;
-               break;
-       }
        /* jail_attach */
        case 436: {
                struct jail_attach_args *p = params;
@@ -7373,26 +7359,6 @@ systrace_entry_setargdesc(int sysnum, in
                        break;
                };
                break;
-       /* _umtx_lock */
-       case 434:
-               switch(ndx) {
-               case 0:
-                       p = "struct umtx *";
-                       break;
-               default:
-                       break;
-               };
-               break;
-       /* _umtx_unlock */
-       case 435:
-               switch(ndx) {
-               case 0:
-                       p = "struct umtx *";
-                       break;
-               default:
-                       break;
-               };
-               break;
        /* jail_attach */
        case 436:
                switch(ndx) {
@@ -10455,16 +10421,6 @@ systrace_return_setargdesc(int sysnum, i
                if (ndx == 0 || ndx == 1)
                        p = "int";
                break;
-       /* _umtx_lock */
-       case 434:
-               if (ndx == 0 || ndx == 1)
-                       p = "int";
-               break;
-       /* _umtx_unlock */
-       case 435:
-               if (ndx == 0 || ndx == 1)
-                       p = "int";
-               break;
        /* jail_attach */
        case 436:
                if (ndx == 0 || ndx == 1)

Modified: head/sys/sys/syscall.h
==============================================================================
--- head/sys/sys/syscall.h      Tue Mar 18 21:32:03 2014        (r263318)
+++ head/sys/sys/syscall.h      Tue Mar 18 21:34:11 2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 
18:53:42Z jhb 
+ * created from FreeBSD: head/sys/kern/syscalls.master 263318 2014-03-18 
21:32:03Z attilio 
  */
 
 #define        SYS_syscall     0
@@ -359,8 +359,6 @@
 #define        SYS_thr_exit    431
 #define        SYS_thr_self    432
 #define        SYS_thr_kill    433
-#define        SYS__umtx_lock  434
-#define        SYS__umtx_unlock        435
 #define        SYS_jail_attach 436
 #define        SYS_extattr_list_fd     437
 #define        SYS_extattr_list_file   438

Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk     Tue Mar 18 21:32:03 2014        (r263318)
+++ head/sys/sys/syscall.mk     Tue Mar 18 21:34:11 2014        (r263319)
@@ -1,7 +1,7 @@
 # FreeBSD system call names.
 # DO NOT EDIT-- this file is automatically generated.
 # $FreeBSD$
-# created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 
18:53:42Z jhb 
+# created from FreeBSD: head/sys/kern/syscalls.master 263318 2014-03-18 
21:32:03Z attilio 
 MIASM =  \
        syscall.o \
        exit.o \
@@ -308,8 +308,6 @@ MIASM =  \
        thr_exit.o \
        thr_self.o \
        thr_kill.o \
-       _umtx_lock.o \
-       _umtx_unlock.o \
        jail_attach.o \
        extattr_list_fd.o \
        extattr_list_file.o \

Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h     Tue Mar 18 21:32:03 2014        (r263318)
+++ head/sys/sys/sysproto.h     Tue Mar 18 21:34:11 2014        (r263319)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 
18:53:42Z jhb 
+ * created from FreeBSD: head/sys/kern/syscalls.master 263318 2014-03-18 
21:32:03Z attilio 
  */
 
 #ifndef _SYS_SYSPROTO_H_
@@ -1301,12 +1301,6 @@ struct thr_kill_args {
        char id_l_[PADL_(long)]; long id; char id_r_[PADR_(long)];
        char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
 };
-struct _umtx_lock_args {
-       char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char 
umtx_r_[PADR_(struct umtx *)];
-};
-struct _umtx_unlock_args {
-       char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char 
umtx_r_[PADR_(struct umtx *)];
-};
 struct jail_attach_args {
        char jid_l_[PADL_(int)]; int jid; char jid_r_[PADR_(int)];
 };
@@ -2108,8 +2102,6 @@ int       sys_thr_create(struct thread *, stru
 int    sys_thr_exit(struct thread *, struct thr_exit_args *);
 int    sys_thr_self(struct thread *, struct thr_self_args *);
 int    sys_thr_kill(struct thread *, struct thr_kill_args *);
-int    sys__umtx_lock(struct thread *, struct _umtx_lock_args *);
-int    sys__umtx_unlock(struct thread *, struct _umtx_unlock_args *);
 int    sys_jail_attach(struct thread *, struct jail_attach_args *);
 int    sys_extattr_list_fd(struct thread *, struct extattr_list_fd_args *);
 int    sys_extattr_list_file(struct thread *, struct extattr_list_file_args *);
@@ -2815,8 +2807,6 @@ int       freebsd7_shmctl(struct thread *, str
 #define        SYS_AUE_thr_exit        AUE_NULL
 #define        SYS_AUE_thr_self        AUE_NULL
 #define        SYS_AUE_thr_kill        AUE_NULL
-#define        SYS_AUE__umtx_lock      AUE_NULL
-#define        SYS_AUE__umtx_unlock    AUE_NULL
 #define        SYS_AUE_jail_attach     AUE_NULL
 #define        SYS_AUE_extattr_list_fd AUE_EXTATTR_LIST_FD
 #define        SYS_AUE_extattr_list_file       AUE_EXTATTR_LIST_FILE
_______________________________________________
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