<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/mdmfs, branch release/5.3.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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

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

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Assorted markup, grammar, and spelling fixes.</title>
<updated>2004-05-17T08:35:43+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-17T08:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9'/>
<id>d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added -l to usage().</title>
<updated>2004-05-17T07:07:20+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-17T07:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2921afed979b1cafcd28a1a83f1fed5be27cd604'/>
<id>2921afed979b1cafcd28a1a83f1fed5be27cd604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a "-l" parameter to mdmfs so that memory file systems can be</title>
<updated>2004-02-26T01:15:47+00:00</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-02-26T01:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d3170aa53835ab0f2b64c9e1f8829410dc7c9d7'/>
<id>1d3170aa53835ab0f2b64c9e1f8829410dc7c9d7</id>
<content type='text'>
created with the multilabel flag from inception.  This simply
passes the "-l" flag on to newfs(8).

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, McAfee Research
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
created with the multilabel flag from inception.  This simply
passes the "-l" flag on to newfs(8).

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, McAfee Research
</pre>
</div>
</content>
</entry>
<entry>
<title>Userland signed char fixes for PPC build. Problems were using a char</title>
<updated>2004-01-22T07:23:36+00:00</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-01-22T07:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c'/>
<id>5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c</id>
<content type='text'>
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from &lt;sys/user.h&gt;

Submitted by: Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from &lt;sys/user.h&gt;

Submitted by: Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't reinvent the wheel:  Use setmode(3) to interpret</title>
<updated>2003-08-05T15:04:39+00:00</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-08-05T15:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ce03e3a7bdd3e6e979a73f54bdbc93288bda02a1'/>
<id>ce03e3a7bdd3e6e979a73f54bdbc93288bda02a1</id>
<content type='text'>
a file mode specification from the command line.  This
approach is more flexible and less error-prone than using
a mere strtoul(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a file mode specification from the command line.  This
approach is more flexible and less error-prone than using
a mere strtoul(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not compare unsigned int values with ULONG_MAX. The comparison is</title>
<updated>2003-07-11T05:47:05+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-07-11T05:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a50130bbba0c21097203f701ac610019d785d33'/>
<id>8a50130bbba0c21097203f701ac610019d785d33</id>
<content type='text'>
always false on 64bit platforms and GCC 3.3.1 issues warning there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
always false on 64bit platforms and GCC 3.3.1 issues warning there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pathnames.h.</title>
<updated>2003-06-29T19:03:52+00:00</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T19:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62'/>
<id>3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62</id>
<content type='text'>
Pointed out by:	Mathieu Arnold &lt;mat@mat.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed out by:	Mathieu Arnold &lt;mat@mat.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move path definitions to include/paths.h. This makes it easier to override</title>
<updated>2003-06-29T18:06:05+00:00</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T18:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1386defade9043c15dac54cbb11f3ff589eb00cc'/>
<id>1386defade9043c15dac54cbb11f3ff589eb00cc</id>
<content type='text'>
these definitions in the /rescue case.

Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these definitions in the /rescue case.

Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) fix: Add the forgotten paragraph command.</title>
<updated>2003-05-17T22:31:48+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-17T22:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=031ba6ffd4aa6ac0298a81d79dfff922f5022712'/>
<id>031ba6ffd4aa6ac0298a81d79dfff922f5022712</id>
<content type='text'>
Approved by:	re (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (blanket)
</pre>
</div>
</content>
</entry>
</feed>
