Author: kevans
Date: Wed Sep 25 17:30:28 2019
New Revision: 352694
URL: https://svnweb.freebsd.org/changeset/base/352694

Log:
  sysent: regenerate after r352693

Modified:
  head/sys/amd64/linux/linux_proto.h
  head/sys/amd64/linux32/linux32_proto.h
  head/sys/arm64/linux/linux_proto.h
  head/sys/compat/freebsd32/freebsd32_proto.h
  head/sys/i386/linux/linux_proto.h
  head/sys/sys/sysproto.h

Modified: head/sys/amd64/linux/linux_proto.h
==============================================================================
--- head/sys/amd64/linux/linux_proto.h  Wed Sep 25 17:29:45 2019        
(r352693)
+++ head/sys/amd64/linux/linux_proto.h  Wed Sep 25 17:30:28 2019        
(r352694)
@@ -1556,6 +1556,13 @@ int      linux_io_uring_register(struct thread *, struct 
li
 
 #endif /* COMPAT_FREEBSD11 */
 
+
+#ifdef COMPAT_FREEBSD12
+
+#define        nosys   linux_nosys
+
+#endif /* COMPAT_FREEBSD12 */
+
 #define        LINUX_SYS_AUE_linux_open        AUE_OPEN_RWTC
 #define        LINUX_SYS_AUE_linux_newstat     AUE_STAT
 #define        LINUX_SYS_AUE_linux_newfstat    AUE_FSTAT

Modified: head/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- head/sys/amd64/linux32/linux32_proto.h      Wed Sep 25 17:29:45 2019        
(r352693)
+++ head/sys/amd64/linux32/linux32_proto.h      Wed Sep 25 17:30:28 2019        
(r352694)
@@ -1896,6 +1896,13 @@ int      linux_io_uring_register(struct thread *, struct 
li
 
 #endif /* COMPAT_FREEBSD11 */
 
+
+#ifdef COMPAT_FREEBSD12
+
+#define        nosys   linux_nosys
+
+#endif /* COMPAT_FREEBSD12 */
+
 #define        LINUX32_SYS_AUE_linux_exit      AUE_EXIT
 #define        LINUX32_SYS_AUE_linux_fork      AUE_FORK
 #define        LINUX32_SYS_AUE_linux_open      AUE_OPEN_RWTC

Modified: head/sys/arm64/linux/linux_proto.h
==============================================================================
--- head/sys/arm64/linux/linux_proto.h  Wed Sep 25 17:29:45 2019        
(r352693)
+++ head/sys/arm64/linux/linux_proto.h  Wed Sep 25 17:30:28 2019        
(r352694)
@@ -1320,6 +1320,13 @@ int      linux_pkey_free(struct thread *, struct 
linux_pkey
 
 #endif /* COMPAT_FREEBSD11 */
 
+
+#ifdef COMPAT_FREEBSD12
+
+#define        nosys   linux_nosys
+
+#endif /* COMPAT_FREEBSD12 */
+
 #define        LINUX_SYS_AUE_linux_setxattr    AUE_NULL
 #define        LINUX_SYS_AUE_linux_lsetxattr   AUE_NULL
 #define        LINUX_SYS_AUE_linux_fsetxattr   AUE_NULL

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Wed Sep 25 17:29:45 2019        
(r352693)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Wed Sep 25 17:30:28 2019        
(r352694)
@@ -1266,6 +1266,30 @@ int      freebsd11_freebsd32_fstatat(struct thread *, 
struc
 
 #endif /* COMPAT_FREEBSD11 */
 
+
+#ifdef COMPAT_FREEBSD12
+
+#if !defined(PAD64_REQUIRED) && !defined(__amd64__)
+#define PAD64_REQUIRED
+#endif
+#ifdef PAD64_REQUIRED
+#else
+#endif
+#ifdef PAD64_REQUIRED
+#else
+#endif
+#ifdef PAD64_REQUIRED
+#else
+#endif
+#ifdef PAD64_REQUIRED
+#else
+#endif
+#ifdef PAD64_REQUIRED
+#else
+#endif
+
+#endif /* COMPAT_FREEBSD12 */
+
 #define        FREEBSD32_SYS_AUE_freebsd32_wait4       AUE_WAIT4
 #define        FREEBSD32_SYS_AUE_freebsd4_freebsd32_getfsstat  AUE_GETFSSTAT
 #define        FREEBSD32_SYS_AUE_ofreebsd32_lseek      AUE_LSEEK

Modified: head/sys/i386/linux/linux_proto.h
==============================================================================
--- head/sys/i386/linux/linux_proto.h   Wed Sep 25 17:29:45 2019        
(r352693)
+++ head/sys/i386/linux/linux_proto.h   Wed Sep 25 17:30:28 2019        
(r352694)
@@ -1916,6 +1916,13 @@ int      linux_io_uring_register(struct thread *, struct 
li
 
 #endif /* COMPAT_FREEBSD11 */
 
+
+#ifdef COMPAT_FREEBSD12
+
+#define        nosys   linux_nosys
+
+#endif /* COMPAT_FREEBSD12 */
+
 #define        LINUX_SYS_AUE_linux_exit        AUE_EXIT
 #define        LINUX_SYS_AUE_linux_fork        AUE_FORK
 #define        LINUX_SYS_AUE_linux_open        AUE_OPEN_RWTC

Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h     Wed Sep 25 17:29:45 2019        (r352693)
+++ head/sys/sys/sysproto.h     Wed Sep 25 17:30:28 2019        (r352694)
@@ -2643,6 +2643,12 @@ int      freebsd11_mknodat(struct thread *, struct 
freebsd1
 
 #endif /* COMPAT_FREEBSD11 */
 
+
+#ifdef COMPAT_FREEBSD12
+
+
+#endif /* COMPAT_FREEBSD12 */
+
 #define        SYS_AUE_syscall AUE_NULL
 #define        SYS_AUE_exit    AUE_EXIT
 #define        SYS_AUE_fork    AUE_FORK
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to