Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 23:09:17 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r318164 - in stable: 10/sys/amd64/linux 10/sys/amd64/linux32 10/sys/compat/freebsd32 10/sys/compat/svr4 10/sys/i386/ibcs2 10/sys/i386/linux 10/sys/kern 10/sys/sys 11/sys/amd64/linux 11/...
Message-ID:  <201705102309.v4AN9Hfe095064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed May 10 23:09:17 2017
New Revision: 318164
URL: https://svnweb.freebsd.org/changeset/base/318164

Log:
  MFC 313564:
  Drop the "created from" line from files generated by makesyscalls.sh.
  
  This information is less useful when the generated files are included in
  source control along with the source.  If needed it can be reconstructed
  from the $FreeBSD$ tag in the generated file.  Removing this information
  from the generated output permits committing the generated files along
  with the change to the system call master list without having inconsistent
  metadata in the generated files.
  
  Regenerate the affected files along with the MFC.

Modified:
  stable/10/sys/amd64/linux/linux_proto.h
  stable/10/sys/amd64/linux/linux_syscall.h
  stable/10/sys/amd64/linux/linux_syscalls.c
  stable/10/sys/amd64/linux/linux_sysent.c
  stable/10/sys/amd64/linux32/linux32_proto.h
  stable/10/sys/amd64/linux32/linux32_syscall.h
  stable/10/sys/amd64/linux32/linux32_syscalls.c
  stable/10/sys/amd64/linux32/linux32_sysent.c
  stable/10/sys/compat/freebsd32/freebsd32_proto.h
  stable/10/sys/compat/freebsd32/freebsd32_syscall.h
  stable/10/sys/compat/freebsd32/freebsd32_syscalls.c
  stable/10/sys/compat/freebsd32/freebsd32_sysent.c
  stable/10/sys/compat/svr4/svr4_proto.h
  stable/10/sys/compat/svr4/svr4_syscall.h
  stable/10/sys/compat/svr4/svr4_syscallnames.c
  stable/10/sys/compat/svr4/svr4_sysent.c
  stable/10/sys/i386/ibcs2/ibcs2_proto.h
  stable/10/sys/i386/ibcs2/ibcs2_syscall.h
  stable/10/sys/i386/ibcs2/ibcs2_sysent.c
  stable/10/sys/i386/linux/linux_proto.h
  stable/10/sys/i386/linux/linux_syscall.h
  stable/10/sys/i386/linux/linux_syscalls.c
  stable/10/sys/i386/linux/linux_sysent.c
  stable/10/sys/kern/init_sysent.c
  stable/10/sys/kern/makesyscalls.sh
  stable/10/sys/kern/syscalls.c
  stable/10/sys/sys/syscall.h
  stable/10/sys/sys/syscall.mk
  stable/10/sys/sys/sysproto.h
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sys/amd64/linux/linux_proto.h
  stable/11/sys/amd64/linux/linux_syscall.h
  stable/11/sys/amd64/linux/linux_syscalls.c
  stable/11/sys/amd64/linux/linux_sysent.c
  stable/11/sys/amd64/linux32/linux32_proto.h
  stable/11/sys/amd64/linux32/linux32_syscall.h
  stable/11/sys/amd64/linux32/linux32_syscalls.c
  stable/11/sys/amd64/linux32/linux32_sysent.c
  stable/11/sys/compat/cloudabi32/cloudabi32_proto.h
  stable/11/sys/compat/cloudabi32/cloudabi32_syscall.h
  stable/11/sys/compat/cloudabi32/cloudabi32_syscalls.c
  stable/11/sys/compat/cloudabi32/cloudabi32_sysent.c
  stable/11/sys/compat/cloudabi64/cloudabi64_proto.h
  stable/11/sys/compat/cloudabi64/cloudabi64_syscall.h
  stable/11/sys/compat/cloudabi64/cloudabi64_syscalls.c
  stable/11/sys/compat/cloudabi64/cloudabi64_sysent.c
  stable/11/sys/compat/freebsd32/freebsd32_proto.h
  stable/11/sys/compat/freebsd32/freebsd32_syscall.h
  stable/11/sys/compat/freebsd32/freebsd32_syscalls.c
  stable/11/sys/compat/freebsd32/freebsd32_sysent.c
  stable/11/sys/compat/svr4/svr4_proto.h
  stable/11/sys/compat/svr4/svr4_syscall.h
  stable/11/sys/compat/svr4/svr4_syscallnames.c
  stable/11/sys/compat/svr4/svr4_sysent.c
  stable/11/sys/i386/ibcs2/ibcs2_proto.h
  stable/11/sys/i386/ibcs2/ibcs2_syscall.h
  stable/11/sys/i386/ibcs2/ibcs2_sysent.c
  stable/11/sys/i386/linux/linux_proto.h
  stable/11/sys/i386/linux/linux_syscall.h
  stable/11/sys/i386/linux/linux_syscalls.c
  stable/11/sys/i386/linux/linux_sysent.c
  stable/11/sys/kern/init_sysent.c
  stable/11/sys/kern/makesyscalls.sh
  stable/11/sys/kern/syscalls.c
  stable/11/sys/sys/syscall.h
  stable/11/sys/sys/syscall.mk
  stable/11/sys/sys/sysproto.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/10/sys/amd64/linux/linux_proto.h
