<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/vinum, branch release/3.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-12-20T00:16:49Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-12-20T00:16:49Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-12-20T00:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a85407ad7dfbbdae7987bcff091bb36a6b83aee'/>
<id>urn:sha1:7a85407ad7dfbbdae7987bcff091bb36a6b83aee</id>
<content type='text'>
'RELENG_3_4_0_RELEASE'.

This commit was manufactured to restore the state of the 3.4-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC (see revision 1.45):</title>
<updated>1999-10-13T08:39:08Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-10-13T08:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=327d49fb81aaeaefa93520aaeb1b5973a1051c0e'/>
<id>urn:sha1:327d49fb81aaeaefa93520aaeb1b5973a1051c0e</id>
<content type='text'>
Fix another instance of vinum_scandisk giving a request to the daemon
and then doing it itself, resulting in a panic downed drives.

Sleuth-work-by:         Christopher Masto &lt;chris@netmonger.net&gt;

vinum_scandisk: Check that a drive is up before reading from it.  This
is probably excessive paranoia.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>1999-09-29T03:44:28Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-09-29T03:44:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=374e02238f683a21aa94caeed07c1cfc36c9ba59'/>
<id>urn:sha1:374e02238f683a21aa94caeed07c1cfc36c9ba59</id>
<content type='text'>
open_drive: Don't call set_drive_state to take a drive down, do it
            ourselves.  This breaks a vicious circle which caused
            vinum to dereference a null vp if device nodes were
            missing.

Reported-by:    Brad Chisholm &lt;sasblc@unx.sas.com&gt;
                Alec Wolman &lt;wolman@cs.washington.edu&gt;

check_drive: Don't take a drive down if it's only referenced.
</content>
</entry>
<entry>
<title>struct rqgroup:  put 0-length array at the end.  Make mental note not</title>
<updated>1999-09-13T08:03:53Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-09-13T08:03:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8cbb061c52ecbc5633a31e17872681ac425d96b6'/>
<id>urn:sha1:8cbb061c52ecbc5633a31e17872681ac425d96b6</id>
<content type='text'>
to write such crap again.

Spotted-by:     Parag Patel &lt;parag@cgt.com&gt;
Approved-by:	jkh
</content>
</entry>
<entry>
<title>Remove a rather embarrassing race condition.</title>
<updated>1999-09-01T23:28:02Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-09-01T23:28:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a7d5657f02a645544bcccc0fa72d500371b142a'/>
<id>urn:sha1:3a7d5657f02a645544bcccc0fa72d500371b142a</id>
<content type='text'>
Approved-by:	jkh
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>urn:sha1:c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>1999-08-26T03:30:44Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-08-26T03:30:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aae0170f7cfc6b2db240ed58c5720d56e7a29ca0'/>
<id>urn:sha1:aae0170f7cfc6b2db240ed58c5720d56e7a29ca0</id>
<content type='text'>
config_plex: don't allocate a rangelock struct.

lockrange: correctly expand rangelock struct, including expanding a
	   null struct.  Previously lockrange would attempt to lock a
	   NULL pointer under these circumstances.

Reported-by:	Ian Freislich &lt;iang@uunet.co.za&gt;
</content>
</entry>
<entry>
<title>format_config: generate correct information for detached subdisks.</title>
<updated>1999-08-24T05:34:21Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-08-24T05:34:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=09a759b608b0f8899801c860a55a937b9f0652c6'/>
<id>urn:sha1:09a759b608b0f8899801c860a55a937b9f0652c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Bring -STABLE in sync with -CURRENT.</title>
<updated>1999-08-24T04:06:51Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>1999-08-24T04:06:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29d6e75347499e29437c7fc0358d4ab025ac249f'/>
<id>urn:sha1:29d6e75347499e29437c7fc0358d4ab025ac249f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-08-15T10:48:37Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-08-15T10:48:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=606a159c518b42ef7e5059ce50b59ea11e3c3e7f'/>
<id>urn:sha1:606a159c518b42ef7e5059ce50b59ea11e3c3e7f</id>
<content type='text'>
</content>
</entry>
</feed>
