summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-01-07 20:54:35 +0000
committertedu <tedu@openbsd.org>2004-01-07 20:54:35 +0000
commitea1049399f7da3cdb12e40a269bd3b5da4c163e3 (patch)
treee5be90c7caecf59812396ea19bbb3bda6f064e4b
parentcrank mss limit from 64 to 256; ok itojun@, dhartmei@ (diff)
downloadwireguard-openbsd-ea1049399f7da3cdb12e40a269bd3b5da4c163e3.tar.xz
wireguard-openbsd-ea1049399f7da3cdb12e40a269bd3b5da4c163e3.zip
dirhash is good to go. ok 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 a12936ab3b0..8750a7324f1 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.97 2003/10/21 22:09:30 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.98 2004/01/07 20:54:35 tedu Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -32,6 +32,7 @@ option LKM # loadable kernel modules
option FFS # UFS
option FFS_SOFTUPDATES # Soft updates
+option UFS_DIRHASH # hash large directories
option QUOTA # UFS quotas
option EXT2FS # Second Extended Filesystem
option MFS # memory file system