Module Name: src
Committed By: riastradh
Date: Tue Apr 8 22:04:16 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.371 -r1.372 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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.4 src/sys/arch/amd64/conf/ALL:1.5
--- src/sys/arch/amd64/conf/ALL:1.4 Tue Apr 8 21:51:11 2014
+++ src/sys/arch/amd64/conf/ALL Tue Apr 8 22:04:16 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.4 2014/04/08 21:51:11 riastradh Exp $
+# $NetBSD: ALL,v 1.5 2014/04/08 22:04:16 riastradh 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/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.4 $"
+#ident "ALL-$Revision: 1.5 $"
maxusers 64 # estimated number of users
@@ -208,7 +208,7 @@ options LFS_EXTATTR_AUTOSTART # like UF
options LFS_QUOTA # quotas for LFS - experimental
options LFS_QUOTA2 # new-style quotas for LFS - experimental
options NFSSERVER # Network File System server
-options FFS_NO_SNAPSHOT # No FFS snapshot support
+#options FFS_NO_SNAPSHOT # No FFS snapshot support
options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options V7FS_EI # V7FS Endian Independent support
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.371 src/sys/arch/i386/conf/ALL:1.372
--- src/sys/arch/i386/conf/ALL:1.371 Tue Apr 8 19:40:57 2014
+++ src/sys/arch/i386/conf/ALL Tue Apr 8 22:04:15 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.371 2014/04/08 19:40:57 christos Exp $
+# $NetBSD: ALL,v 1.372 2014/04/08 22:04:15 riastradh 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.371 $"
+#ident "ALL-$Revision: 1.372 $"
maxusers 64 # estimated number of users
@@ -208,7 +208,7 @@ options LFS_EXTATTR_AUTOSTART # like UF
options LFS_QUOTA # quotas for LFS - experimental
options LFS_QUOTA2 # new-style quotas for LFS - experimental
options NFSSERVER # Network File System server
-options FFS_NO_SNAPSHOT # No FFS snapshot support
+#options FFS_NO_SNAPSHOT # No FFS snapshot support
options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options V7FS_EI # V7FS Endian Independent support