summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-05-16 21:28:17 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-05-16 21:28:17 +0000
commitf781edf10d3d4a1a27ca04b0ee73a8e2ed0c0a7d (patch)
tree23c5deda8f9399c79c3e212b6d2786ec5e666549 /sys
parent0ae6de3748ff4392ab6bede692e2a5ed4bd4562e (diff)
systrace pseudo-device okay deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 05e1235a951..dc7b344ee44 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.87 2002/05/16 18:54:21 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.88 2002/05/16 21:28:16 provos Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -96,6 +96,7 @@ pseudo-device tb 1 # tablet line discipline
pseudo-device vnd 4 # paging to files
pseudo-device ccd 4 # concatenated disk devices
pseudo-device ksyms 1 # kernel symbols device
+pseudo-device systrace 1 # system call tracing device
# for IPv6
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)