<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/mount_std/mount_std.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MOPT_END in favor of MOPT_NULL, which better describes the purporse</title>
<updated>2005-06-10T09:51:43+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-10T09:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46b7a14ba40ee64e15ab2022897d62484b4cedf6'/>
<id>46b7a14ba40ee64e15ab2022897d62484b4cedf6</id>
<content type='text'>
of the macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a handy macro to represent null mount option, MOPT_NULL, and make</title>
<updated>2005-06-01T09:39:36+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-01T09:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=73ac45052f0c9d5ff55352ce80a0cec86b831908'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's license,</title>
<updated>2004-04-09T19:58:40+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-09T19:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
per letter dated July 22, 1999.

Approved by: core, imp
</pre>
</div>
</content>
</entry>
<entry>
<title>Take sizeof() the right string for fspath's iovec.  The old string was the</title>
<updated>2002-11-05T20:06:01+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-05T20:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bc90fb220d294957a19b827de876d4f851abb54'/>
<id>8bc90fb220d294957a19b827de876d4f851abb54</id>
<content type='text'>
same size so this doesn't fix a bug, but it makes it cleaner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
same size so this doesn't fix a bug, but it makes it cleaner.
</pre>
</div>
</content>
</entry>
<entry>
<title>s/filesystem/file system/g as discussed on -developers</title>
<updated>2002-08-21T18:11:48+00:00</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-08-21T18:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ce66ddb76352a2e5f34aacdbe7733d92e60aff17'/>
<id>ce66ddb76352a2e5f34aacdbe7733d92e60aff17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that the kernel is able to load modules itself,</title>
<updated>2002-08-03T16:03:21+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-08-03T16:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=526ba6d32b79b714f8c5cd54892d80b60b24f9a4'/>
<id>526ba6d32b79b714f8c5cd54892d80b60b24f9a4</id>
<content type='text'>
remove all the code which was trying to do so.
This code was nasty in several ways, it was hiding
the kernel bug where the kernel was unable to properly
load a module, and it was quitting if it wasn't able
to load the module.  The consequence is that an ABI
breakage of the vfsconf API would have broken *every*
mount utility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove all the code which was trying to do so.
This code was nasty in several ways, it was hiding
the kernel bug where the kernel was unable to properly
load a module, and it was quitting if it wasn't able
to load the module.  The consequence is that an ABI
breakage of the vfsconf API would have broken *every*
mount utility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENT</title>
<updated>2002-05-05T10:08:04+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-05-05T10:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d9219dcc1b518faec0ed679b1ed3558d4cfa9016'/>
<id>d9219dcc1b518faec0ed679b1ed3558d4cfa9016</id>
<content type='text'>
utilities by catching SIGSYS.

Submitted by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
utilities by catching SIGSYS.

Submitted by:	bde
</pre>
</div>
</content>
</entry>
<entry>
<title>Swap the order of mount and nmount calls.  We now call nmount</title>
<updated>2002-05-02T20:52:04+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-05-02T20:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=373f12f6e32ca9654a8ee1addb703c09e1ca678a'/>
<id>373f12f6e32ca9654a8ee1addb703c09e1ca678a</id>
<content type='text'>
first, since all the consumers of mount_std in the tree have
been converted to nmount.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
first, since all the consumers of mount_std in the tree have
been converted to nmount.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code to try the nmount(2) syscall when mount(2) failed with</title>
<updated>2002-04-07T13:28:18+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-04-07T13:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c31e07fb1a320ecb387eae244590a1914aca6ce5'/>
<id>c31e07fb1a320ecb387eae244590a1914aca6ce5</id>
<content type='text'>
EOPNOTSUPP.  This will make things less painful when I will commit
the conversion of devfs, fdescfs and pseudofs to nmount.

Reviewed by:	phk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EOPNOTSUPP.  This will make things less painful when I will commit
the conversion of devfs, fdescfs and pseudofs to nmount.

Reviewed by:	phk
</pre>
</div>
</content>
</entry>
</feed>
