summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>2002-05-16 21:28:16 +0000
committerprovos <provos@openbsd.org>2002-05-16 21:28:16 +0000
commitb97eb231140db2933de4fe4a2469c5cd479d0e6a (patch)
treebec597f34d9f2f8b094af39a4bd9619361737c8b
parentAdd systrace devices until vax is converted to new MAKEDEV scheme (soon) (diff)
downloadwireguard-openbsd-b97eb231140db2933de4fe4a2469c5cd479d0e6a.tar.xz
wireguard-openbsd-b97eb231140db2933de4fe4a2469c5cd479d0e6a.zip
systrace pseudo-device okay deraadt@
-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)