Module Name:    src
Committed By:   uebayasi
Date:           Thu Feb 11 05:36:16 UTC 2010

Modified Files:
        src/include [uebayasi-xip]: mntopts.h
        src/sbin/mount [uebayasi-xip]: mount.8

Log Message:
Add the new "xip" mount option.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.4.1 src/include/mntopts.h
cvs rdiff -u -r1.69 -r1.69.2.1 src/sbin/mount/mount.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/mntopts.h
diff -u src/include/mntopts.h:1.13 src/include/mntopts.h:1.13.4.1
--- src/include/mntopts.h:1.13	Mon Jan 12 18:14:20 2009
+++ src/include/mntopts.h	Thu Feb 11 05:36:16 2010
@@ -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 }

Index: src/sbin/mount/mount.8
diff -u src/sbin/mount/mount.8:1.69 src/sbin/mount/mount.8:1.69.2.1
--- src/sbin/mount/mount.8:1.69	Sat Oct  3 07:38:22 2009
+++ src/sbin/mount/mount.8	Thu Feb 11 05:36:16 2010
@@ -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

Reply via email to