<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/geom, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:31Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update system to new device statistics code.</title>
<updated>1998-09-15T08:15:30Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1998-09-15T08:15:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b2dfb1f906d8c8e59539eef1c054963dab103cd5'/>
<id>urn:sha1:b2dfb1f906d8c8e59539eef1c054963dab103cd5</id>
<content type='text'>
Submitted by:	"Kenneth D. Merry" &lt;ken@plutotech.com&gt;
		mike@smith.net.au (Mike Smith)
</content>
</entry>
<entry>
<title>Make struct buf-&gt;b_offset reflect the real byte offset which got</title>
<updated>1998-08-19T10:50:32Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1998-08-19T10:50:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e620a1cbed83659da9ffb5141a053d1ee3a4b552'/>
<id>urn:sha1:e620a1cbed83659da9ffb5141a053d1ee3a4b552</id>
<content type='text'>
in via the uio struct. This enables device drivers to use != DEV_BSIZE
blocking on devices with wierd sector/block sizes (ie CDROM's).
</content>
</entry>
<entry>
<title>There is no such thing any more as "struct bdevsw".</title>
<updated>1998-07-04T22:30:26Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-07-04T22:30:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7ea2f55d11712e31e448896b4d1bda81be24e35'/>
<id>urn:sha1:f7ea2f55d11712e31e448896b4d1bda81be24e35</id>
<content type='text'>
There is only cdevsw (which should be renamed in a later edit to deventry
or something). cdevsw contains the union of what were in both bdevsw an
cdevsw entries.  The bdevsw[] table stiff exists and is a second pointer
to the cdevsw entry of the device. it's major is in d_bmaj rather than
d_maj. some cleanup still to happen (e.g. dsopen now gets two pointers
to the same cdevsw struct instead of one to a bdevsw and one to a cdevsw).

rawread()/rawwrite() went away as part of this though it's not strictly
the same  patch, just that it involves all the same lines in the drivers.

cdroms no longer have write() entries (they did have rawwrite (?)).
tapes no longer have support for bdev operations.

Reviewed by: Eivind Eklund and Mike Smith
	Changes suggested by eivind.
</content>
</entry>
<entry>
<title>VOP_STRATEGY grows an (struct vnode *) argument</title>
<updated>1998-07-04T20:45:42Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-07-04T20:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd5d1124e25f9996b0bfbf17156d850d106b27b4'/>
<id>urn:sha1:fd5d1124e25f9996b0bfbf17156d850d106b27b4</id>
<content type='text'>
as the value in b_vp is often not really what you want.
(and needs to be frobbed). more cleanups will follow this.
Reviewed by: Bruce Evans &lt;bde@freebsd.org&gt;
</content>
</entry>
<entry>
<title>This commit fixes various 64bit portability problems required for</title>
<updated>1998-06-07T17:13:14Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-06-07T17:13:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ecbb00a2629050fd720dc376a33c45f4ad767cea'/>
<id>urn:sha1:ecbb00a2629050fd720dc376a33c45f4ad767cea</id>
<content type='text'>
FreeBSD/alpha.  The most significant item is to change the command
argument to ioctl functions from int to u_long.  This change brings us
inline with various other BSD versions.  Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.

The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
</content>
</entry>
<entry>
<title>Slightly more correct initialisation of the new buf struct for soft-updates.</title>
<updated>1998-03-09T20:39:26Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-03-09T20:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19ab6a4071024f6f9212704c96f494d2a82bcb9a'/>
<id>urn:sha1:19ab6a4071024f6f9212704c96f494d2a82bcb9a</id>
<content type='text'>
Submitted by: Chris Csanady &lt;ccsanady@friley585.res.iastate.edu&gt;
Suggested by: Kirk McKusick
</content>
</entry>
<entry>
<title>Properly bzero() structures after they're returned from getccdbuf().</title>
<updated>1998-02-22T10:01:23Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-02-22T10:01:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5068bbbaf70325923e9d07de6f21cb1b1c33b01'/>
<id>urn:sha1:b5068bbbaf70325923e9d07de6f21cb1b1c33b01</id>
<content type='text'>
Submitted by:	Chris Csanady &lt;ccsanady@friley585.res.iastate.edu&gt;
</content>
</entry>
<entry>
<title>Revert part of my previous patch - I don't see the *need*</title>
<updated>1998-02-15T08:28:26Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-02-15T08:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=500117e484dd86e34726ec03307d45070a974642'/>
<id>urn:sha1:500117e484dd86e34726ec03307d45070a974642</id>
<content type='text'>
to call splbio() from within an interrupt handler here. :-)
</content>
</entry>
<entry>
<title>missing spl() call and off by one error in the handling of the partitions.</title>
<updated>1998-02-15T08:14:39Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-02-15T08:14:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d15435cb1400fe65b0009a38bd7f69526052571'/>
<id>urn:sha1:7d15435cb1400fe65b0009a38bd7f69526052571</id>
<content type='text'>
Submitted by:	Chris Csanady &lt;ccsanady@friley585.res.iastate.edu&gt;
Obtained from:	OpenBSD
</content>
</entry>
</feed>
