<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/mount_nullfs, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-04-26T18:41:00Z</updated>
<entry>
<title>MFC: rev. 1.32</title>
<updated>2006-04-26T18:41:00Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2006-04-26T18:41:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0251908dceb373f551227e92fd0e0f6cfaaa75e'/>
<id>urn:sha1:f0251908dceb373f551227e92fd0e0f6cfaaa75e</id>
<content type='text'>
Add a missing .Pp call.

Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>MFC: Remove big scary warning about nullfs state</title>
<updated>2006-01-23T00:32:03Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2006-01-23T00:32:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=156841622af7962003820fd9e8e5090ef2302fdf'/>
<id>urn:sha1:156841622af7962003820fd9e8e5090ef2302fdf</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='https://cgit-dev.freebsd.org/src-test2/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='https://cgit-dev.freebsd.org/src-test2/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>Sync program's usage() with manpage's SYNOPSIS.</title>
<updated>2005-02-10T09:19:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-10T09:19:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d646af581627781d0f44bd773f64304834dd2e7'/>
<id>urn:sha1:8d646af581627781d0f44bd773f64304834dd2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T10:09:38Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T10:09:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6087df9e8b0853475378c8ffa0d7f60590343e34'/>
<id>urn:sha1:6087df9e8b0853475378c8ffa0d7f60590343e34</id>
<content type='text'>
</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='https://cgit-dev.freebsd.org/src-test2/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='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>urn:sha1:4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
</entry>
<entry>
<title>style.Makefile(5):</title>
<updated>2004-02-23T20:25:27Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2004-02-23T20:25:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=604d24db9579f5b317cae3fae63ab75ef5efca7f'/>
<id>urn:sha1:604d24db9579f5b317cae3fae63ab75ef5efca7f</id>
<content type='text'>
	Use WARNS?= instead of WARNS=.
</content>
</entry>
<entry>
<title>Correct an instance of an erroneous "it's".</title>
<updated>2004-01-07T23:31:22Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2004-01-07T23:31:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8e1969bfb953417bfc2bce7775aeaf47c20bfdf'/>
<id>urn:sha1:a8e1969bfb953417bfc2bce7775aeaf47c20bfdf</id>
<content type='text'>
PR:		docs/59937
Submitted by:	Ada Lim &lt;ada@bsd.org&gt;
MFC After:	1 day
</content>
</entry>
</feed>
