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
This commit is contained in:
manu 2014-11-16 16:01:39 +00:00
parent c0067af94a
commit 239cf5506d
65 changed files with 113 additions and 241 deletions

View File

@ -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 support
#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

View File

@ -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 support
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

View File

@ -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 support
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

View File

@ -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

View File

@ -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 server
# 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

View File

@ -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 support
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.

View File

@ -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 support
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.

View File

@ -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 UFS quotas
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.

View File

@ -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 UFS quotas
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

View File

@ -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 UFS quotas
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.

View File

@ -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 server
# 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

View File

@ -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 support
#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

View File

@ -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 support
#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

View File

@ -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 all filesystems)
#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

View File

@ -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 support
#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.

View File

@ -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 support
#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.

View File

@ -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 UFS quotas
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

View File

@ -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 support
#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.

View File

@ -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.ews4800mips"
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 support
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.

View File

@ -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 server
#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

View File

@ -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.tx39"
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 support
#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

View File

@ -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.

View File

@ -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 support
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.

View File

@ -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

View File

@ -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 support
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

View File

@ -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 support
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.

View File

@ -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 support
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

View File

@ -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 file-system
#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

View File

@ -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 support
#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.

View File

@ -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 support
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.

View File

@ -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 file-system
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

View File

@ -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 support
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.

View File

@ -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 support
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

View File

@ -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 UFS quotas
#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.

View File

@ -66,8 +66,6 @@ options QUOTA2 # new, in-filesystem UFS quotas
#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

View File

@ -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 UFS quotas
#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

View File

@ -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 support
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.

View File

@ -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

View File

@ -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 file-system
#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

View File

@ -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 file-system
#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

View File

@ -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 UFS quotas
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

View File

@ -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.newsmips"
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 support
#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

View File

@ -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 support
#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.

View File

@ -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 support
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.

View File

@ -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 UFS quotas
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

View File

@ -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 support.
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

View File

@ -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 support
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.

View File

@ -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 config file in kernel binary
#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 support
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.

View File

@ -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.sandpoint"
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 support
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

View File

@ -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

View File

@ -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 point
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 support
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.

View File

@ -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 point
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 support
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.

View File

@ -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" # entry point
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 support
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.

View File

@ -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 support
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

View File

@ -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 support
#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

View File

@ -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 UFS quotas
#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

View File

@ -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 Independent support
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

View File

@ -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 UFS quotas
#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

View File

@ -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

View File

@ -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 support
#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

View File

@ -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 # Use bootp <> 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

View File

@ -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 # Use bootp <> 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

View File

@ -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 support
#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

View File

@ -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 support
#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.

View File

@ -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