<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/mount_std, branch stable/5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-07-02T21:45:06Z</updated>
<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>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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/commit/?id=3468b317cb93827fbbd4b835f5c233804bc5203c'/>
<id>urn:sha1:3468b317cb93827fbbd4b835f5c233804bc5203c</id>
<content type='text'>
</content>
</entry>
</feed>
