Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch/i386/conf Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/37c770c80bea
branches:  netbsd-6
changeset: 776719:37c770c80bea
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Oct 27 05:37:28 2014 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1128):
        sys/arch/i386/conf/ALL: revision 1.372
Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.

diffstat:

 sys/arch/i386/conf/ALL |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d32420119fbc -r 37c770c80bea sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Oct 26 20:00:16 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Oct 27 05:37:28 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.332.2.3 2012/06/12 17:47:53 riz Exp $
+# $NetBSD: ALL,v 1.332.2.4 2014/10/27 05:37:28 msaitoh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.332.2.3 $"
+#ident                 "ALL-$Revision: 1.332.2.4 $"
 
 maxusers       64              # estimated number of users
 
@@ -199,7 +199,7 @@
 options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options        UFS_EXTATTR
 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



Home | Main Index | Thread Index | Old Index