<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/vinum, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-11-24T04:06:56Z</updated>
<entry>
<title>Initalize buffer headers correctly for current version of bio subsystem.</title>
<updated>2003-11-24T04:06:56Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-11-24T04:06:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76ffeff6bd3e0d1632dc0d4c4508d22021e7c22c'/>
<id>urn:sha1:76ffeff6bd3e0d1632dc0d4c4508d22021e7c22c</id>
<content type='text'>
Not mentioned by: phk
Approved by:	  re (scottl)

This makes Vinum work again, at least in my testing.
</content>
</entry>
<entry>
<title>Fix vinum by correctly setting the b_offset bio filed when doing I/O.</title>
<updated>2003-11-23T17:10:58Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-11-23T17:10:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8427f795dacf1f84e5c776a32a9fc95810b2511c'/>
<id>urn:sha1:8427f795dacf1f84e5c776a32a9fc95810b2511c</id>
<content type='text'>
Submitted by:	grog
</content>
</entry>
<entry>
<title>Do not initialize bp-&gt;b_pblkno, it is going away.</title>
<updated>2003-10-18T17:57:48Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-10-18T17:57:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06a259faf6053ce85dd8f241f7bac12e7478a289'/>
<id>urn:sha1:06a259faf6053ce85dd8f241f7bac12e7478a289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If we fail to complete configuring a subdisk because of some error,</title>
<updated>2003-09-29T08:50:03Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-09-29T08:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be0dabc1bcb9f9f27a07eebe94cd982aba7cfe3f'/>
<id>urn:sha1:be0dabc1bcb9f9f27a07eebe94cd982aba7cfe3f</id>
<content type='text'>
make sure we return any allocated space to the drive.  This should get
rid of a number of inconsistencies (hopefully all) that have been seen
after configuration errors.
</content>
</entry>
<entry>
<title>Revert last commit.  It built the kernel module just fine, but broke</title>
<updated>2003-09-29T08:19:06Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-09-29T08:19:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=692db2e5c9ff94af76feb2bedfe7de5b3ddbfb82'/>
<id>urn:sha1:692db2e5c9ff94af76feb2bedfe7de5b3ddbfb82</id>
<content type='text'>
world in /sbin.

Reported by:	erwin
Pointy hat to:	grog
</content>
</entry>
<entry>
<title>Remove calls to makedev.  They were never needed.</title>
<updated>2003-09-29T03:16:20Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-09-29T03:16:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b0761b3603e81c98f8c9ec06ce8a28985e44b16'/>
<id>urn:sha1:2b0761b3603e81c98f8c9ec06ce8a28985e44b16</id>
<content type='text'>
Requested by:	phk
Explained by:	rwatson
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>#ifdef __i386__ the "int slice" definition that became i386-only with</title>
<updated>2003-08-15T17:56:44Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2003-08-15T17:56:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ac9fbcf79c1b034f4209eb4f4009ba5385ba265'/>
<id>urn:sha1:4ac9fbcf79c1b034f4209eb4f4009ba5385ba265</id>
<content type='text'>
recent Vinum changes.  Fixes non-i386 build on vinumio.c.

Accidental oversight of:	grog
Fix hopefully not minded by:	grog
</content>
</entry>
<entry>
<title>vinum_scandisk:</title>
<updated>2003-08-15T04:36:53Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-08-15T04:36:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4bd229fa58246eb887fc25698df2b4ed63a08ad'/>
<id>urn:sha1:d4bd229fa58246eb887fc25698df2b4ed63a08ad</id>
<content type='text'>
  Correctly handle additional disks without BIOS partition tables.
  Previously, vinum_scandisk stopped scanning additional disks for
  native partitions after any good partition was found.  This applies
  to all platforms, but was a particular problem on systems without
  BIOS partition tables.

Submitted by: harti
</content>
</entry>
<entry>
<title>Drop Giant when calling the disk drivers directly, and reacquire</title>
<updated>2003-08-15T03:57:15Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-08-15T03:57:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5466a9cb4c5a23e080c2a10ade50ee1a64767bd5'/>
<id>urn:sha1:5466a9cb4c5a23e080c2a10ade50ee1a64767bd5</id>
<content type='text'>
afterwards.  This fixes the Vinum breakage in -CURRENT.

Breakage explained by: phk
</content>
</entry>
</feed>
