add SYSTRACE

This commit is contained in:
provos 2002-10-12 19:57:44 +00:00
parent 0db3e0b3d6
commit 9f18d528d5

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC32,v 1.49 2002/10/04 21:11:27 martin Exp $
# $NetBSD: GENERIC32,v 1.50 2002/10/12 19:57:44 provos Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.49 $"
#ident "GENERIC-$Revision: 1.50 $"
maxusers 64
@ -41,6 +41,7 @@ config netbsd root on ? type ?
## System call tracing (see ktrace(1)).
options KTRACE
options SYSTRACE # system call vetting via systrace(1)
## Collect statistics on kernel malloc's and free's. This does have a
## significant performance hit on slower machines, so it is intended for