Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch Regen for utimes(2) change.



details:   https://anonhg.NetBSD.org/src/rev/689d4a1bf48b
branches:  trunk
changeset: 329566:689d4a1bf48b
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu May 29 10:36:31 2014 +0000

description:
Regen for utimes(2) change.

diffstat:

 sys/compat/linux/arch/alpha/linux_syscall.h     |   6 +++---
 sys/compat/linux/arch/alpha/linux_syscallargs.h |  12 ++++--------
 sys/compat/linux/arch/alpha/linux_syscalls.c    |   6 +++---
 sys/compat/linux/arch/alpha/linux_sysent.c      |  10 +++++-----
 sys/compat/linux/arch/amd64/linux_syscall.h     |   6 +++---
 sys/compat/linux/arch/amd64/linux_syscallargs.h |  12 ++++--------
 sys/compat/linux/arch/amd64/linux_syscalls.c    |   6 +++---
 sys/compat/linux/arch/amd64/linux_sysent.c      |  10 +++++-----
 sys/compat/linux/arch/arm/linux_syscall.h       |   6 +++---
 sys/compat/linux/arch/arm/linux_syscallargs.h   |  12 ++++--------
 sys/compat/linux/arch/arm/linux_syscalls.c      |   6 +++---
 sys/compat/linux/arch/arm/linux_sysent.c        |  10 +++++-----
 sys/compat/linux/arch/i386/linux_syscall.h      |   6 +++---
 sys/compat/linux/arch/i386/linux_syscallargs.h  |  12 ++++--------
 sys/compat/linux/arch/i386/linux_syscalls.c     |   6 +++---
 sys/compat/linux/arch/i386/linux_sysent.c       |  10 +++++-----
 sys/compat/linux/arch/m68k/linux_syscall.h      |   6 +++---
 sys/compat/linux/arch/m68k/linux_syscallargs.h  |  12 ++++--------
 sys/compat/linux/arch/m68k/linux_syscalls.c     |   6 +++---
 sys/compat/linux/arch/m68k/linux_sysent.c       |  10 +++++-----
 sys/compat/linux/arch/mips/linux_syscall.h      |   6 +++---
 sys/compat/linux/arch/mips/linux_syscallargs.h  |  12 ++++--------
 sys/compat/linux/arch/mips/linux_syscalls.c     |   6 +++---
 sys/compat/linux/arch/mips/linux_sysent.c       |  10 +++++-----
 24 files changed, 90 insertions(+), 114 deletions(-)

diffs (truncated from 696 to 300 lines):

diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h       Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h       Thu May 29 10:36:31 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.93 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.94 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.87 2014/05/17 09:23:51 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.88 2014/05/29 10:35:26 njoly Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALL_H_
@@ -501,7 +501,7 @@
 /* syscall: "setitimer" ret: "int" args: "int" "const struct itimerval50 *" "struct itimerval50 *" */
 #define        LINUX_SYS_setitimer     362
 
-/* syscall: "utimes" ret: "int" args: "char *" "struct linux_timeval *" */
+/* syscall: "utimes" ret: "int" args: "const char *" "const struct timeval50 *" */
 #define        LINUX_SYS_utimes        363
 
 /* syscall: "getrusage" ret: "int" args: "int" "struct rusage50 *" */
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h   Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h   Thu May 29 10:36:31 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.92 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.93 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.87 2014/05/17 09:23:51 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.88 2014/05/29 10:35:26 njoly Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -792,11 +792,7 @@
 
 struct compat_50_sys_setitimer_args;
 
-struct linux_sys_utimes_args {
-       syscallarg(char *) path;
-       syscallarg(struct linux_timeval *) times;
-};
-check_syscall_args(linux_sys_utimes)
+struct compat_50_sys_utimes_args;
 
 struct compat_50_sys_getrusage_args;
 
@@ -1485,7 +1481,7 @@
 
 int    compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
 
-int    linux_sys_utimes(struct lwp *, const struct linux_sys_utimes_args *, register_t *);
+int    compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
 
 int    compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
 
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c      Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c      Thu May 29 10:36:31 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.94 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.95 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.87 2014/05/17 09:23:51 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.88 2014/05/29 10:35:26 njoly Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.94 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.95 2014/05/29 10:36:31 njoly Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c        Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c        Thu May 29 10:36:31 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.93 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.94 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.87 2014/05/17 09:23:51 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.88 2014/05/29 10:35:26 njoly Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.93 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.94 2014/05/29 10:36:31 njoly Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_sysv.h"
@@ -796,8 +796,8 @@
            (sy_call_t *)compat_50_sys_getitimer },/* 361 = getitimer */
        { ns(struct compat_50_sys_setitimer_args), SYCALL_ARG_PTR,
            (sy_call_t *)compat_50_sys_setitimer },/* 362 = setitimer */
