Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf sync with GENERIC



details:   https://anonhg.NetBSD.org/src/rev/fe54fa80e7a9
branches:  trunk
changeset: 543125:fe54fa80e7a9
user:      david <david%NetBSD.org@localhost>
date:      Mon Feb 17 22:44:37 2003 +0000

description:
sync with GENERIC
add: options SYSTRACE

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f5b68e0639a7 -r fe54fa80e7a9 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Mon Feb 17 22:23:14 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Mon Feb 17 22:44:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.68 2003/02/16 17:35:15 augustss Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.69 2003/02/17 22:44:37 david Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.68 $"
+#ident                 "GENERIC-$Revision: 1.69 $"
 
 maxusers       32              # estimated number of users
 
@@ -55,6 +55,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        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores



Home | Main Index | Thread Index | Old Index