svn commit: r357109 - in stable: 11/sys/i386/ibcs2 12/sys/i386/ibcs2
Kyle Evans
kevans at FreeBSD.org
Sat Jan 25 05:52:34 UTC 2020
Author: kevans
Date: Sat Jan 25 05:52:31 2020
New Revision: 357109
URL: https://svnweb.freebsd.org/changeset/base/357109
Log:
Regenerate ibcs2 sysent targets, NFC
Direct commit; these hadn't been regenerated in a wihle, and it's nice to
see no diff going forward in case these get tweaked a little bit more for
conventions. Unlikely.
Modified:
stable/12/sys/i386/ibcs2/ibcs2_isc_syscall.h
stable/12/sys/i386/ibcs2/ibcs2_isc_sysent.c
stable/12/sys/i386/ibcs2/ibcs2_xenix.h
stable/12/sys/i386/ibcs2/ibcs2_xenix_syscall.h
stable/12/sys/i386/ibcs2/ibcs2_xenix_sysent.c
Changes in other areas also in this revision:
Modified:
stable/11/sys/i386/ibcs2/ibcs2_isc_syscall.h
stable/11/sys/i386/ibcs2/ibcs2_isc_sysent.c
stable/11/sys/i386/ibcs2/ibcs2_xenix.h
stable/11/sys/i386/ibcs2/ibcs2_xenix_syscall.h
stable/11/sys/i386/ibcs2/ibcs2_xenix_sysent.c
Modified: stable/12/sys/i386/ibcs2/ibcs2_isc_syscall.h
==============================================================================
--- stable/12/sys/i386/ibcs2/ibcs2_isc_syscall.h Sat Jan 25 05:47:56 2020 (r357108)
+++ stable/12/sys/i386/ibcs2/ibcs2_isc_syscall.h Sat Jan 25 05:52:31 2020 (r357109)
@@ -1,9 +1,8 @@
/*
* System call numbers.
*
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb
*/
#define IBCS2_ISC_ibcs2_rename 2
Modified: stable/12/sys/i386/ibcs2/ibcs2_isc_sysent.c
==============================================================================
--- stable/12/sys/i386/ibcs2/ibcs2_isc_sysent.c Sat Jan 25 05:47:56 2020 (r357108)
+++ stable/12/sys/i386/ibcs2/ibcs2_isc_sysent.c Sat Jan 25 05:52:31 2020 (r357109)
@@ -1,9 +1,8 @@
/*
* System call switch table.
*
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb
*/
#include <sys/param.h>
Modified: stable/12/sys/i386/ibcs2/ibcs2_xenix.h
==============================================================================
--- stable/12/sys/i386/ibcs2/ibcs2_xenix.h Sat Jan 25 05:47:56 2020 (r357108)
+++ stable/12/sys/i386/ibcs2/ibcs2_xenix.h Sat Jan 25 05:52:31 2020 (r357109)
@@ -1,9 +1,8 @@
/*
* System call prototypes.
*
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb
*/
#ifndef _IBCS2_XENIX_H_
@@ -12,8 +11,11 @@
#include <sys/signal.h>
#include <sys/acl.h>
#include <sys/cpuset.h>
+#include <sys/domainset.h>
+#include <sys/_ffcounter.h>
#include <sys/_semaphore.h>
#include <sys/ucontext.h>
+#include <sys/wait.h>
#include <bsm/audit_kevents.h>
@@ -134,6 +136,18 @@ int xenix_utsname(struct thread *, struct xenix_utsnam
#endif /* COMPAT_FREEBSD7 */
+
+
+#ifdef COMPAT_FREEBSD10
+
+
+#endif /* COMPAT_FREEBSD10 */
+
+
+#ifdef COMPAT_FREEBSD11
+
+
+#endif /* COMPAT_FREEBSD11 */
#define IBCS2_XENIX_AUE_xenix_rdchk AUE_NULL
#define IBCS2_XENIX_AUE_xenix_chsize AUE_FTRUNCATE
Modified: stable/12/sys/i386/ibcs2/ibcs2_xenix_syscall.h
==============================================================================
--- stable/12/sys/i386/ibcs2/ibcs2_xenix_syscall.h Sat Jan 25 05:47:56 2020 (r357108)
+++ stable/12/sys/i386/ibcs2/ibcs2_xenix_syscall.h Sat Jan 25 05:52:31 2020 (r357109)
@@ -1,9 +1,8 @@
/*
* System call numbers.
*
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb
*/
#define IBCS2_XENIX_xenix_rdchk 7
Modified: stable/12/sys/i386/ibcs2/ibcs2_xenix_sysent.c
==============================================================================
--- stable/12/sys/i386/ibcs2/ibcs2_xenix_sysent.c Sat Jan 25 05:47:56 2020 (r357108)
+++ stable/12/sys/i386/ibcs2/ibcs2_xenix_sysent.c Sat Jan 25 05:52:31 2020 (r357109)
@@ -1,9 +1,8 @@
/*
* System call switch table.
*
- * DO NOT EDIT-- this file is automatically generated.
+ * DO NOT EDIT-- this file is automatically @generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb
*/
#include <sys/param.h>
More information about the svn-src-stable-12
mailing list