Module Name: src
Committed By: dholland
Date: Tue Jun 18 04:33:57 UTC 2013
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add LFS_KERNEL_RFW, a preexisting lfs option that should have been
here all along.
To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 src/sys/arch/i386/conf/ALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.360 src/sys/arch/i386/conf/ALL:1.361
--- src/sys/arch/i386/conf/ALL:1.360 Mon Jun 10 07:14:01 2013
+++ src/sys/arch/i386/conf/ALL Tue Jun 18 04:33:57 2013
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.360 2013/06/10 07:14:01 kardel Exp $
+# $NetBSD: ALL,v 1.361 2013/06/18 04:33:57 dholland Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.360 $"
+#ident "ALL-$Revision: 1.361 $"
maxusers 64 # estimated number of users
@@ -200,6 +200,7 @@ options FFS_EI # FFS Endian Independen
options WAPBL # File system journaling support
options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options UFS_EXTATTR
+options LFS_KERNEL_RFW
options LFS_EI # LFS endian-independent support - experimental
options LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental
options LFS_EXTATTR # extended attributes for LFS - experimental