<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/mount_std, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-22T18:25:49Z</updated>
<entry>
<title>Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"</title>
<updated>2003-10-22T18:25:49Z</updated>
<author>
<name>Sean Chittenden</name>
<email>seanc@FreeBSD.org</email>
</author>
<published>2003-10-22T18:25:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c80f12d0af4d1b24810e24600315ebff30396fec'/>
<id>urn:sha1:c80f12d0af4d1b24810e24600315ebff30396fec</id>
<content type='text'>
instead of "rdonly".  "rdonly" works for mount(8) and mount_std(8) but
not from /etc/fstab, whereas "ro" works for all mount_*(8) commands.
</content>
</entry>
<entry>
<title>Take sizeof() the right string for fspath's iovec.  The old string was the</title>
<updated>2002-11-05T20:06:01Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-05T20:06:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bc90fb220d294957a19b827de876d4f851abb54'/>
<id>urn:sha1:8bc90fb220d294957a19b827de876d4f851abb54</id>
<content type='text'>
same size so this doesn't fix a bug, but it makes it cleaner.
</content>
</entry>
<entry>
<title>s/filesystem/file system/g as discussed on -developers</title>
<updated>2002-08-21T18:11:48Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-08-21T18:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce66ddb76352a2e5f34aacdbe7733d92e60aff17'/>
<id>urn:sha1:ce66ddb76352a2e5f34aacdbe7733d92e60aff17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update manpage to match the code, we don't use</title>
<updated>2002-08-11T15:18:41Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-08-11T15:18:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5abe20579845c9fe8e39ad7b72d91c94b4194451'/>
<id>urn:sha1:5abe20579845c9fe8e39ad7b72d91c94b4194451</id>
<content type='text'>
vfsload() here anymore.
</content>
</entry>
<entry>
<title>Now that the kernel is able to load modules itself,</title>
<updated>2002-08-03T16:03:21Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-08-03T16:03:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=526ba6d32b79b714f8c5cd54892d80b60b24f9a4'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:34:18Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:34:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1205e80e5c937ac999f02f51edfb25d5b7a7ad6'/>
<id>urn:sha1:e1205e80e5c937ac999f02f51edfb25d5b7a7ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more file system &gt; filesystem</title>
<updated>2002-05-16T04:10:46Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-05-16T04:10:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3468b317cb93827fbbd4b835f5c233804bc5203c'/>
<id>urn:sha1:3468b317cb93827fbbd4b835f5c233804bc5203c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENT</title>
<updated>2002-05-05T10:08:04Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-05-05T10:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d9219dcc1b518faec0ed679b1ed3558d4cfa9016'/>
<id>urn:sha1:d9219dcc1b518faec0ed679b1ed3558d4cfa9016</id>
<content type='text'>
utilities by catching SIGSYS.

Submitted by:	bde
</content>
</entry>
<entry>
<title>Swap the order of mount and nmount calls.  We now call nmount</title>
<updated>2002-05-02T20:52:04Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-05-02T20:52:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=373f12f6e32ca9654a8ee1addb703c09e1ca678a'/>
<id>urn:sha1:373f12f6e32ca9654a8ee1addb703c09e1ca678a</id>
<content type='text'>
first, since all the consumers of mount_std in the tree have
been converted to nmount.
</content>
</entry>
<entry>
<title>Add code to try the nmount(2) syscall when mount(2) failed with</title>
<updated>2002-04-07T13:28:18Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-04-07T13:28:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c31e07fb1a320ecb387eae244590a1914aca6ce5'/>
<id>urn:sha1: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>
</entry>
</feed>
