Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add LFS options, both preexisting and UFS-der...



details:   https://anonhg.NetBSD.org/src/rev/ebcd624502d6
branches:  trunk
changeset: 790473:ebcd624502d6
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Oct 13 21:17:35 2013 +0000

description:
Add LFS options, both preexisting and UFS-derived. Leave the ones that
are not yet believed to work commented out. Ride previous date bump.

diffstat:

 share/man/man4/options.4 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r c922837de006 -r ebcd624502d6 share/man/man4/options.4
--- a/share/man/man4/options.4  Sun Oct 13 21:09:35 2013 +0000
+++ b/share/man/man4/options.4  Sun Oct 13 21:17:35 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.430 2013/10/13 21:09:35 dholland Exp $
+.\"    $NetBSD: options.4,v 1.431 2013/10/13 21:17:35 dholland Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -1019,6 +1019,27 @@
 Increase lookup performance by maintaining in-core hash tables
 for large directories.
 .El
+.Ss Options for the LFS File System
+.Bl -ohang
+.\" .It Cd options LFS_KERNEL_RFW
+.\" There is no documentation for this. (XXX)
+.\" .It Cd options LFS_QUOTA
+.\" Enable traditional quota support for LFS.
+.\" (It is not clear if this works.)
+.\" .It Cd options LFS_QUOTA2
+.\" Enable modernized 64-bit quota support for LFS.
+.\" (This does not work yet.)
+.It Cd options LFS_EI
+Enable ``Endian-Independent'' LFS support.
+This allows (at a small performance cost) mounting an LFS file system
+created for another architecture.
+.\" .It Cd options LFS_EXTATTR
+.\" Enable extended attribute support for LFS.
+.\" (It is not clear if this works.)
+.It Cd options LFS_DIRHASH
+Increase lookup performance by maintaining in-core hash tables
+for large directories.
+.El
 .Ss Options for ext2fs File Systems
 .Bl -ohang
 .It Cd options EXT2FS_SYSTEM_FLAGS



Home | Main Index | Thread Index | Old Index