Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/i386/conf Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/6fac251e6648
branches:  netbsd-3
changeset: 577306:6fac251e6648
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Oct 05 12:35:04 2005 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #857):
        sys/arch/i386/conf/XEN0: revision 1.14
        sys/arch/i386/conf/XENU: revision 1.9
Enable systrace for Xen, there's no reasons for it to be disabled.
Pointed out by Sascha Retzki on port-Xen.

diffstat:

 sys/arch/i386/conf/XEN0 |  4 ++--
 sys/arch/i386/conf/XENU |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7e78e4878ce6 -r 6fac251e6648 sys/arch/i386/conf/XEN0
--- a/sys/arch/i386/conf/XEN0   Wed Oct 05 12:32:03 2005 +0000
+++ b/sys/arch/i386/conf/XEN0   Wed Oct 05 12:35:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN0,v 1.1.2.3 2005/07/18 21:13:01 riz Exp $
+# $NetBSD: XEN0,v 1.1.2.4 2005/10/05 12:35:04 tron Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -31,7 +31,7 @@
 options        NTP             # NTP phase/frequency locked loop
 
 options        KTRACE          # system call tracing via ktrace(1)
-#options       SYSTRACE        # system call vetting via systrace(1)
+options        SYSTRACE        # system call vetting via systrace(1)
 
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores
diff -r 7e78e4878ce6 -r 6fac251e6648 sys/arch/i386/conf/XENU
--- a/sys/arch/i386/conf/XENU   Wed Oct 05 12:32:03 2005 +0000
+++ b/sys/arch/i386/conf/XENU   Wed Oct 05 12:35:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XENU,v 1.1.2.2 2005/07/19 17:10:42 riz Exp $
+# $NetBSD: XENU,v 1.1.2.3 2005/10/05 12:35:04 tron Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -31,7 +31,7 @@
 options        NTP             # NTP phase/frequency locked loop
 
 options        KTRACE          # system call tracing via ktrace(1)
-#options       SYSTRACE        # system call vetting via systrace(1)
+options        SYSTRACE        # system call vetting via systrace(1)
 
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores



Home | Main Index | Thread Index | Old Index