Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2009 20:16:05 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191921 - in head/sys: compat/svr4 i386/ibcs2
Message-ID:  <200905082016.n48KG5Nx001458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Fri May  8 20:16:04 2009
New Revision: 191921
URL: http://svn.freebsd.org/changeset/base/191921

Log:
  Regenerate system call tables to use SVN ids.

Modified:
  head/sys/compat/svr4/svr4_proto.h
  head/sys/compat/svr4/svr4_syscall.h
  head/sys/compat/svr4/svr4_syscallnames.c
  head/sys/compat/svr4/svr4_sysent.c
  head/sys/i386/ibcs2/ibcs2_isc_syscall.h
  head/sys/i386/ibcs2/ibcs2_isc_sysent.c
  head/sys/i386/ibcs2/ibcs2_xenix.h
  head/sys/i386/ibcs2/ibcs2_xenix_syscall.h
  head/sys/i386/ibcs2/ibcs2_xenix_sysent.c

Modified: head/sys/compat/svr4/svr4_proto.h
==============================================================================
--- head/sys/compat/svr4/svr4_proto.h	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/compat/svr4/svr4_proto.h	Fri May  8 20:16:04 2009	(r191921)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/compat/svr4/syscalls.master 160798 2006-07-28 19:05:28Z jhb 
  */
 
 #ifndef _SVR4_SYSPROTO_H_
@@ -11,6 +11,7 @@
 
 #include <sys/signal.h>
 #include <sys/acl.h>
+#include <sys/cpuset.h>
 #include <sys/_semaphore.h>
 #include <sys/ucontext.h>
 
@@ -496,6 +497,12 @@ int	svr4_sys_sendto(struct thread *, str
 
 #endif /* COMPAT_FREEBSD4 */
 
+
+#ifdef COMPAT_FREEBSD6
+
+
+#endif /* COMPAT_FREEBSD6 */
+
 #define	SVR4_SYS_AUE_svr4_sys_open	AUE_NULL
 #define	SVR4_SYS_AUE_svr4_sys_wait	AUE_NULL
 #define	SVR4_SYS_AUE_svr4_sys_creat	AUE_NULL

Modified: head/sys/compat/svr4/svr4_syscall.h
==============================================================================
--- head/sys/compat/svr4/svr4_syscall.h	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/compat/svr4/svr4_syscall.h	Fri May  8 20:16:04 2009	(r191921)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/compat/svr4/syscalls.master 160798 2006-07-28 19:05:28Z jhb 
  */
 
 #define	SVR4_SYS_exit	1

Modified: head/sys/compat/svr4/svr4_syscallnames.c
==============================================================================
--- head/sys/compat/svr4/svr4_syscallnames.c	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/compat/svr4/svr4_syscallnames.c	Fri May  8 20:16:04 2009	(r191921)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/compat/svr4/syscalls.master 160798 2006-07-28 19:05:28Z jhb 
  */
 
 const char *svr4_syscallnames[] = {

Modified: head/sys/compat/svr4/svr4_sysent.c
==============================================================================
--- head/sys/compat/svr4/svr4_sysent.c	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/compat/svr4/svr4_sysent.c	Fri May  8 20:16:04 2009	(r191921)
@@ -3,10 +3,9 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/compat/svr4/syscalls.master 160798 2006-07-28 19:05:28Z jhb 
  */
 
-#include <bsm/audit_kevents.h>
 #include <sys/types.h>
 #include <sys/sysent.h>
 #include <sys/sysproto.h>

Modified: head/sys/i386/ibcs2/ibcs2_isc_syscall.h
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_isc_syscall.h	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/i386/ibcs2/ibcs2_isc_syscall.h	Fri May  8 20:16:04 2009	(r191921)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.12 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb 
  */
 
 #define	IBCS2_ISC_ibcs2_rename	2

Modified: head/sys/i386/ibcs2/ibcs2_isc_sysent.c
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_isc_sysent.c	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/i386/ibcs2/ibcs2_isc_sysent.c	Fri May  8 20:16:04 2009	(r191921)
@@ -3,10 +3,9 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.12 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb 
  */
 
-#include <bsm/audit_kevents.h>
 #include <sys/param.h>
 #include <sys/sysent.h>
 #include <sys/sysproto.h>

Modified: head/sys/i386/ibcs2/ibcs2_xenix.h
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_xenix.h	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/i386/ibcs2/ibcs2_xenix.h	Fri May  8 20:16:04 2009	(r191921)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.14 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb 
  */
 
 #ifndef _IBCS2_XENIX_H_
@@ -11,6 +11,7 @@
 
 #include <sys/signal.h>
 #include <sys/acl.h>
+#include <sys/cpuset.h>
 #include <sys/_semaphore.h>
 #include <sys/ucontext.h>
 
@@ -122,6 +123,12 @@ int	xenix_utsname(struct thread *, struc
 
 #endif /* COMPAT_FREEBSD4 */
 
+
+#ifdef COMPAT_FREEBSD6
+
+
+#endif /* COMPAT_FREEBSD6 */
+
 #define	IBCS2_XENIX_AUE_xenix_rdchk	AUE_NULL
 #define	IBCS2_XENIX_AUE_xenix_chsize	AUE_FTRUNCATE
 #define	IBCS2_XENIX_AUE_xenix_ftime	AUE_NULL

Modified: head/sys/i386/ibcs2/ibcs2_xenix_syscall.h
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_xenix_syscall.h	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/i386/ibcs2/ibcs2_xenix_syscall.h	Fri May  8 20:16:04 2009	(r191921)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.14 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb 
  */
 
 #define	IBCS2_XENIX_xenix_rdchk	7

Modified: head/sys/i386/ibcs2/ibcs2_xenix_sysent.c
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_xenix_sysent.c	Fri May  8 20:08:43 2009	(r191920)
+++ head/sys/i386/ibcs2/ibcs2_xenix_sysent.c	Fri May  8 20:16:04 2009	(r191921)
@@ -3,10 +3,9 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.14 2006/07/28 19:05:27 jhb Exp 
+ * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb 
  */
 
-#include <bsm/audit_kevents.h>
 #include <sys/param.h>
 #include <sys/sysent.h>
 #include <sys/sysproto.h>



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