Author: dchagin
Date: Sun May 24 18:09:01 2015
New Revision: 283493
URL: https://svnweb.freebsd.org/changeset/base/283493

Log:
  Regen for r283492.

Modified:
  head/sys/amd64/linux/linux_proto.h
  head/sys/amd64/linux/linux_syscall.h
  head/sys/amd64/linux/linux_syscalls.c
  head/sys/amd64/linux/linux_sysent.c
  head/sys/amd64/linux/linux_systrace_args.c
  head/sys/amd64/linux32/linux32_proto.h
  head/sys/amd64/linux32/linux32_syscall.h
  head/sys/amd64/linux32/linux32_syscalls.c
  head/sys/amd64/linux32/linux32_sysent.c
  head/sys/amd64/linux32/linux32_systrace_args.c
  head/sys/i386/linux/linux_proto.h
  head/sys/i386/linux/linux_syscall.h
  head/sys/i386/linux/linux_syscalls.c
  head/sys/i386/linux/linux_sysent.c
  head/sys/i386/linux/linux_systrace_args.c

Modified: head/sys/amd64/linux/linux_proto.h
==============================================================================
--- head/sys/amd64/linux/linux_proto.h  Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux/linux_proto.h  Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 #ifndef _LINUX_SYSPROTO_H_
@@ -1087,7 +1087,7 @@ struct linux_clock_adjtime_args {
        register_t dummy;
 };
 struct linux_syncfs_args {
-       register_t dummy;
+       char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
 };
 struct linux_sendmmsg_args {
        char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
@@ -1648,7 +1648,7 @@ int       linux_finit_module(struct thread *, 
 #define        LINUX_SYS_AUE_linux_name_to_handle_at   AUE_NULL
 #define        LINUX_SYS_AUE_linux_open_by_handle_at   AUE_NULL
 #define        LINUX_SYS_AUE_linux_clock_adjtime       AUE_NULL
-#define        LINUX_SYS_AUE_linux_syncfs      AUE_NULL
+#define        LINUX_SYS_AUE_linux_syncfs      AUE_SYNC
 #define        LINUX_SYS_AUE_linux_sendmmsg    AUE_NULL
 #define        LINUX_SYS_AUE_linux_setns       AUE_NULL
 #define        LINUX_SYS_AUE_linux_process_vm_readv    AUE_NULL

Modified: head/sys/amd64/linux/linux_syscall.h
==============================================================================
--- head/sys/amd64/linux/linux_syscall.h        Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux/linux_syscall.h        Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 #define        LINUX_SYS_read  0

Modified: head/sys/amd64/linux/linux_syscalls.c
==============================================================================
--- head/sys/amd64/linux/linux_syscalls.c       Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux/linux_syscalls.c       Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 const char *linux_syscallnames[] = {

Modified: head/sys/amd64/linux/linux_sysent.c
==============================================================================
--- head/sys/amd64/linux/linux_sysent.c Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux/linux_sysent.c Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 #include <sys/param.h>
@@ -324,7 +324,7 @@ struct sysent linux_sysent[] = {
        { 0, (sy_call_t *)linux_name_to_handle_at, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },    /* 303 = linux_name_to_handle_at */
        { 0, (sy_call_t *)linux_open_by_handle_at, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },    /* 304 = linux_open_by_handle_at */
        { 0, (sy_call_t *)linux_clock_adjtime, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },        /* 305 = linux_clock_adjtime */
-       { 0, (sy_call_t *)linux_syncfs, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC 
},       /* 306 = linux_syncfs */
+       { AS(linux_syncfs_args), (sy_call_t *)linux_syncfs, AUE_SYNC, NULL, 0, 
0, 0, SY_THR_STATIC },   /* 306 = linux_syncfs */
        { AS(linux_sendmmsg_args), (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 
0, 0, 0, SY_THR_STATIC },       /* 307 = linux_sendmmsg */
        { 0, (sy_call_t *)linux_setns, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC 
},        /* 308 = linux_setns */
        { 0, (sy_call_t *)linux_process_vm_readv, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },     /* 309 = linux_process_vm_readv */

Modified: head/sys/amd64/linux/linux_systrace_args.c
==============================================================================
--- head/sys/amd64/linux/linux_systrace_args.c  Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux/linux_systrace_args.c  Sun May 24 18:09:01 2015        
(r283493)
@@ -2228,7 +2228,9 @@ systrace_args(int sysnum, void *params, 
        }
        /* linux_syncfs */
        case 306: {
-               *n_args = 0;
+               struct linux_syncfs_args *p = params;
+               iarg[0] = p->fd; /* l_int */
+               *n_args = 1;
                break;
        }
        /* linux_sendmmsg */
@@ -5598,6 +5600,13 @@ systrace_entry_setargdesc(int sysnum, in
                break;
        /* linux_syncfs */
        case 306:
+               switch(ndx) {
+               case 0:
+                       p = "l_int";
+                       break;
+               default:
+                       break;
+               };
                break;
        /* linux_sendmmsg */
        case 307:
@@ -6850,6 +6859,9 @@ systrace_return_setargdesc(int sysnum, i
        case 305:
        /* linux_syncfs */
        case 306:
+               if (ndx == 0 || ndx == 1)
+                       p = "int";
+               break;
        /* linux_sendmmsg */
        case 307:
                if (ndx == 0 || ndx == 1)

Modified: head/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- head/sys/amd64/linux32/linux32_proto.h      Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux32/linux32_proto.h      Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 #ifndef _LINUX_SYSPROTO_H_
@@ -1141,7 +1141,7 @@ struct linux_clock_adjtime_args {
        register_t dummy;
 };
 struct linux_syncfs_args {
-       register_t dummy;
+       char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
 };
 struct linux_sendmmsg_args {
        char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
@@ -1736,7 +1736,7 @@ int       linux_process_vm_writev(struct threa
 #define        LINUX_SYS_AUE_linux_name_to_handle_at   AUE_NULL
 #define        LINUX_SYS_AUE_linux_open_by_handle_at   AUE_NULL
 #define        LINUX_SYS_AUE_linux_clock_adjtime       AUE_NULL
-#define        LINUX_SYS_AUE_linux_syncfs      AUE_NULL
+#define        LINUX_SYS_AUE_linux_syncfs      AUE_SYNC
 #define        LINUX_SYS_AUE_linux_sendmmsg    AUE_NULL
 #define        LINUX_SYS_AUE_linux_setns       AUE_NULL
 #define        LINUX_SYS_AUE_linux_process_vm_readv    AUE_NULL

Modified: head/sys/amd64/linux32/linux32_syscall.h
==============================================================================
--- head/sys/amd64/linux32/linux32_syscall.h    Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux32/linux32_syscall.h    Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 #define        LINUX_SYS_linux_exit    1

Modified: head/sys/amd64/linux32/linux32_syscalls.c
==============================================================================
--- head/sys/amd64/linux32/linux32_syscalls.c   Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux32/linux32_syscalls.c   Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 const char *linux_syscallnames[] = {

Modified: head/sys/amd64/linux32/linux32_sysent.c
==============================================================================
--- head/sys/amd64/linux32/linux32_sysent.c     Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/amd64/linux32/linux32_sysent.c     Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283488 
2015-05-24 18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283492 
2015-05-24 18:08:01Z dchagin 
  */
 
 #include "opt_compat.h"
@@ -363,7 +363,7 @@ struct sysent linux_sysent[] = {
        { 0, (sy_call_t *)linux_name_to_handle_at, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },    /* 341 = linux_name_to_handle_at */
        { 0, (sy_call_t *)linux_open_by_handle_at, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },    /* 342 = linux_open_by_handle_at */
        { 0, (sy_call_t *)linux_clock_adjtime, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },        /* 343 = linux_clock_adjtime */
-       { 0, (sy_call_t *)linux_syncfs, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC 
},       /* 344 = linux_syncfs */
+       { AS(linux_syncfs_args), (sy_call_t *)linux_syncfs, AUE_SYNC, NULL, 0, 
0, 0, SY_THR_STATIC },   /* 344 = linux_syncfs */
        { AS(linux_sendmmsg_args), (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 
0, 0, 0, SY_THR_STATIC },       /* 345 = linux_sendmmsg */
        { 0, (sy_call_t *)linux_setns, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC 
},        /* 346 = linux_setns */
        { 0, (sy_call_t *)linux_process_vm_readv, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },     /* 347 = linux_process_vm_readv */

Modified: head/sys/amd64/linux32/linux32_systrace_args.c
==============================================================================
--- head/sys/amd64/linux32/linux32_systrace_args.c      Sun May 24 18:08:01 
2015        (r283492)
+++ head/sys/amd64/linux32/linux32_systrace_args.c      Sun May 24 18:09:01 
2015        (r283493)
@@ -2325,7 +2325,9 @@ systrace_args(int sysnum, void *params, 
        }
        /* linux_syncfs */
        case 344: {
-               *n_args = 0;
+               struct linux_syncfs_args *p = params;
+               iarg[0] = p->fd; /* l_int */
+               *n_args = 1;
                break;
        }
        /* linux_sendmmsg */
@@ -5786,6 +5788,13 @@ systrace_entry_setargdesc(int sysnum, in
                break;
        /* linux_syncfs */
        case 344:
+               switch(ndx) {
+               case 0:
+                       p = "l_int";
+                       break;
+               default:
+                       break;
+               };
                break;
        /* linux_sendmmsg */
        case 345:
@@ -7108,6 +7117,9 @@ systrace_return_setargdesc(int sysnum, i
        case 343:
        /* linux_syncfs */
        case 344:
+               if (ndx == 0 || ndx == 1)
+                       p = "int";
+               break;
        /* linux_sendmmsg */
        case 345:
                if (ndx == 0 || ndx == 1)

Modified: head/sys/i386/linux/linux_proto.h
==============================================================================
--- head/sys/i386/linux/linux_proto.h   Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/i386/linux/linux_proto.h   Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 283488 2015-05-24 
18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 283492 2015-05-24 
18:08:01Z dchagin 
  */
 
 #ifndef _LINUX_SYSPROTO_H_
@@ -1159,7 +1159,7 @@ struct linux_clock_adjtime_args {
        register_t dummy;
 };
 struct linux_syncfs_args {
-       register_t dummy;
+       char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
 };
 struct linux_sendmmsg_args {
        char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
@@ -1758,7 +1758,7 @@ int       linux_process_vm_writev(struct threa
 #define        LINUX_SYS_AUE_linux_name_to_handle_at   AUE_NULL
 #define        LINUX_SYS_AUE_linux_open_by_handle_at   AUE_NULL
 #define        LINUX_SYS_AUE_linux_clock_adjtime       AUE_NULL
-#define        LINUX_SYS_AUE_linux_syncfs      AUE_NULL
+#define        LINUX_SYS_AUE_linux_syncfs      AUE_SYNC
 #define        LINUX_SYS_AUE_linux_sendmmsg    AUE_NULL
 #define        LINUX_SYS_AUE_linux_setns       AUE_NULL
 #define        LINUX_SYS_AUE_linux_process_vm_readv    AUE_NULL

Modified: head/sys/i386/linux/linux_syscall.h
==============================================================================
--- head/sys/i386/linux/linux_syscall.h Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/i386/linux/linux_syscall.h Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 283488 2015-05-24 
18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 283492 2015-05-24 
18:08:01Z dchagin 
  */
 
 #define        LINUX_SYS_linux_exit    1

Modified: head/sys/i386/linux/linux_syscalls.c
==============================================================================
--- head/sys/i386/linux/linux_syscalls.c        Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/i386/linux/linux_syscalls.c        Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 283488 2015-05-24 
18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 283492 2015-05-24 
18:08:01Z dchagin 
  */
 
 const char *linux_syscallnames[] = {

Modified: head/sys/i386/linux/linux_sysent.c
==============================================================================
--- head/sys/i386/linux/linux_sysent.c  Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/i386/linux/linux_sysent.c  Sun May 24 18:09:01 2015        
(r283493)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 283488 2015-05-24 
18:04:04Z dchagin 
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 283492 2015-05-24 
18:08:01Z dchagin 
  */
 
 #include <sys/param.h>
@@ -362,7 +362,7 @@ struct sysent linux_sysent[] = {
        { 0, (sy_call_t *)linux_name_to_handle_at, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },    /* 341 = linux_name_to_handle_at */
        { 0, (sy_call_t *)linux_open_by_handle_at, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },    /* 342 = linux_open_by_handle_at */
        { 0, (sy_call_t *)linux_clock_adjtime, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },        /* 343 = linux_clock_adjtime */
-       { 0, (sy_call_t *)linux_syncfs, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC 
},       /* 344 = linux_syncfs */
+       { AS(linux_syncfs_args), (sy_call_t *)linux_syncfs, AUE_SYNC, NULL, 0, 
0, 0, SY_THR_STATIC },   /* 344 = linux_syncfs */
        { AS(linux_sendmmsg_args), (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 
0, 0, 0, SY_THR_STATIC },       /* 345 = linux_sendmmsg */
        { 0, (sy_call_t *)linux_setns, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC 
},        /* 346 = linux_setns */
        { 0, (sy_call_t *)linux_process_vm_readv, AUE_NULL, NULL, 0, 0, 0, 
SY_THR_STATIC },     /* 347 = linux_process_vm_readv */

Modified: head/sys/i386/linux/linux_systrace_args.c
==============================================================================
--- head/sys/i386/linux/linux_systrace_args.c   Sun May 24 18:08:01 2015        
(r283492)
+++ head/sys/i386/linux/linux_systrace_args.c   Sun May 24 18:09:01 2015        
(r283493)
@@ -2401,7 +2401,9 @@ systrace_args(int sysnum, void *params, 
        }
        /* linux_syncfs */
        case 344: {
-               *n_args = 0;
+               struct linux_syncfs_args *p = params;
+               iarg[0] = p->fd; /* l_int */
+               *n_args = 1;
                break;
        }
        /* linux_sendmmsg */
@@ -6017,6 +6019,13 @@ systrace_entry_setargdesc(int sysnum, in
                break;
        /* linux_syncfs */
        case 344:
+               switch(ndx) {
+               case 0:
+                       p = "l_int";
+                       break;
+               default:
+                       break;
+               };
                break;
        /* linux_sendmmsg */
        case 345:
@@ -7386,6 +7395,9 @@ systrace_return_setargdesc(int sysnum, i
        case 343:
        /* linux_syncfs */
        case 344:
+               if (ndx == 0 || ndx == 1)
+                       p = "int";
+               break;
        /* linux_sendmmsg */
        case 345:
                if (ndx == 0 || ndx == 1)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to