<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/mdmfs, 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>2007-07-07T11:29:27Z</updated>
<entry>
<title>MFC rev 1.33 mdmfs.c</title>
<updated>2007-07-07T11:29:27Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2007-07-07T11:29:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=397403e86985e77193a7da44104ac5397037d4aa'/>
<id>urn:sha1:397403e86985e77193a7da44104ac5397037d4aa</id>
<content type='text'>
o For this change I needed to modify a little extra, since the RELENG_5 version
  works different then the RELENG_6 or HEAD version that we currently have.
  I "backported" the -n change to RELENG_5 as well, without modifying the
  current behaviour for the other options etc.

    -n is used by newfs to tell "do not generate a .snap directory" instead of
    specifying rotational-positions, reflect that in the command arguments.

    PR: bin/110178
    Submitted by: Alex Kozlov &lt;spam at rm-rf dot kiev dot ua&gt;
    Approved by: imp (mentor)

Approved by:	imp (mentor, implicit)
</content>
</entry>
<entry>
<title>Assorted markup, grammar, and spelling fixes.</title>
<updated>2004-05-17T08:35:43Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-17T08:35:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9'/>
<id>urn:sha1:d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added -l to usage().</title>
<updated>2004-05-17T07:07:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-17T07:07:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2921afed979b1cafcd28a1a83f1fed5be27cd604'/>
<id>urn:sha1:2921afed979b1cafcd28a1a83f1fed5be27cd604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a "-l" parameter to mdmfs so that memory file systems can be</title>
<updated>2004-02-26T01:15:47Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-02-26T01:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d3170aa53835ab0f2b64c9e1f8829410dc7c9d7'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Userland signed char fixes for PPC build. Problems were using a char</title>
<updated>2004-01-22T07:23:36Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-01-22T07:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Don't reinvent the wheel:  Use setmode(3) to interpret</title>
<updated>2003-08-05T15:04:39Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-08-05T15:04:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ce03e3a7bdd3e6e979a73f54bdbc93288bda02a1'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Do not compare unsigned int values with ULONG_MAX. The comparison is</title>
<updated>2003-07-11T05:47:05Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-07-11T05:47:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a50130bbba0c21097203f701ac610019d785d33'/>
<id>urn:sha1:8a50130bbba0c21097203f701ac610019d785d33</id>
<content type='text'>
always false on 64bit platforms and GCC 3.3.1 issues warning there.
</content>
</entry>
<entry>
<title>Remove pathnames.h.</title>
<updated>2003-06-29T19:03:52Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T19:03:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62'/>
<id>urn:sha1:3bb374ebb1eeb02762cce9d6bb5f40efb5eb5e62</id>
<content type='text'>
Pointed out by:	Mathieu Arnold &lt;mat@mat.cc&gt;
</content>
</entry>
<entry>
<title>Move path definitions to include/paths.h. This makes it easier to override</title>
<updated>2003-06-29T18:06:05Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T18:06:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1386defade9043c15dac54cbb11f3ff589eb00cc'/>
<id>urn:sha1:1386defade9043c15dac54cbb11f3ff589eb00cc</id>
<content type='text'>
these definitions in the /rescue case.

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