<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/mount_std, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=stable%2F8</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=stable%2F8'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2006-09-13T04:50:44Z</updated>
<entry>
<title>Reduce the number of errors under WARNS=6</title>
<updated>2006-09-13T04:50:44Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2006-09-13T04:50:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d402d62c897b037b2dc3e7d13dc6573e47aa1e34'/>
<id>urn:sha1:d402d62c897b037b2dc3e7d13dc6573e47aa1e34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slight grammar fix.</title>
<updated>2006-05-18T15:26:27Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2006-05-18T15:26:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=352e01f17b7de78db81dc4057ee66241e5bb7664'/>
<id>urn:sha1:352e01f17b7de78db81dc4057ee66241e5bb7664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove mqueuefs from LINKS, it is no longer needed for nmount interface.</title>
<updated>2005-12-02T04:25:54Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2005-12-02T04:25:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b609e4caa27eb3ec9ac30c6cceb34d1897dd2c5'/>
<id>urn:sha1:4b609e4caa27eb3ec9ac30c6cceb34d1897dd2c5</id>
<content type='text'>
Noticed by: rodrigc
</content>
</entry>
<entry>
<title>Change filesystem name from mqueue to mqueuefs for style consitent,</title>
<updated>2005-11-27T08:32:41Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2005-11-27T08:32:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=95b58329404b984e0b7123d3b831a114163f8e86'/>
<id>urn:sha1:95b58329404b984e0b7123d3b831a114163f8e86</id>
<content type='text'>
sort LINKS list.
</content>
</entry>
<entry>
<title>Support mounting POSIX message queue filesystem.</title>
<updated>2005-11-26T12:53:18Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2005-11-26T12:53:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5958a749242bbcdfbf8c35e03a75b83d974728b2'/>
<id>urn:sha1:5958a749242bbcdfbf8c35e03a75b83d974728b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MOPT_END in favor of MOPT_NULL, which better describes the purporse</title>
<updated>2005-06-10T09:51:43Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-10T09:51:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46b7a14ba40ee64e15ab2022897d62484b4cedf6'/>
<id>urn:sha1:46b7a14ba40ee64e15ab2022897d62484b4cedf6</id>
<content type='text'>
of the macro.
</content>
</entry>
<entry>
<title>Add a handy macro to represent null mount option, MOPT_NULL, and make</title>
<updated>2005-06-01T09:39:36Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-01T09:39:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=73ac45052f0c9d5ff55352ce80a0cec86b831908'/>
<id>urn:sha1:73ac45052f0c9d5ff55352ce80a0cec86b831908</id>
<content type='text'>
use of the macro in sbin/mount*'s, by replacing:

	mopts[] = {
	    MOPT_STDOPTS,
	    { NULL }
	}

With:
	mopts[] = {
	    MOPT_STDOPTS,
	    MOPT_NULL
	}

This change will help to reduce the situation that we don't explicitly
initialize "struct mntopt"'s.  It should not contribute to any
functional/logical changes as far as I can tell.
</content>
</entry>
<entry>
<title>Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).</title>
<updated>2004-11-29T09:35:01Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-11-29T09:35:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f04702815deef2656f7c7023cb3d6fe72344945'/>
<id>urn:sha1:5f04702815deef2656f7c7023cb3d6fe72344945</id>
<content type='text'>
Asked to commit by:	phk
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T21:45:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T21:45:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9806e231322307da0109e101ae2ef997a4a22290'/>
<id>urn:sha1:9806e231322307da0109e101ae2ef997a4a22290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's license,</title>
<updated>2004-04-09T19:58:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-09T19:58:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>urn:sha1:4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
</entry>
</feed>
