Source-Changes-HG archive

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

[src/trunk]: src/sys Regen



details:   https://anonhg.NetBSD.org/src/rev/7799e5632e66
branches:  trunk
changeset: 968575:7799e5632e66
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 21 02:38:25 2020 +0000

description:
Regen

diffstat:

 sys/kern/init_sysent.c                    |  6 +++---
 sys/kern/syscalls.c                       |  6 +++---
 sys/kern/syscalls_autoload.c              |  8 ++++----
 sys/kern/systrace_args.c                  |  2 +-
 sys/rump/include/rump/rump_syscalls.h     |  4 ++--
 sys/rump/librump/rumpkern/rump_syscalls.c |  6 +++---
 sys/sys/syscall.h                         |  4 ++--
 sys/sys/syscallargs.h                     |  4 ++--
 8 files changed, 20 insertions(+), 20 deletions(-)

diffs (154 lines):

diff -r 738396f1d589 -r 7799e5632e66 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/kern/init_sysent.c    Tue Jan 21 02:38:25 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.326 2019/10/21 14:23:53 christos Exp $ */
+/* $NetBSD: init_sysent.c,v 1.327 2020/01/21 02:38:25 pgoyette Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.326 2019/10/21 14:23:53 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.327 2020/01/21 02:38:25 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_modular.h"
diff -r 738396f1d589 -r 7799e5632e66 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/kern/syscalls.c       Tue Jan 21 02:38:25 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.314 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: syscalls.c,v 1.315 2020/01/21 02:38:25 pgoyette Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.314 2019/09/22 23:03:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.315 2020/01/21 02:38:25 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #ifdef _KERNEL_OPT
diff -r 738396f1d589 -r 7799e5632e66 sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c      Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/kern/syscalls_autoload.c      Tue Jan 21 02:38:25 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.31 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.32 2020/01/21 02:38:25 pgoyette Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.31 2019/09/22 23:03:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.32 2020/01/21 02:38:25 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_modular.h"
@@ -77,7 +77,7 @@
            { SYS_compat_43_ogetrlimit, "compat_43" },
            { SYS_compat_43_osetrlimit, "compat_43" },
            { SYS_compat_43_okillpg, "compat_43" },
-           { SYS_compat_50_quotactl, "compat_50" },
+           { SYS_compat_50_quotactl, "compat_50_quota" },
            { SYS_compat_43_oquota, "compat_43" },
            { SYS_compat_43_ogetsockname, "compat_43" },
            { SYS_nfssvc, "nfsserver" },
diff -r 738396f1d589 -r 7799e5632e66 sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c  Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/kern/systrace_args.c  Tue Jan 21 02:38:25 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.33 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: systrace_args.c,v 1.34 2020/01/21 02:38:25 pgoyette Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.
diff -r 738396f1d589 -r 7799e5632e66 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Tue Jan 21 02:38:25 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.112 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.113 2020/01/21 02:38:26 pgoyette Exp $ */
 
 /*
  * System call protos in rump namespace.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 738396f1d589 -r 7799e5632e66 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Tue Jan 21 02:38:25 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.143 2019/10/09 01:43:35 christos Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.144 2020/01/21 02:38:26 pgoyette Exp $ */
 
 /*
  * System call vector and marshalling for rump.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.143 2019/10/09 01:43:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.144 2020/01/21 02:38:26 pgoyette Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>
diff -r 738396f1d589 -r 7799e5632e66 sys/sys/syscall.h
--- a/sys/sys/syscall.h Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/sys/syscall.h Tue Jan 21 02:38:25 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.308 2019/09/22 23:03:21 christos Exp $ */
+/* $NetBSD: syscall.h,v 1.309 2020/01/21 02:38:26 pgoyette Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #ifndef _SYS_SYSCALL_H_
diff -r 738396f1d589 -r 7799e5632e66 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Tue Jan 21 02:37:16 2020 +0000
+++ b/sys/sys/syscallargs.h     Tue Jan 21 02:38:25 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.292 2019/09/22 23:03:21 christos Exp $ */
+/* $NetBSD: syscallargs.h,v 1.293 2020/01/21 02:38:26 pgoyette Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.297 2020/01/21 02:37:16 pgoyette Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_



Home | Main Index | Thread Index | Old Index