svn commit: r347230 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/freebsd32 i386/linux kern sys

Ed Maste emaste at FreeBSD.org
Tue May 7 18:10:29 UTC 2019


Author: emaste
Date: Tue May  7 18:10:21 2019
New Revision: 347230
URL: https://svnweb.freebsd.org/changeset/base/347230

Log:
  make sysent after r347228
  
  Regenerate to add @generated tag in generated files.

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/arm64/linux/linux_proto.h
  head/sys/arm64/linux/linux_syscall.h
  head/sys/arm64/linux/linux_syscalls.c
  head/sys/arm64/linux/linux_sysent.c
  head/sys/arm64/linux/linux_systrace_args.c
  head/sys/compat/freebsd32/freebsd32_proto.h
  head/sys/compat/freebsd32/freebsd32_syscall.h
  head/sys/compat/freebsd32/freebsd32_syscalls.c
  head/sys/compat/freebsd32/freebsd32_sysent.c
  head/sys/compat/freebsd32/freebsd32_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
  head/sys/kern/init_sysent.c
  head/sys/kern/syscalls.c
  head/sys/kern/systrace_args.c
  head/sys/sys/syscall.h
  head/sys/sys/syscall.mk
  head/sys/sys/sysproto.h

Modified: head/sys/amd64/linux/linux_proto.h
==============================================================================
--- head/sys/amd64/linux/linux_proto.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux/linux_proto.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux/linux_syscall.h
==============================================================================
--- head/sys/amd64/linux/linux_syscall.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux/linux_syscall.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux/linux_syscalls.c
==============================================================================
--- head/sys/amd64/linux/linux_syscalls.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux/linux_syscalls.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux/linux_sysent.c
==============================================================================
--- head/sys/amd64/linux/linux_sysent.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux/linux_sysent.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux/linux_systrace_args.c
==============================================================================
--- head/sys/amd64/linux/linux_systrace_args.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux/linux_systrace_args.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: head/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- head/sys/amd64/linux32/linux32_proto.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux32/linux32_proto.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux32/linux32_syscall.h
==============================================================================
--- head/sys/amd64/linux32/linux32_syscall.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux32/linux32_syscall.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux32/linux32_syscalls.c
==============================================================================
--- head/sys/amd64/linux32/linux32_syscalls.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux32/linux32_syscalls.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux32/linux32_sysent.c
==============================================================================
--- head/sys/amd64/linux32/linux32_sysent.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux32/linux32_sysent.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/amd64/linux32/linux32_systrace_args.c
==============================================================================
--- head/sys/amd64/linux32/linux32_systrace_args.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/amd64/linux32/linux32_systrace_args.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: head/sys/arm64/linux/linux_proto.h
==============================================================================
--- head/sys/arm64/linux/linux_proto.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/arm64/linux/linux_proto.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/arm64/linux/linux_syscall.h
==============================================================================
--- head/sys/arm64/linux/linux_syscall.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/arm64/linux/linux_syscall.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/arm64/linux/linux_syscalls.c
==============================================================================
--- head/sys/arm64/linux/linux_syscalls.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/arm64/linux/linux_syscalls.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/arm64/linux/linux_sysent.c
==============================================================================
--- head/sys/arm64/linux/linux_sysent.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/arm64/linux/linux_sysent.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/arm64/linux/linux_systrace_args.c
==============================================================================
--- head/sys/arm64/linux/linux_systrace_args.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/arm64/linux/linux_systrace_args.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/compat/freebsd32/freebsd32_proto.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_systrace_args.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/compat/freebsd32/freebsd32_systrace_args.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: head/sys/i386/linux/linux_proto.h
==============================================================================
--- head/sys/i386/linux/linux_proto.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/i386/linux/linux_proto.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/i386/linux/linux_syscall.h
==============================================================================
--- head/sys/i386/linux/linux_syscall.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/i386/linux/linux_syscall.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/i386/linux/linux_syscalls.c
==============================================================================
--- head/sys/i386/linux/linux_syscalls.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/i386/linux/linux_syscalls.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/i386/linux/linux_sysent.c
==============================================================================
--- head/sys/i386/linux/linux_sysent.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/i386/linux/linux_sysent.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/i386/linux/linux_systrace_args.c
==============================================================================
--- head/sys/i386/linux/linux_systrace_args.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/i386/linux/linux_systrace_args.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: head/sys/kern/init_sysent.c
==============================================================================
--- head/sys/kern/init_sysent.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/kern/init_sysent.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call switch table.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/kern/syscalls.c
==============================================================================
--- head/sys/kern/syscalls.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/kern/syscalls.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call names.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/kern/systrace_args.c
==============================================================================
--- head/sys/kern/systrace_args.c	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/kern/systrace_args.c	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call argument to DTrace register array converstion.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  * This file is part of the DTrace syscall provider.
  */

Modified: head/sys/sys/syscall.h
==============================================================================
--- head/sys/sys/syscall.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/sys/syscall.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call numbers.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 

Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/sys/syscall.mk	Tue May  7 18:10:21 2019	(r347230)
@@ -1,5 +1,5 @@
 # FreeBSD system call object files.
-# DO NOT EDIT-- this file is automatically generated.
+# DO NOT EDIT-- this file is automatically @generated.
 # $FreeBSD$
 MIASM =  \
 	syscall.o \

Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h	Tue May  7 17:47:20 2019	(r347229)
+++ head/sys/sys/sysproto.h	Tue May  7 18:10:21 2019	(r347230)
@@ -1,7 +1,7 @@
 /*
  * System call prototypes.
  *
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
  * $FreeBSD$
  */
 


More information about the svn-src-head mailing list