<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/mount_null, branch release/2.2.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-10-19T17:23:25Z</updated>
<entry>
<title>Remove reference to obsolete mount_lofs(8).</title>
<updated>1997-10-19T17:23:25Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-10-19T17:23:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40b4cff1e3eea921977e08269a0aa79ac5ffeed7'/>
<id>urn:sha1:40b4cff1e3eea921977e08269a0aa79ac5ffeed7</id>
<content type='text'>
PR:		docs/4617
</content>
</entry>
<entry>
<title>delete doubled words, e.g.: "the the" -&gt; "the"</title>
<updated>1996-10-05T22:27:30Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-10-05T22:27:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e83201b43ad36d453a46f551fcaedf0a0e7f23c3'/>
<id>urn:sha1:e83201b43ad36d453a46f551fcaedf0a0e7f23c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use __dead or __pure in user code.  They were obfuscations</title>
<updated>1996-09-14T03:00:32Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-14T03:00:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eaa86f9d7fcbe6b82b1defa62f31071324c836ed'/>
<id>urn:sha1:eaa86f9d7fcbe6b82b1defa62f31071324c836ed</id>
<content type='text'>
for gcc &gt;= 2.5 and no-ops for gcc &gt;= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
</content>
</entry>
<entry>
<title>Use the .Bx macro where appropriate.</title>
<updated>1996-08-23T20:36:11Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-08-23T20:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0b0bcf4d39fe41ec1317d807a407284b7774f59'/>
<id>urn:sha1:c0b0bcf4d39fe41ec1317d807a407284b7774f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of the last vestiges of the old MOUNT_* constants in the</title>
<updated>1996-05-13T17:43:19Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1996-05-13T17:43:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e074e31a22cb630ab1a44da33e64cd3615824ec'/>
<id>urn:sha1:5e074e31a22cb630ab1a44da33e64cd3615824ec</id>
<content type='text'>
mount_* programs.  While we're at it, collapse the four now-identical
mount programs for devfs, fdesc, kernfs, and procfs into links to
a new mount_std(8) which can mount any really generic filesystem
such as these when called with the appropriate argv[0].

Also, convert the mount programs to use sysexits.h.
</content>
</entry>
<entry>
<title>Fix a bunch of spelling errors.</title>
<updated>1996-01-29T23:52:43Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-01-29T23:52:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e71057d8d08fdb6564e17803e73f73efdb688067'/>
<id>urn:sha1:e71057d8d08fdb6564e17803e73f73efdb688067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This time:  an absolute -I :-&lt;</title>
<updated>1994-11-20T22:41:03Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-20T22:41:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b53839540d5a7b97726379fb05ac2898462af38e'/>
<id>urn:sha1:b53839540d5a7b97726379fb05ac2898462af38e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for filesystem-specific `-o' options, and re-implement the</title>
<updated>1994-11-01T23:51:53Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-11-01T23:51:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fa88dec7f907cbcfee54e5ebebc001a3279fe30'/>
<id>urn:sha1:3fa88dec7f907cbcfee54e5ebebc001a3279fe30</id>
<content type='text'>
most common cd9660 and nfs options like God intended them.  (It is now
possible to say

	mount -o ro,soft,bg,intr there:/foo/bar /foo/bar

again.)  This whole getmntopt() business is an incredible botch;
it never should have been anything more than a wrapper around
getsubopt(3).  Because if the way the current hackaround is implemented,
options which take arguments (like the old `rsize' and `wsize') are still
unavailable, and must be accessed the new, broken way.

(It's unimaginable how Berkeley managed to screw up one of the few things
about NFS that Sun actually got right to begin with!)
</content>
</entry>
<entry>
<title>Fixed a type.</title>
<updated>1994-10-30T18:23:22Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1994-10-30T18:23:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b210d5f66a12ae786a3eb98214a707d388e637fb'/>
<id>urn:sha1:b210d5f66a12ae786a3eb98214a707d388e637fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically load NFS and a bevy of other filesystems.</title>
<updated>1994-09-22T22:17:02Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-09-22T22:17:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d599144d24b887e1736c0e5470d56248bcc45160'/>
<id>urn:sha1:d599144d24b887e1736c0e5470d56248bcc45160</id>
<content type='text'>
</content>
</entry>
</feed>
