Module Name: src
Committed By: manu
Date: Sun Nov 16 16:01:43 UTC 2014
Modified Files:
src/sys/arch/acorn26/conf: GENERIC
src/sys/arch/acorn32/conf: GENERIC
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU
src/sys/arch/amiga/conf: GENERIC GENERIC.in
src/sys/arch/amigappc/conf: GENERIC
src/sys/arch/arc/conf: GENERIC
src/sys/arch/bebox/conf: GENERIC
src/sys/arch/cats/conf: GENERIC
src/sys/arch/cesfic/conf: GENERIC
src/sys/arch/cobalt/conf: GENERIC
src/sys/arch/dreamcast/conf: GENERIC
src/sys/arch/emips/conf: GENERIC
src/sys/arch/epoc32/conf: GENERIC
src/sys/arch/ews4800mips/conf: GENERIC
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hpcmips/conf: GENERIC
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/hppa/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU
src/sys/arch/ibmnws/conf: GENERIC
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/landisk/conf: GENERIC
src/sys/arch/luna68k/conf: GENERIC
src/sys/arch/mac68k/conf: GENERIC
src/sys/arch/macppc/conf: GENERIC MAMBO POWERMAC_G5
src/sys/arch/mipsco/conf: GENERIC
src/sys/arch/mmeye/conf: GENERIC
src/sys/arch/mvme68k/conf: GENERIC
src/sys/arch/mvmeppc/conf: GENERIC
src/sys/arch/netwinder/conf: GENERIC
src/sys/arch/news68k/conf: GENERIC
src/sys/arch/newsmips/conf: GENERIC
src/sys/arch/next68k/conf: GENERIC
src/sys/arch/ofppc/conf: GENERIC
src/sys/arch/pmax/conf: GENERIC GENERIC64
src/sys/arch/prep/conf: GENERIC
src/sys/arch/rs6000/conf: GENERIC
src/sys/arch/sandpoint/conf: GENERIC
src/sys/arch/sbmips/conf: GENERIC
src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x
src/sys/arch/shark/conf: GENERIC
src/sys/arch/sparc/conf: GENERIC TADPOLE3GX
src/sys/arch/sparc64/conf: GENERIC NONPLUS64
src/sys/arch/sun2/conf: GENERIC
src/sys/arch/sun3/conf: GENERIC
src/sys/arch/vax/conf: GENERIC VAX780
src/sys/arch/x68k/conf: GENERIC
src/sys/arch/zaurus/conf: GENERIC
src/sys/ufs: files.ufs
Log Message:
Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/acorn26/conf/GENERIC
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/acorn32/conf/GENERIC
cvs rdiff -u -r1.361 -r1.362 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.403 -r1.404 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.310 -r1.311 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.183 -r1.184 src/sys/arch/arc/conf/GENERIC
cvs rdiff -u -r1.144 -r1.145 src/sys/arch/bebox/conf/GENERIC
cvs rdiff -u -r1.154 -r1.155 src/sys/arch/cats/conf/GENERIC
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/cesfic/conf/GENERIC
cvs rdiff -u -r1.146 -r1.147 src/sys/arch/cobalt/conf/GENERIC
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/emips/conf/GENERIC
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/epoc32/conf/GENERIC
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/ews4800mips/conf/GENERIC
cvs rdiff -u -r1.189 -r1.190 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.228 -r1.229 src/sys/arch/hpcmips/conf/GENERIC
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/conf/GENERIC
cvs rdiff -u -r1.388 -r1.389 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1117 -r1.1118 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/i386/conf/XEN3_DOMU
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/ibmnws/conf/GENERIC
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/landisk/conf/GENERIC
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/luna68k/conf/GENERIC
cvs rdiff -u -r1.219 -r1.220 src/sys/arch/mac68k/conf/GENERIC
cvs rdiff -u -r1.319 -r1.320 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/macppc/conf/MAMBO
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/macppc/conf/POWERMAC_G5
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/mipsco/conf/GENERIC
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/mmeye/conf/GENERIC
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/mvme68k/conf/GENERIC
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mvmeppc/conf/GENERIC
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/netwinder/conf/GENERIC
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/newsmips/conf/GENERIC
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/next68k/conf/GENERIC
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/ofppc/conf/GENERIC
cvs rdiff -u -r1.184 -r1.185 src/sys/arch/pmax/conf/GENERIC
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/pmax/conf/GENERIC64
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/prep/conf/GENERIC
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/rs6000/conf/GENERIC
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sandpoint/conf/GENERIC
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/sbmips/conf/GENERIC
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sgimips/conf/GENERIC32_IP12
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/sgimips/conf/GENERIC32_IP2x
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/sgimips/conf/GENERIC32_IP3x
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/shark/conf/GENERIC
cvs rdiff -u -r1.247 -r1.248 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/sparc/conf/TADPOLE3GX
cvs rdiff -u -r1.176 -r1.177 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/sparc64/conf/NONPLUS64
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/sun2/conf/GENERIC
cvs rdiff -u -r1.170 -r1.171 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -u -r1.192 -r1.193 src/sys/arch/vax/conf/GENERIC
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/conf/VAX780
cvs rdiff -u -r1.178 -r1.179 src/sys/arch/x68k/conf/GENERIC
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.37 -r1.38 src/sys/ufs/files.ufs
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/acorn26/conf/GENERIC
diff -u src/sys/arch/acorn26/conf/GENERIC:1.80 src/sys/arch/acorn26/conf/GENERIC:1.81
--- src/sys/arch/acorn26/conf/GENERIC:1.80 Wed Nov 12 10:47:20 2014
+++ src/sys/arch/acorn26/conf/GENERIC Sun Nov 16 16:01:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.80 2014/11/12 10:47:20 manu Exp $
+# $NetBSD: GENERIC,v 1.81 2014/11/16 16:01:39 manu Exp $
#
# GENERIC machine description file
#
@@ -73,8 +73,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Executable format options
options EXEC_ELF32
Index: src/sys/arch/acorn32/conf/GENERIC
diff -u src/sys/arch/acorn32/conf/GENERIC:1.115 src/sys/arch/acorn32/conf/GENERIC:1.116
--- src/sys/arch/acorn32/conf/GENERIC:1.115 Wed Nov 12 10:47:20 2014
+++ src/sys/arch/acorn32/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.115 2014/11/12 10:47:20 manu Exp $
+# $NetBSD: GENERIC,v 1.116 2014/11/16 16:01:40 manu Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.115 $"
+#ident "GENERIC-$Revision: 1.116 $"
# estimated number of users
maxusers 32
@@ -74,8 +74,6 @@ options WAPBL # File system journaling
options NFSSERVER
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.361 src/sys/arch/alpha/conf/GENERIC:1.362
--- src/sys/arch/alpha/conf/GENERIC:1.361 Wed Nov 12 10:47:20 2014
+++ src/sys/arch/alpha/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.361 2014/11/12 10:47:20 manu Exp $
+# $NetBSD: GENERIC,v 1.362 2014/11/16 16:01:40 manu Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.361 $"
+ident "GENERIC-$Revision: 1.362 $"
maxusers 32
@@ -99,8 +99,6 @@ options WAPBL # File system journaling
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
#options GATEWAY # packet forwarding
Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.22 src/sys/arch/amd64/conf/ALL:1.23
--- src/sys/arch/amd64/conf/ALL:1.22 Sun Nov 2 23:12:00 2014
+++ src/sys/arch/amd64/conf/ALL Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.22 2014/11/02 23:12:00 christos Exp $
+# $NetBSD: ALL,v 1.23 2014/11/16 16:01:40 manu 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.22 $"
+#ident "ALL-$Revision: 1.23 $"
maxusers 64 # estimated number of users
@@ -206,7 +206,6 @@ 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
-options LFS_EXTATTR_AUTOSTART # like UFS_EXTATTR_AUTOSTART
options LFS_QUOTA # quotas for LFS - experimental
options LFS_QUOTA2 # new-style quotas for LFS - experimental
options NFSSERVER # Network File System server
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.403 src/sys/arch/amd64/conf/GENERIC:1.404
--- src/sys/arch/amd64/conf/GENERIC:1.403 Wed Nov 12 10:47:20 2014
+++ src/sys/arch/amd64/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.403 2014/11/12 10:47:20 manu Exp $
+# $NetBSD: GENERIC,v 1.404 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.403 $"
+#ident "GENERIC-$Revision: 1.404 $"
maxusers 64 # estimated number of users
@@ -174,8 +174,6 @@ options NFSSERVER # Network File System
# immutable) behave as system flags.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
#options GATEWAY # packet forwarding
Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.111 src/sys/arch/amd64/conf/XEN3_DOM0:1.112
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.111 Wed Nov 12 10:47:20 2014
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.111 2014/11/12 10:47:20 manu Exp $
+# $NetBSD: XEN3_DOM0,v 1.112 2014/11/16 16:01:40 manu Exp $
include "arch/amd64/conf/std.xen"
@@ -116,8 +116,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.59 src/sys/arch/amd64/conf/XEN3_DOMU:1.60
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.59 Wed Nov 12 10:47:20 2014
+++ src/sys/arch/amd64/conf/XEN3_DOMU Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.59 2014/11/12 10:47:20 manu Exp $
+# $NetBSD: XEN3_DOMU,v 1.60 2014/11/16 16:01:40 manu Exp $
include "arch/amd64/conf/std.xen"
@@ -110,8 +110,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.310 src/sys/arch/amiga/conf/GENERIC:1.311
--- src/sys/arch/amiga/conf/GENERIC:1.310 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/amiga/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.310 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.311 2014/11/16 16:01:40 manu Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.310 $"
+#ident "GENERIC-$Revision: 1.311 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -130,8 +130,6 @@ options QUOTA2 # new, in-filesystem UF
options NFSSERVER # Network File System server side code
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.128 src/sys/arch/amiga/conf/GENERIC.in:1.129
--- src/sys/arch/amiga/conf/GENERIC.in:1.128 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/amiga/conf/GENERIC.in Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.128 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC.in,v 1.129 2014/11/16 16:01:40 manu Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.128 $"
+#ident "GENERIC-$Revision: 1.129 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -170,8 +170,6 @@ options QUOTA2 # new, in-filesystem UF
options NFSSERVER # Network File System server side code
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
')m4_dnl
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
Index: src/sys/arch/amigappc/conf/GENERIC
diff -u src/sys/arch/amigappc/conf/GENERIC:1.23 src/sys/arch/amigappc/conf/GENERIC:1.24
--- src/sys/arch/amigappc/conf/GENERIC:1.23 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/amigappc/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.23 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.24 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.23 $"
+#ident "GENERIC-$Revision: 1.24 $"
maxusers 8
@@ -130,8 +130,6 @@ options QUOTA2 # new, in-filesystem UF
options NFSSERVER # Network File System server side code
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/arc/conf/GENERIC
diff -u src/sys/arch/arc/conf/GENERIC:1.183 src/sys/arch/arc/conf/GENERIC:1.184
--- src/sys/arch/arc/conf/GENERIC:1.183 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/arc/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.183 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.184 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.183 $"
+#ident "GENERIC-$Revision: 1.184 $"
maxusers 32 # estimated number of users
@@ -129,8 +129,6 @@ options NFSSERVER # Network File System
# immutable) behave as system flags.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
#options GATEWAY # IP packet forwarding
Index: src/sys/arch/bebox/conf/GENERIC
diff -u src/sys/arch/bebox/conf/GENERIC:1.144 src/sys/arch/bebox/conf/GENERIC:1.145
--- src/sys/arch/bebox/conf/GENERIC:1.144 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/bebox/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.144 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.145 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.144 $"
+#ident "GENERIC-$Revision: 1.145 $"
maxusers 32
@@ -106,8 +106,6 @@ options WAPBL # File system journaling
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
#options APPLE_UFS # Apple UFS support in FFS
Index: src/sys/arch/cats/conf/GENERIC
diff -u src/sys/arch/cats/conf/GENERIC:1.154 src/sys/arch/cats/conf/GENERIC:1.155
--- src/sys/arch/cats/conf/GENERIC:1.154 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/cats/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.154 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.155 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -82,8 +82,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
Index: src/sys/arch/cesfic/conf/GENERIC
diff -u src/sys/arch/cesfic/conf/GENERIC:1.64 src/sys/arch/cesfic/conf/GENERIC:1.65
--- src/sys/arch/cesfic/conf/GENERIC:1.64 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/cesfic/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.64 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.65 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -85,8 +85,6 @@ options FIFO # POSIX fifo support (in
#options QUOTA2 # new, in-filesystem UFS quotas
#options NFSSERVER # Network filesystem server
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
options INET # Internet protocols
Index: src/sys/arch/cobalt/conf/GENERIC
diff -u src/sys/arch/cobalt/conf/GENERIC:1.146 src/sys/arch/cobalt/conf/GENERIC:1.147
--- src/sys/arch/cobalt/conf/GENERIC:1.146 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/cobalt/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.146 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.147 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.146 $"
+#ident "GENERIC-$Revision: 1.147 $"
maxusers 32
@@ -101,8 +101,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/dreamcast/conf/GENERIC
diff -u src/sys/arch/dreamcast/conf/GENERIC:1.120 src/sys/arch/dreamcast/conf/GENERIC:1.121
--- src/sys/arch/dreamcast/conf/GENERIC:1.120 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/dreamcast/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.120 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.121 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -100,8 +100,6 @@ options WAPBL # File system journaling
#options NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/emips/conf/GENERIC
diff -u src/sys/arch/emips/conf/GENERIC:1.14 src/sys/arch/emips/conf/GENERIC:1.15
--- src/sys/arch/emips/conf/GENERIC:1.14 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/emips/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.14 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.15 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.14 $"
+#ident "GENERIC-$Revision: 1.15 $"
maxusers 64
@@ -94,8 +94,6 @@ options QUOTA2 # new, in-filesystem UF
options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
# Networking options
Index: src/sys/arch/epoc32/conf/GENERIC
diff -u src/sys/arch/epoc32/conf/GENERIC:1.7 src/sys/arch/epoc32/conf/GENERIC:1.8
--- src/sys/arch/epoc32/conf/GENERIC:1.7 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/epoc32/conf/GENERIC Sun Nov 16 16:01:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.7 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.8 2014/11/16 16:01:40 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/epoc32/conf/std.epoc32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32 # estimated number of users
@@ -55,8 +55,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/ews4800mips/conf/GENERIC
diff -u src/sys/arch/ews4800mips/conf/GENERIC:1.50 src/sys/arch/ews4800mips/conf/GENERIC:1.51
--- src/sys/arch/ews4800mips/conf/GENERIC:1.50 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/ews4800mips/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.50 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.51 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.50 $"
+#ident "GENERIC-$Revision: 1.51 $"
maxusers 16
@@ -123,8 +123,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # no FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/hp300/conf/GENERIC
diff -u src/sys/arch/hp300/conf/GENERIC:1.189 src/sys/arch/hp300/conf/GENERIC:1.190
--- src/sys/arch/hp300/conf/GENERIC:1.189 Wed Nov 12 10:47:21 2014
+++ src/sys/arch/hp300/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.189 2014/11/12 10:47:21 manu Exp $
+# $NetBSD: GENERIC,v 1.190 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.189 $"
+#ident "GENERIC-$Revision: 1.190 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -133,8 +133,6 @@ options NFSSERVER # Network filesystem
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags
options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
options INET # Internet protocols
Index: src/sys/arch/hpcmips/conf/GENERIC
diff -u src/sys/arch/hpcmips/conf/GENERIC:1.228 src/sys/arch/hpcmips/conf/GENERIC:1.229
--- src/sys/arch/hpcmips/conf/GENERIC:1.228 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/hpcmips/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.228 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.229 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.228 $"
+#ident "GENERIC-$Revision: 1.229 $"
maxusers 16
@@ -97,8 +97,6 @@ options WAPBL # File system journaling
#options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
#options GATEWAY # IP packet forwarding
Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.105 src/sys/arch/hpcsh/conf/GENERIC:1.106
--- src/sys/arch/hpcsh/conf/GENERIC:1.105 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/hpcsh/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.105 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.106 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -136,8 +136,6 @@ file-system PTYFS # /dev/pts/N support
#options FFS_EI # FFS Endian Independent support
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
options WAPBL # File system journaling support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/hppa/conf/GENERIC
diff -u src/sys/arch/hppa/conf/GENERIC:1.5 src/sys/arch/hppa/conf/GENERIC:1.6
--- src/sys/arch/hppa/conf/GENERIC:1.5 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/hppa/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.5 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.6 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -23,7 +23,7 @@ include "arch/hppa/conf/std.hppa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
maxusers 32 # estimated number of users
@@ -119,8 +119,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.388 src/sys/arch/i386/conf/ALL:1.389
--- src/sys/arch/i386/conf/ALL:1.388 Sun Nov 2 23:14:20 2014
+++ src/sys/arch/i386/conf/ALL Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.388 2014/11/02 23:14:20 christos Exp $
+# $NetBSD: ALL,v 1.389 2014/11/16 16:01:41 manu 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.388 $"
+#ident "ALL-$Revision: 1.389 $"
maxusers 64 # estimated number of users
@@ -205,7 +205,6 @@ 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
-options LFS_EXTATTR_AUTOSTART # like UFS_EXTATTR_AUTOSTART
options LFS_QUOTA # quotas for LFS - experimental
options LFS_QUOTA2 # new-style quotas for LFS - experimental
options NFSSERVER # Network File System server
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1117 src/sys/arch/i386/conf/GENERIC:1.1118
--- src/sys/arch/i386/conf/GENERIC:1.1117 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/i386/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1117 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.1118 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1117 $"
+#ident "GENERIC-$Revision: 1.1118 $"
maxusers 64 # estimated number of users
@@ -194,8 +194,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#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/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.92 src/sys/arch/i386/conf/XEN3_DOM0:1.93
--- src/sys/arch/i386/conf/XEN3_DOM0:1.92 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/i386/conf/XEN3_DOM0 Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.92 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: XEN3_DOM0,v 1.93 2014/11/16 16:01:41 manu Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -139,8 +139,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.64 src/sys/arch/i386/conf/XEN3_DOMU:1.65
--- src/sys/arch/i386/conf/XEN3_DOMU:1.64 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/i386/conf/XEN3_DOMU Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.64 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: XEN3_DOMU,v 1.65 2014/11/16 16:01:41 manu Exp $
include "arch/xen/conf/std.xen"
@@ -127,8 +127,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#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/ibmnws/conf/GENERIC
diff -u src/sys/arch/ibmnws/conf/GENERIC:1.45 src/sys/arch/ibmnws/conf/GENERIC:1.46
--- src/sys/arch/ibmnws/conf/GENERIC:1.45 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/ibmnws/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.45 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.46 2014/11/16 16:01:41 manu Exp $
#
#
@@ -47,8 +47,6 @@ file-system TMPFS # Efficient memory fi
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options WAPBL # File system journaling support
Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.87 src/sys/arch/iyonix/conf/GENERIC:1.88
--- src/sys/arch/iyonix/conf/GENERIC:1.87 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/iyonix/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.88 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.87 $"
+#ident "GENERIC-$Revision: 1.88 $"
maxusers 32 # estimated number of users
@@ -150,8 +150,6 @@ options WAPBL # File system journaling
#options NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.44 src/sys/arch/landisk/conf/GENERIC:1.45
--- src/sys/arch/landisk/conf/GENERIC:1.44 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/landisk/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.44 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.45 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.44 $"
+#ident "GENERIC-$Revision: 1.45 $"
maxusers 16 # estimated number of users
@@ -128,8 +128,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # ffs snapshots
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/luna68k/conf/GENERIC
diff -u src/sys/arch/luna68k/conf/GENERIC:1.118 src/sys/arch/luna68k/conf/GENERIC:1.119
--- src/sys/arch/luna68k/conf/GENERIC:1.118 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/luna68k/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.118 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.119 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.118 $"
+#ident "GENERIC-$Revision: 1.119 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -106,8 +106,6 @@ file-system TMPFS # Efficient memory fi
options WAPBL # File system journaling support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
# Networking options
Index: src/sys/arch/mac68k/conf/GENERIC
diff -u src/sys/arch/mac68k/conf/GENERIC:1.219 src/sys/arch/mac68k/conf/GENERIC:1.220
--- src/sys/arch/mac68k/conf/GENERIC:1.219 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/mac68k/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.219 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.220 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.219 $"
+#ident "GENERIC-$Revision: 1.220 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -135,8 +135,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.319 src/sys/arch/macppc/conf/GENERIC:1.320
--- src/sys/arch/macppc/conf/GENERIC:1.319 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/macppc/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.319 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.320 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.319 $"
+#ident "GENERIC-$Revision: 1.320 $"
maxusers 32
@@ -122,8 +122,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
options APPLE_UFS # Apple UFS support in FFS
Index: src/sys/arch/macppc/conf/MAMBO
diff -u src/sys/arch/macppc/conf/MAMBO:1.23 src/sys/arch/macppc/conf/MAMBO:1.24
--- src/sys/arch/macppc/conf/MAMBO:1.23 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/macppc/conf/MAMBO Sun Nov 16 16:01:41 2014
@@ -6,7 +6,7 @@ include "arch/macppc/conf/std.macppc.g5
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.23 $"
+#ident "GENERIC-$Revision: 1.24 $"
maxusers 32
@@ -80,8 +80,6 @@ options QUOTA2 # new, in-filesystem UF
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # ffs snapshots
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/macppc/conf/POWERMAC_G5
diff -u src/sys/arch/macppc/conf/POWERMAC_G5:1.24 src/sys/arch/macppc/conf/POWERMAC_G5:1.25
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.24 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/macppc/conf/POWERMAC_G5 Sun Nov 16 16:01:41 2014
@@ -66,8 +66,6 @@ options QUOTA2 # new, in-filesystem UF
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # ffs snapshots
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
#options APPLE_UFS # Apple UFS support in FFS
Index: src/sys/arch/mipsco/conf/GENERIC
diff -u src/sys/arch/mipsco/conf/GENERIC:1.87 src/sys/arch/mipsco/conf/GENERIC:1.88
--- src/sys/arch/mipsco/conf/GENERIC:1.87 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/mipsco/conf/GENERIC Sun Nov 16 16:01:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.88 2014/11/16 16:01:41 manu Exp $
#
# GENERIC machine description file
#
@@ -97,8 +97,6 @@ options QUOTA2 # new, in-filesystem UF
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
options INET # Internet protocols
Index: src/sys/arch/mmeye/conf/GENERIC
diff -u src/sys/arch/mmeye/conf/GENERIC:1.119 src/sys/arch/mmeye/conf/GENERIC:1.120
--- src/sys/arch/mmeye/conf/GENERIC:1.119 Wed Nov 12 10:47:22 2014
+++ src/sys/arch/mmeye/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.119 2014/11/12 10:47:22 manu Exp $
+# $NetBSD: GENERIC,v 1.120 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.119 $"
+#ident "GENERIC-$Revision: 1.120 $"
maxusers 16 # estimated number of users
@@ -111,8 +111,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/mvme68k/conf/GENERIC
diff -u src/sys/arch/mvme68k/conf/GENERIC:1.93 src/sys/arch/mvme68k/conf/GENERIC:1.94
--- src/sys/arch/mvme68k/conf/GENERIC:1.93 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/mvme68k/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.93 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.94 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/mvme68k/conf/std.mvme68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.93 $"
+#ident "GENERIC-$Revision: 1.94 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -74,8 +74,6 @@ options NFSSERVER
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
# Networking options
Index: src/sys/arch/mvmeppc/conf/GENERIC
diff -u src/sys/arch/mvmeppc/conf/GENERIC:1.23 src/sys/arch/mvmeppc/conf/GENERIC:1.24
--- src/sys/arch/mvmeppc/conf/GENERIC:1.23 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/mvmeppc/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.23 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.24 2014/11/16 16:01:42 manu Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.23 $"
+ident "GENERIC-$Revision: 1.24 $"
maxusers 8
@@ -62,8 +62,6 @@ file-system TMPFS # Efficient memory fi
#options FFS_EI # FFS Endian Independent support
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
options WAPBL # File system journaling support
#options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
Index: src/sys/arch/netwinder/conf/GENERIC
diff -u src/sys/arch/netwinder/conf/GENERIC:1.125 src/sys/arch/netwinder/conf/GENERIC:1.126
--- src/sys/arch/netwinder/conf/GENERIC:1.125 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/netwinder/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.125 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.126 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -73,8 +73,6 @@ file-system TMPFS # Efficient memory fi
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
options NFSSERVER
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
Index: src/sys/arch/news68k/conf/GENERIC
diff -u src/sys/arch/news68k/conf/GENERIC:1.124 src/sys/arch/news68k/conf/GENERIC:1.125
--- src/sys/arch/news68k/conf/GENERIC:1.124 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/news68k/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.124 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.125 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.124 $"
+#ident "GENERIC-$Revision: 1.125 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -112,8 +112,6 @@ options QUOTA2 # new, in-filesystem UF
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
# Networking options
Index: src/sys/arch/newsmips/conf/GENERIC
diff -u src/sys/arch/newsmips/conf/GENERIC:1.128 src/sys/arch/newsmips/conf/GENERIC:1.129
--- src/sys/arch/newsmips/conf/GENERIC:1.128 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/newsmips/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.128 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.129 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmip
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.128 $"
+#ident "GENERIC-$Revision: 1.129 $"
maxusers 16
@@ -100,8 +100,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
options INET # Internet protocols
Index: src/sys/arch/next68k/conf/GENERIC
diff -u src/sys/arch/next68k/conf/GENERIC:1.138 src/sys/arch/next68k/conf/GENERIC:1.139
--- src/sys/arch/next68k/conf/GENERIC:1.138 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/next68k/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.138 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.139 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.138 $"
+#ident "GENERIC-$Revision: 1.139 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -125,8 +125,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/ofppc/conf/GENERIC
diff -u src/sys/arch/ofppc/conf/GENERIC:1.156 src/sys/arch/ofppc/conf/GENERIC:1.157
--- src/sys/arch/ofppc/conf/GENERIC:1.156 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/ofppc/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.156 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.157 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.156 $"
+#ident "GENERIC-$Revision: 1.157 $"
maxusers 32
@@ -118,8 +118,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/pmax/conf/GENERIC
diff -u src/sys/arch/pmax/conf/GENERIC:1.184 src/sys/arch/pmax/conf/GENERIC:1.185
--- src/sys/arch/pmax/conf/GENERIC:1.184 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/pmax/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.184 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.185 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.184 $"
+#ident "GENERIC-$Revision: 1.185 $"
maxusers 64
@@ -101,8 +101,6 @@ options QUOTA2 # new, in-filesystem UF
options WAPBL # File system journaling support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
# Networking options
Index: src/sys/arch/pmax/conf/GENERIC64
diff -u src/sys/arch/pmax/conf/GENERIC64:1.20 src/sys/arch/pmax/conf/GENERIC64:1.21
--- src/sys/arch/pmax/conf/GENERIC64:1.20 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/pmax/conf/GENERIC64 Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64,v 1.20 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC64,v 1.21 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.20 $"
+#ident "GENERIC-$Revision: 1.21 $"
maxusers 64
@@ -94,8 +94,6 @@ options SOFTDEP # FFS soft updates sup
options WAPBL # File system journaling support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
# Networking options
Index: src/sys/arch/prep/conf/GENERIC
diff -u src/sys/arch/prep/conf/GENERIC:1.173 src/sys/arch/prep/conf/GENERIC:1.174
--- src/sys/arch/prep/conf/GENERIC:1.173 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/prep/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.173 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.174 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.173 $"
+#ident "GENERIC-$Revision: 1.174 $"
maxusers 32
@@ -105,8 +105,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/rs6000/conf/GENERIC
diff -u src/sys/arch/rs6000/conf/GENERIC:1.32 src/sys/arch/rs6000/conf/GENERIC:1.33
--- src/sys/arch/rs6000/conf/GENERIC:1.32 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/rs6000/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.32 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.33 2014/11/16 16:01:42 manu Exp $
#
# GENERIC machine description file
#
@@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed con
#makeoptions COPTS="-O2 -mno-powerpc -mno-power" # wheeee
-#ident "GENERIC-$Revision: 1.32 $"
+#ident "GENERIC-$Revision: 1.33 $"
maxusers 32
@@ -111,8 +111,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.87 src/sys/arch/sandpoint/conf/GENERIC:1.88
--- src/sys/arch/sandpoint/conf/GENERIC:1.87 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/sandpoint/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.88 2014/11/16 16:01:42 manu Exp $
#
# machine description file for GENERIC NAS
#
@@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpo
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.87 $"
+#ident "GENERIC-$Revision: 1.88 $"
maxusers 32
@@ -120,8 +120,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
#options NFS_BOOT_DHCP
Index: src/sys/arch/sbmips/conf/GENERIC
diff -u src/sys/arch/sbmips/conf/GENERIC:1.100 src/sys/arch/sbmips/conf/GENERIC:1.101
--- src/sys/arch/sbmips/conf/GENERIC:1.100 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/sbmips/conf/GENERIC Sun Nov 16 16:01:42 2014
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.100 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC,v 1.101 2014/11/16 16:01:42 manu Exp $
include "arch/sbmips/conf/std.sbmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.100 $"
+#ident "GENERIC-$Revision: 1.101 $"
#options LOCKDEBUG # XXX XXX XXX XXX
#options DEBUG # extra kernel debugging support
@@ -79,8 +79,6 @@ options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
Index: src/sys/arch/sgimips/conf/GENERIC32_IP12
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP12:1.27 src/sys/arch/sgimips/conf/GENERIC32_IP12:1.28
--- src/sys/arch/sgimips/conf/GENERIC32_IP12:1.27 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/sgimips/conf/GENERIC32_IP12 Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP12,v 1.27 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC32_IP12,v 1.28 2014/11/16 16:01:43 manu Exp $
#
# GENERIC32_IP12 machine description file
#
@@ -32,7 +32,7 @@ makeoptions TEXTADDR=0x80002000 # entry
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32-IP2x-$Revision: 1.27 $"
+#ident "GENERIC32-IP2x-$Revision: 1.28 $"
maxusers 32
@@ -121,8 +121,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/sgimips/conf/GENERIC32_IP2x
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.103 src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.104
--- src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.103 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/sgimips/conf/GENERIC32_IP2x Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP2x,v 1.103 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC32_IP2x,v 1.104 2014/11/16 16:01:43 manu Exp $
#
# GENERIC32_IP2x machine description file
#
@@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32-IP2x-$Revision: 1.103 $"
+#ident "GENERIC32-IP2x-$Revision: 1.104 $"
maxusers 32
@@ -122,8 +122,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/sgimips/conf/GENERIC32_IP3x
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.105 src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.106
--- src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.105 Wed Nov 12 10:47:23 2014
+++ src/sys/arch/sgimips/conf/GENERIC32_IP3x Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP3x,v 1.105 2014/11/12 10:47:23 manu Exp $
+# $NetBSD: GENERIC32_IP3x,v 1.106 2014/11/16 16:01:43 manu Exp $
#
# GENERIC32_IP3x machine description file
#
@@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entr
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32_IP3x-$Revision: 1.105 $"
+#ident "GENERIC32_IP3x-$Revision: 1.106 $"
maxusers 32
@@ -115,8 +115,6 @@ options WAPBL # File system journaling
options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/arch/shark/conf/GENERIC
diff -u src/sys/arch/shark/conf/GENERIC:1.120 src/sys/arch/shark/conf/GENERIC:1.121
--- src/sys/arch/shark/conf/GENERIC:1.120 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/shark/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.120 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.121 2014/11/16 16:01:43 manu Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.120 $"
+#ident "GENERIC-$Revision: 1.121 $"
# estimated number of users
maxusers 32
@@ -66,8 +66,6 @@ options WAPBL # File system journaling
options NFSSERVER
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
Index: src/sys/arch/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.247 src/sys/arch/sparc/conf/GENERIC:1.248
--- src/sys/arch/sparc/conf/GENERIC:1.247 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/sparc/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.247 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.248 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.247 $"
+#ident "GENERIC-$Revision: 1.248 $"
maxusers 32
@@ -216,8 +216,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
Index: src/sys/arch/sparc/conf/TADPOLE3GX
diff -u src/sys/arch/sparc/conf/TADPOLE3GX:1.64 src/sys/arch/sparc/conf/TADPOLE3GX:1.65
--- src/sys/arch/sparc/conf/TADPOLE3GX:1.64 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/sparc/conf/TADPOLE3GX Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.64 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: TADPOLE3GX,v 1.65 2014/11/16 16:01:43 manu Exp $
include "arch/sparc/conf/std.sparc"
@@ -172,8 +172,6 @@ options QUOTA2 # new, in-filesystem UF
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.176 src/sys/arch/sparc64/conf/GENERIC:1.177
--- src/sys/arch/sparc64/conf/GENERIC:1.176 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/sparc64/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.176 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.177 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.176 $"
+#ident "GENERIC-$Revision: 1.177 $"
maxusers 64
@@ -191,8 +191,6 @@ options FFS_EI # FFS Endian Independen
options WAPBL # File system journaling support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
Index: src/sys/arch/sparc64/conf/NONPLUS64
diff -u src/sys/arch/sparc64/conf/NONPLUS64:1.43 src/sys/arch/sparc64/conf/NONPLUS64:1.44
--- src/sys/arch/sparc64/conf/NONPLUS64:1.43 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/sparc64/conf/NONPLUS64 Sun Nov 16 16:01:43 2014
@@ -1,8 +1,8 @@
-# $NetBSD: NONPLUS64,v 1.43 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: NONPLUS64,v 1.44 2014/11/16 16:01:43 manu Exp $
include "arch/sparc64/conf/std.sparc64"
-#ident "NONPLUS64-$Revision: 1.43 $"
+#ident "NONPLUS64-$Revision: 1.44 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -153,8 +153,6 @@ options QUOTA2 # new, in-filesystem UF
#options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
Index: src/sys/arch/sun2/conf/GENERIC
diff -u src/sys/arch/sun2/conf/GENERIC:1.93 src/sys/arch/sun2/conf/GENERIC:1.94
--- src/sys/arch/sun2/conf/GENERIC:1.93 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/sun2/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.93 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.94 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.93 $"
+#ident "GENERIC-$Revision: 1.94 $"
makeoptions COPTS="-Os" # optimize for size
@@ -105,8 +105,6 @@ file-system PTYFS # /dev/pts/N support
#options NFS_V2_ONLY # Exclude NFS3 code to save space
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
options INET # IP protocol stack support
Index: src/sys/arch/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.170 src/sys/arch/sun3/conf/GENERIC:1.171
--- src/sys/arch/sun3/conf/GENERIC:1.170 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/sun3/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.170 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.171 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.170 $"
+#ident "GENERIC-$Revision: 1.171 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -117,8 +117,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
# Networking options
options INET # IP protocol stack support
Index: src/sys/arch/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.192 src/sys/arch/vax/conf/GENERIC:1.193
--- src/sys/arch/vax/conf/GENERIC:1.192 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/vax/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.192 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.193 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.192 $"
+#ident "GENERIC-$Revision: 1.193 $"
# Here are all different supported CPU types listed.
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
@@ -117,8 +117,6 @@ options NFS_BOOT_BOOTP,NFS_BOOT_DHCP #
options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# WS console uses VT100 terminal emulation
options WSEMUL_VT100
Index: src/sys/arch/vax/conf/VAX780
diff -u src/sys/arch/vax/conf/VAX780:1.18 src/sys/arch/vax/conf/VAX780:1.19
--- src/sys/arch/vax/conf/VAX780:1.18 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/vax/conf/VAX780 Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: VAX780,v 1.18 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: VAX780,v 1.19 2014/11/16 16:01:43 manu Exp $
#
# 11/780,750,730 machine description file
#
@@ -102,8 +102,6 @@ options NFS_BOOT_BOOTP,NFS_BOOT_DHCP #
options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
-options UFS_EXTATTR_AUTOSTART
-options UFS_EXTATTR_AUTOCREATE=1024
# WS console uses VT100 terminal emulation
#options WSEMUL_VT100
Index: src/sys/arch/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.178 src/sys/arch/x68k/conf/GENERIC:1.179
--- src/sys/arch/x68k/conf/GENERIC:1.178 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/x68k/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.178 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.179 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.178 $"
+#ident "GENERIC-$Revision: 1.179 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -201,8 +201,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
Index: src/sys/arch/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.64 src/sys/arch/zaurus/conf/GENERIC:1.65
--- src/sys/arch/zaurus/conf/GENERIC:1.64 Wed Nov 12 10:47:24 2014
+++ src/sys/arch/zaurus/conf/GENERIC Sun Nov 16 16:01:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.64 2014/11/12 10:47:24 manu Exp $
+# $NetBSD: GENERIC,v 1.65 2014/11/16 16:01:43 manu Exp $
#
# GENERIC machine description file
#
@@ -77,8 +77,6 @@ options WAPBL # File system journaling
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_EXTATTR # Extended attribute support for UFS1
-#options UFS_EXTATTR_AUTOSTART
-#options UFS_EXTATTR_AUTOCREATE=1024
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Index: src/sys/ufs/files.ufs
diff -u src/sys/ufs/files.ufs:1.37 src/sys/ufs/files.ufs:1.38
--- src/sys/ufs/files.ufs:1.37 Fri Oct 10 12:20:13 2014
+++ src/sys/ufs/files.ufs Sun Nov 16 16:01:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: files.ufs,v 1.37 2014/10/10 12:20:13 uebayasi Exp $
+# $NetBSD: files.ufs,v 1.38 2014/11/16 16:01:39 manu Exp $
deffs FFS
deffs EXT2FS
@@ -7,12 +7,10 @@ deffs LFS
deffs CHFS
defflag opt_ffs.h FFS_EI FFS_NO_SNAPSHOT APPLE_UFS
- UFS_DIRHASH
- UFS_EXTATTR UFS_EXTATTR_AUTOSTART
+ UFS_DIRHASH UFS_EXTATTR
defflag opt_lfs.h LFS_EI LFS_KERNEL_RFW
- LFS_DIRHASH
- LFS_EXTATTR LFS_EXTATTR_AUTOSTART
+ LFS_DIRHASH LFS_EXTATTR
LFS_QUOTA LFS_QUOTA2
define ext2fs: vfs, ffs