From c683ac7c95224b32677bbf87853b9c298887538b Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 30 Jun 1996 09:39:29 +0000 Subject: [PATCH] Enable ktrace by default, accompanied by a small reminder about the implications (4 KB bloat, slight slowdown of syscalls). Reviewed by: freebsd-hackers --- sys/amd64/conf/GENERIC | 9 +++++++-- sys/i386/conf/GENERIC | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index d5ed7ff494a4..1d92782fdc19 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.70 1996/05/13 04:29:13 nate Exp $ +# $Id: GENERIC,v 1.71 1996/06/16 20:04:44 joerg Exp $ # machine "i386" @@ -143,5 +143,10 @@ pseudo-device sl 1 #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 -# keep this if you want to be able to continue to use /stand/sysinstall pseudo-device gzip # Exec gzipped a.out's + +# KTRACE enables the system-call tracing facility ktrace(2). +# This adds 4 KB bloat to your kernel, and slightly increases +# the costs of each syscall. +options KTRACE #kernel tracing + diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index d5ed7ff494a4..1d92782fdc19 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.70 1996/05/13 04:29:13 nate Exp $ +# $Id: GENERIC,v 1.71 1996/06/16 20:04:44 joerg Exp $ # machine "i386" @@ -143,5 +143,10 @@ pseudo-device sl 1 #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 -# keep this if you want to be able to continue to use /stand/sysinstall pseudo-device gzip # Exec gzipped a.out's + +# KTRACE enables the system-call tracing facility ktrace(2). +# This adds 4 KB bloat to your kernel, and slightly increases +# the costs of each syscall. +options KTRACE #kernel tracing +