==============================================================================
--- stable/10/sys/amd64/linux/linux_proto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux/linux_proto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #ifndef _LINUX_SYSPROTO_H_

Modified: stable/10/sys/amd64/linux/linux_syscall.h
==============================================================================
--- stable/10/sys/amd64/linux/linux_syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux/linux_syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #define	LINUX_SYS_read	0

Modified: stable/10/sys/amd64/linux/linux_syscalls.c
==============================================================================
--- stable/10/sys/amd64/linux/linux_syscalls.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux/linux_syscalls.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 const char *linux_syscallnames[] = {

Modified: stable/10/sys/amd64/linux/linux_sysent.c
==============================================================================
--- stable/10/sys/amd64/linux/linux_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux/linux_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #include <sys/param.h>

Modified: stable/10/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- stable/10/sys/amd64/linux32/linux32_proto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux32/linux32_proto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #ifndef _LINUX32_SYSPROTO_H_

Modified: stable/10/sys/amd64/linux32/linux32_syscall.h
==============================================================================
--- stable/10/sys/amd64/linux32/linux32_syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux32/linux32_syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #define	LINUX32_SYS_linux_exit	1

Modified: stable/10/sys/amd64/linux32/linux32_syscalls.c
==============================================================================
--- stable/10/sys/amd64/linux32/linux32_syscalls.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux32/linux32_syscalls.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 const char *linux32_syscallnames[] = {

Modified: stable/10/sys/amd64/linux32/linux32_sysent.c
==============================================================================
--- stable/10/sys/amd64/linux32/linux32_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/amd64/linux32/linux32_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #include "opt_compat.h"

Modified: stable/10/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- stable/10/sys/compat/freebsd32/freebsd32_proto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/freebsd32/freebsd32_proto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/compat/freebsd32/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_

Modified: stable/10/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- stable/10/sys/compat/freebsd32/freebsd32_syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/freebsd32/freebsd32_syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/compat/freebsd32/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 #define	FREEBSD32_SYS_syscall	0

Modified: stable/10/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- stable/10/sys/compat/freebsd32/freebsd32_syscalls.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/freebsd32/freebsd32_syscalls.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/compat/freebsd32/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 const char *freebsd32_syscallnames[] = {

Modified: stable/10/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- stable/10/sys/compat/freebsd32/freebsd32_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/freebsd32/freebsd32_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/compat/freebsd32/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 #include "opt_compat.h"

Modified: stable/10/sys/compat/svr4/svr4_proto.h
==============================================================================
--- stable/10/sys/compat/svr4/svr4_proto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/svr4/svr4_proto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 #ifndef _SVR4_SYSPROTO_H_
@@ -12,8 +11,10 @@
 #include <sys/signal.h>
 #include <sys/acl.h>
 #include <sys/cpuset.h>
+#include <sys/_ffcounter.h>
 #include <sys/_semaphore.h>
 #include <sys/ucontext.h>
+#include <sys/wait.h>
 
 #include <bsm/audit_kevents.h>
 

Modified: stable/10/sys/compat/svr4/svr4_syscall.h
==============================================================================
--- stable/10/sys/compat/svr4/svr4_syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/svr4/svr4_syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 #define	SVR4_SYS_exit	1

Modified: stable/10/sys/compat/svr4/svr4_syscallnames.c
==============================================================================
--- stable/10/sys/compat/svr4/svr4_syscallnames.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/svr4/svr4_syscallnames.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 const char *svr4_syscallnames[] = {

Modified: stable/10/sys/compat/svr4/svr4_sysent.c
==============================================================================
--- stable/10/sys/compat/svr4/svr4_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/compat/svr4/svr4_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 #include <sys/types.h>

Modified: stable/10/sys/i386/ibcs2/ibcs2_proto.h
==============================================================================
--- stable/10/sys/i386/ibcs2/ibcs2_proto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/ibcs2/ibcs2_proto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 #ifndef _IBCS2_SYSPROTO_H_
@@ -12,8 +11,10 @@
 #include <sys/signal.h>
 #include <sys/acl.h>
 #include <sys/cpuset.h>
+#include <sys/_ffcounter.h>
 #include <sys/_semaphore.h>
 #include <sys/ucontext.h>
+#include <sys/wait.h>
 
 #include <bsm/audit_kevents.h>
 

Modified: stable/10/sys/i386/ibcs2/ibcs2_syscall.h
==============================================================================
--- stable/10/sys/i386/ibcs2/ibcs2_syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/ibcs2/ibcs2_syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 #define	IBCS2_SYS_syscall	0

Modified: stable/10/sys/i386/ibcs2/ibcs2_sysent.c
==============================================================================
--- stable/10/sys/i386/ibcs2/ibcs2_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/ibcs2/ibcs2_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 227691 2011-11-19 06:35:15Z ed 
  */
 
 #include <sys/param.h>

Modified: stable/10/sys/i386/linux/linux_proto.h
==============================================================================
--- stable/10/sys/i386/linux/linux_proto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/linux/linux_proto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #ifndef _LINUX_SYSPROTO_H_

Modified: stable/10/sys/i386/linux/linux_syscall.h
==============================================================================
--- stable/10/sys/i386/linux/linux_syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/linux/linux_syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #define	LINUX_SYS_linux_exit	1

Modified: stable/10/sys/i386/linux/linux_syscalls.c
==============================================================================
--- stable/10/sys/i386/linux/linux_syscalls.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/linux/linux_syscalls.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 const char *linux_syscallnames[] = {

Modified: stable/10/sys/i386/linux/linux_sysent.c
==============================================================================
--- stable/10/sys/i386/linux/linux_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/i386/linux/linux_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 302962 2016-07-17 15:07:33Z dchagin 
  */
 
 #include <sys/param.h>

Modified: stable/10/sys/kern/init_sysent.c
==============================================================================
--- stable/10/sys/kern/init_sysent.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/kern/init_sysent.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/kern/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 #include "opt_compat.h"

Modified: stable/10/sys/kern/makesyscalls.sh
==============================================================================
--- stable/10/sys/kern/makesyscalls.sh	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/kern/makesyscalls.sh	Wed May 10 23:09:17 2017	(r318164)
@@ -113,10 +113,12 @@ sed -e '
 		printf "/*\n * System call switch table.\n *\n" > syssw
 		printf " * DO NOT EDIT-- this file is automatically generated.\n" > syssw
 		printf " * $%s$\n", "FreeBSD" > syssw
+		printf " */\n\n" > syssw
 
 		printf "/*\n * System call prototypes.\n *\n" > sysarg
 		printf " * DO NOT EDIT-- this file is automatically generated.\n" > sysarg
 		printf " * $%s$\n", "FreeBSD" > sysarg
+		printf " */\n\n" > sysarg
 
 		printf "\n#ifdef %s\n\n", compat > syscompat
 		printf "\n#ifdef %s\n\n", compat4 > syscompat4
@@ -126,11 +128,14 @@ sed -e '
 		printf "/*\n * System call names.\n *\n" > sysnames
 		printf " * DO NOT EDIT-- this file is automatically generated.\n" > sysnames
 		printf " * $%s$\n", "FreeBSD" > sysnames
+		printf " */\n\n" > sysnames
 
 		printf "/*\n * System call numbers.\n *\n" > syshdr
 		printf " * DO NOT EDIT-- this file is automatically generated.\n" > syshdr
 		printf " * $%s$\n", "FreeBSD" > syshdr
-		printf "# FreeBSD system call names.\n" > sysmk
+		printf " */\n\n" > syshdr
+
+		printf "# FreeBSD system call object files.\n" > sysmk
 		printf "# DO NOT EDIT-- this file is automatically generated.\n" > sysmk
 		printf "# $%s$\n", "FreeBSD" > sysmk
 
@@ -139,15 +144,9 @@ sed -e '
 		printf " * $%s$\n", "FreeBSD" > systrace
 	}
 	NR == 1 {
-		gsub("[$]FreeBSD: ", "FreeBSD: ", $0)
-		gsub(" [$]", "", $0)
-
-		printf " * created from%s\n */\n\n", $0 > syssw
-
 		printf "\n/* The casts are bogus but will do for now. */\n" > sysent
 		printf "struct sysent %s[] = {\n",switchname > sysent
 
-		printf " * created from%s\n */\n\n", $0 > sysarg
 		printf "#ifndef %s\n", sysproto_h > sysarg
 		printf "#define\t%s\n\n", sysproto_h > sysarg
 		printf "#include <sys/signal.h>\n" > sysarg
@@ -170,12 +169,9 @@ sed -e '
 		printf "#define\tPADR_(t)\t0\n" > sysarg
 		printf "#endif\n\n" > sysarg
 
-		printf " * created from%s\n */\n\n", $0 > sysnames
 		printf "const char *%s[] = {\n", namesname > sysnames
 
-		printf " * created from%s\n */\n\n", $0 > syshdr
-
-		printf "# created from%s\nMIASM = ", $0 > sysmk
+		printf "MIASM = " > sysmk
 
 		printf " * This file is part of the DTrace syscall provider.\n */\n\n" > systrace
 		printf "static void\nsystrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)\n{\n" > systrace

Modified: stable/10/sys/kern/syscalls.c
==============================================================================
--- stable/10/sys/kern/syscalls.c	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/kern/syscalls.c	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/kern/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 const char *syscallnames[] = {

Modified: stable/10/sys/sys/syscall.h
==============================================================================
--- stable/10/sys/sys/syscall.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/sys/syscall.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/kern/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 #define	SYS_syscall	0

Modified: stable/10/sys/sys/syscall.mk
==============================================================================
--- stable/10/sys/sys/syscall.mk	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/sys/syscall.mk	Wed May 10 23:09:17 2017	(r318164)
@@ -1,7 +1,6 @@
-# FreeBSD system call names.
+# FreeBSD system call object files.
 # DO NOT EDIT-- this file is automatically generated.
 # $FreeBSD$
-# created from FreeBSD: stable/10/sys/kern/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
 MIASM =  \
 	syscall.o \
 	exit.o \

Modified: stable/10/sys/sys/sysproto.h
==============================================================================
--- stable/10/sys/sys/sysproto.h	Wed May 10 22:45:05 2017	(r318163)
+++ stable/10/sys/sys/sysproto.h	Wed May 10 23:09:17 2017	(r318164)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: stable/10/sys/kern/syscalls.master 293474 2016-01-09 14:20:23Z dchagin 
  */
 
 #ifndef _SYS_SYSPROTO_H_



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705102309.v4AN9Hfe095064>