<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/mount_nullfs, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-02-05T13:50:41Z</updated>
<entry>
<title>The .Xr utility</title>
<updated>2003-02-05T13:50:41Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-02-05T13:50:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c74076852fea2053ebf6e2f8dfe5338e2807b4cf'/>
<id>urn:sha1:c74076852fea2053ebf6e2f8dfe5338e2807b4cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Uniformly refer to a file system as "file system".</title>
<updated>2002-12-12T17:26:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-12T17:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d5d039f80a8d31947f4e84af20e8a56d0009c32'/>
<id>urn:sha1:8d5d039f80a8d31947f4e84af20e8a56d0009c32</id>
<content type='text'>
Approved by:	re
</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>Don't depend on namespace pollution in sys/mount.h and</title>
<updated>2002-08-13T16:07:39Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-08-13T16:07:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eddb9a0d785dc4430d17603f5b5ed6529d4035ac'/>
<id>urn:sha1:eddb9a0d785dc4430d17603f5b5ed6529d4035ac</id>
<content type='text'>
include sys/uio.h.
</content>
</entry>
<entry>
<title>Small diffs that p4 didn't catch when I extracted</title>
<updated>2002-08-03T17:06:51Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-08-03T17:06:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c005cd89e1543daec8145bd0811e108c6a602b77'/>
<id>urn:sha1:c005cd89e1543daec8145bd0811e108c6a602b77</id>
<content type='text'>
the diffs from my branch.
</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>Make mount_nullfs(8) use nmount(2) rather than mount(2) now</title>
<updated>2002-05-23T23:08:27Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-05-23T23:08:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc5d2b0281fe8003897cf5e2d943f1f7c7f8e17e'/>
<id>urn:sha1:dc5d2b0281fe8003897cf5e2d943f1f7c7f8e17e</id>
<content type='text'>
that nullfs has been converted to nmount.
</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>
<entry>
<title>o __P removed</title>
<updated>2002-03-21T13:14:21Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-21T13:14:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=854299908ccfad3f3d42b5b24443e15bbc03471c'/>
<id>urn:sha1:854299908ccfad3f3d42b5b24443e15bbc03471c</id>
<content type='text'>
o main prototype removed
</content>
</entry>
</feed>