-       { ns(struct linux_sys_utimes_args), SYCALL_ARG_PTR,
-           (sy_call_t *)linux_sys_utimes },    /* 363 = utimes */
+       { ns(struct compat_50_sys_utimes_args), SYCALL_ARG_PTR,
+           (sy_call_t *)compat_50_sys_utimes },/* 363 = utimes */
        { ns(struct compat_50_sys_getrusage_args), SYCALL_ARG_PTR,
            (sy_call_t *)compat_50_sys_getrusage },/* 364 = getrusage */
        { ns(struct linux_sys_wait4_args), SYCALL_ARG_PTR,
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h       Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h       Thu May 29 10:36:31 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.53 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.51 2014/05/29 10:35:26 njoly Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALL_H_
@@ -591,7 +591,7 @@
 /* syscall: "tgkill" ret: "int" args: "int" "int" "int" */
 #define        LINUX_SYS_tgkill        234
 
-/* syscall: "utimes" ret: "int" args: "const char *" "struct linux_timeval *" */
+/* syscall: "utimes" ret: "int" args: "const char *" "const struct timeval50 *" */
 #define        LINUX_SYS_utimes        235
 
 /* syscall: "openat" ret: "int" args: "int" "const char *" "int" "..." */
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h   Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h   Thu May 29 10:36:31 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.53 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.51 2014/05/29 10:35:26 njoly Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -892,11 +892,7 @@
 };
 check_syscall_args(linux_sys_tgkill)
 
-struct linux_sys_utimes_args {
-       syscallarg(const char *) path;
-       syscallarg(struct linux_timeval *) times;
-};
-check_syscall_args(linux_sys_utimes)
+struct compat_50_sys_utimes_args;
 
 struct linux_sys_openat_args {
        syscallarg(int) fd;
@@ -1406,7 +1402,7 @@
 
 int    linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
 
-int    linux_sys_utimes(struct lwp *, const struct linux_sys_utimes_args *, register_t *);
+int    compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
 
 int    linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
 
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c      Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c      Thu May 29 10:36:31 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.53 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.51 2014/05/29 10:35:26 njoly Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.52 2014/05/20 17:26:04 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.53 2014/05/29 10:36:31 njoly Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c        Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c        Thu May 29 10:36:31 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.53 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.51 2014/05/29 10:35:26 njoly Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.52 2014/05/20 17:26:04 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.53 2014/05/29 10:36:31 njoly Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_sysv.h"
@@ -548,8 +548,8 @@
            linux_sys_nosys },                  /* 233 = unimplemented epoll_ctl */
        { ns(struct linux_sys_tgkill_args), 0,
            (sy_call_t *)linux_sys_tgkill },    /* 234 = tgkill */
-       { ns(struct linux_sys_utimes_args), SYCALL_ARG_PTR,
-           (sy_call_t *)linux_sys_utimes },    /* 235 = utimes */
+       { ns(struct compat_50_sys_utimes_args), SYCALL_ARG_PTR,
+           (sy_call_t *)compat_50_sys_utimes },/* 235 = utimes */
        { 0, 0, 0,
            linux_sys_nosys },                  /* 236 = unimplemented vserver */
        { 0, 0, 0,
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Thu May 29 10:36:31 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.62 2014/05/20 17:26:04 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.63 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2014/05/20 17:24:49 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2014/05/29 10:35:27 njoly Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALL_H_
@@ -646,7 +646,7 @@
 /* syscall: "tgkill" ret: "int" args: "int" "int" "int" */
 #define        LINUX_SYS_tgkill        268
 
-/* syscall: "utimes" ret: "int" args: "const char *" "struct linux_timeval *" */
+/* syscall: "utimes" ret: "int" args: "const char *" "const struct timeval50 *" */
 #define        LINUX_SYS_utimes        269
 
 /* syscall: "fadvise64_64" ret: "int" args: "int" "off_t" "off_t" "int" */
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h     Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h     Thu May 29 10:36:31 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.62 2014/05/20 17:26:04 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.63 2014/05/29 10:36:31 njoly Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2014/05/20 17:24:49 njoly Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2014/05/29 10:35:27 njoly Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -958,11 +958,7 @@
 };
 check_syscall_args(linux_sys_tgkill)
 
-struct linux_sys_utimes_args {
-       syscallarg(const char *) path;
-       syscallarg(struct linux_timeval *) times;
-};
-check_syscall_args(linux_sys_utimes)
+struct compat_50_sys_utimes_args;
 
 struct linux_sys_fadvise64_64_args {
        syscallarg(int) fd;
@@ -1501,7 +1497,7 @@
 
 int    linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
 
-int    linux_sys_utimes(struct lwp *, const struct linux_sys_utimes_args *, register_t *);
+int    compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
 
 int    linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);
 
diff -r ed77a2bd7f66 -r 689d4a1bf48b sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c        Thu May 29 10:35:26 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c        Thu May 29 10:36:31 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.62 2014/05/20 17:26:04 njoly Exp $ */



Home | Main Index | Thread Index | Old Index