Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add the new LFS options.



details:   https://anonhg.NetBSD.org/src/rev/fb7976a06a30
branches:  trunk
changeset: 787249:fb7976a06a30
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jun 08 02:43:10 2013 +0000

description:
Add the new LFS options.

diffstat:

 sys/arch/i386/conf/ALL |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 061c7d625574 -r fb7976a06a30 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Jun 08 02:42:56 2013 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Jun 08 02:43:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.358 2013/06/05 23:08:01 christos Exp $
+# $NetBSD: ALL,v 1.359 2013/06/08 02:43:10 dholland Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.358 $"
+#ident                 "ALL-$Revision: 1.359 $"
 
 maxusers       64              # estimated number of users
 
@@ -200,6 +200,12 @@
 options        WAPBL           # File system journaling support
 options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options        UFS_EXTATTR
+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
 options        FFS_NO_SNAPSHOT # No FFS snapshot support
 options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and



Home | Main Index | Thread Index | Old Index