Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys Regen



details:   https://anonhg.NetBSD.org/src/rev/80661996a77e
branches:  pgoyette-compat
changeset: 830470:80661996a77e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 17 06:50:55 2018 +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/cpu.h                             |  7 +------
 sys/sys/syscall.h                         |  4 ++--
 sys/sys/syscallargs.h                     |  4 ++--
 9 files changed, 21 insertions(+), 26 deletions(-)

diffs (179 lines):

diff -r 6470e7a24692 -r 80661996a77e sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/kern/init_sysent.c    Sat Mar 17 06:50:55 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.319.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: init_sysent.c,v 1.319.2.4 2018/03/17 06:50:55 pgoyette Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.319.2.3 2018/03/16 00:38:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.319.2.4 2018/03/17 06:50:55 pgoyette Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r 6470e7a24692 -r 80661996a77e sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/kern/syscalls.c       Sat Mar 17 06:50:55 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.310.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: syscalls.c,v 1.310.2.4 2018/03/17 06:50:55 pgoyette Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.3 2018/03/16 00:38:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.4 2018/03/17 06:50:55 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r 6470e7a24692 -r 80661996a77e sys/kern/syscalls_autoload.c
--- a/sys/kern/syscalls_autoload.c      Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/kern/syscalls_autoload.c      Sat Mar 17 06:50:55 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls_autoload.c,v 1.27.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: syscalls_autoload.c,v 1.27.2.4 2018/03/17 06:50:55 pgoyette Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.27.2.3 2018/03/16 00:38:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.27.2.4 2018/03/17 06:50:55 pgoyette Exp $");
 
 #include <sys/proc.h>
 static struct sc_autoload netbsd_syscalls_autoload[] = {
@@ -172,7 +172,7 @@
            { SYS___lfs_segwait50, "lfs" },
            { SYS___mq_timedsend50, "mqueue" },
            { SYS___mq_timedreceive50, "mqueue" },
-           { SYS_compat_60__lwp_park, "compat_60" },
+           { SYS_compat_60__lwp_park, "compat" },
            { SYS___aio_suspend50, "aio" },
            { SYS_____semctl50, "sysv_ipc" },
            { SYS___shmctl50, "sysv_ipc" },
diff -r 6470e7a24692 -r 80661996a77e sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c  Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/kern/systrace_args.c  Sat Mar 17 06:50:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace_args.c,v 1.29.2.3 2018/03/16 01:16:29 pgoyette Exp $ */
+/* $NetBSD: systrace_args.c,v 1.29.2.4 2018/03/17 06:50:55 pgoyette Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.
diff -r 6470e7a24692 -r 80661996a77e sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Sat Mar 17 06:50:55 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.108.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.108.2.4 2018/03/17 06:50:55 pgoyette Exp $ */
 
 /*
  * System call protos in rump namespace.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 6470e7a24692 -r 80661996a77e sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Sat Mar 17 06:50:55 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.137.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.137.2.4 2018/03/17 06:50:56 pgoyette Exp $ */
 
 /*
  * System call vector and marshalling for rump.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.137.2.3 2018/03/16 00:38:17 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.137.2.4 2018/03/17 06:50:56 pgoyette Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>
diff -r 6470e7a24692 -r 80661996a77e sys/sys/cpu.h
--- a/sys/sys/cpu.h     Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/sys/cpu.h     Sat Mar 17 06:50:55 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.42.2.2 2018/03/17 00:11:13 pgoyette Exp $    */
+/*     $NetBSD: cpu.h,v 1.42.2.3 2018/03/17 06:50:56 pgoyette Exp $    */
 
 /*-
  * Copyright (c) 2007 YAMAMOTO Takashi,
@@ -129,15 +129,10 @@
 
 int cpu_ucode_get_version(struct cpu_ucode_version *);
 int cpu_ucode_apply(const struct cpu_ucode *);
-
-extern int (*vec_compat6_cpu_ucode_get_version)(struct compat6_cpu_ucode *);
-extern int (*vec_compat6_cpu_ucode_apply)(const struct compat6_cpu_ucode *);
-
 #ifdef COMPAT_60
 int compat6_cpu_ucode_get_version(struct compat6_cpu_ucode *);
 int compat6_cpu_ucode_apply(const struct compat6_cpu_ucode *);
 #endif
-
 int cpu_ucode_load(struct cpu_ucode_softc *, const char *);
 int cpu_ucode_md_open(firmware_handle_t *, int, const char *);
 #endif
diff -r 6470e7a24692 -r 80661996a77e sys/sys/syscall.h
--- a/sys/sys/syscall.h Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/sys/syscall.h Sat Mar 17 06:50:55 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.304.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: syscall.h,v 1.304.2.4 2018/03/17 06:50:56 pgoyette Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #ifndef _SYS_SYSCALL_H_
diff -r 6470e7a24692 -r 80661996a77e sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Sat Mar 17 06:49:56 2018 +0000
+++ b/sys/sys/syscallargs.h     Sat Mar 17 06:50:55 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.288.2.3 2018/03/16 00:38:17 pgoyette Exp $ */
+/* $NetBSD: syscallargs.h,v 1.288.2.4 2018/03/17 06:50:56 pgoyette Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.3 2018/03/16 00:35:40 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_



Home | Main Index | Thread Index | Old Index