Source-Changes-HG archive

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

[src/uebayasi-xip]: src Add the new "xip" mount option.



details:   https://anonhg.NetBSD.org/src/rev/267fca44324b
branches:  uebayasi-xip
changeset: 751567:267fca44324b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Feb 11 05:36:16 2010 +0000

description:
Add the new "xip" mount option.

diffstat:

 include/mntopts.h  |  3 ++-
 sbin/mount/mount.8 |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r fb46220d7092 -r 267fca44324b include/mntopts.h
--- a/include/mntopts.h Thu Feb 11 05:22:38 2010 +0000
+++ b/include/mntopts.h Thu Feb 11 05:36:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mntopts.h,v 1.13 2009/01/12 18:14:20 pooka Exp $       */
+/*     $NetBSD: mntopts.h,v 1.13.4.1 2010/02/11 05:36:16 uebayasi Exp $        */
 
 /*-
  * Copyright (c) 1994
@@ -57,6 +57,7 @@
 #define MOPT_SOFTDEP           { "softdep",    0, MNT_SOFTDEP, 0 }
 #define MOPT_LOG               { "log",        0, MNT_LOG, 0 }
 #define MOPT_IGNORE            { "hidden",     0, MNT_IGNORE, 0 }
+#define MOPT_XIP               { "xip",        0, MNT_XIP, 0 }
 
 /* Control flags. */
 #define MOPT_FORCE             { "force",      0, MNT_FORCE, 0 }
diff -r fb46220d7092 -r 267fca44324b sbin/mount/mount.8
--- a/sbin/mount/mount.8        Thu Feb 11 05:22:38 2010 +0000
+++ b/sbin/mount/mount.8        Thu Feb 11 05:36:16 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount.8,v 1.69 2009/10/03 07:38:22 wiz Exp $
+.\"    $NetBSD: mount.8,v 1.69.2.1 2010/02/11 05:36:16 uebayasi Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -299,6 +299,8 @@
 The same as
 .Fl u ;
 indicate that the status of an already mounted file system should be changed.
+.It Cm xip
+Enable eXecute-In-Place if the block device supports it.
 .El
 .Pp
 Any additional options specific to a given file system type (see the



Home | Main Index | Thread Index | Old Index