<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/md, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: make preloaded filesystems work with md(4) again.</title>
<updated>2003-12-17T19:48:00Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-12-17T19:48:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e479892a325a59ecd47aa81cf06a5bde81b5ee9d'/>
<id>urn:sha1:e479892a325a59ecd47aa81cf06a5bde81b5ee9d</id>
<content type='text'>
Approved by:	re@(scottl)
</content>
</entry>
<entry>
<title>Use the class-&gt;init() to hitch up preload devices, rather than rely on</title>
<updated>2003-11-18T18:19:26Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-11-18T18:19:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0eb143096940e4dd16f09215ab48480c1fce6552'/>
<id>urn:sha1:0eb143096940e4dd16f09215ab48480c1fce6552</id>
<content type='text'>
the "old" SYSINIT.  This makes sure things happen in the right order.

XXX: md(4) needs to be fully geom-ified and in particluar /dev/md.ctl
should be abandonded for the GEOM OaM api.

Approved by:	re@
</content>
</entry>
<entry>
<title>Don't initialize unused bio_blkno field.</title>
<updated>2003-10-18T11:25:42Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-10-18T11:25:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6e9a011a6aa7c9720162dee2dfe4ed2fafa76596'/>
<id>urn:sha1:6e9a011a6aa7c9720162dee2dfe4ed2fafa76596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The present defaults for the open and close for device drivers which</title>
<updated>2003-09-27T12:01:01Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-09-27T12:01:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70cd7713375b9351501f68831aea1c52a7b9be47'/>
<id>urn:sha1:70cd7713375b9351501f68831aea1c52a7b9be47</id>
<content type='text'>
provide no methods does not make any sense, and is not used by any
driver.

It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.

Change the defaults to be nullopen() and nullclose() which simply
does nothing.

Remove explicit initializations to these from the drivers which
already used them.
</content>
</entry>
<entry>
<title>Consistently use the BSD u_int and u_short instead of the SYSV uint and</title>
<updated>2003-08-07T15:04:27Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-08-07T15:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8b149b513139803ca0fce264d653c45dfbc557d2'/>
<id>urn:sha1:8b149b513139803ca0fce264d653c45dfbc557d2</id>
<content type='text'>
ushort.  In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.

Requested by:	bde (kern_ktrace.c)
</content>
</entry>
<entry>
<title>Change the implementation of swap backing to use the VM system in normal</title>
<updated>2003-08-05T06:54:44Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-08-05T06:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8e28326a8b9f6c642c0206db507423dcc2dce4cd'/>
<id>urn:sha1:8e28326a8b9f6c642c0206db507423dcc2dce4cd</id>
<content type='text'>
ways, and drop the need for vm_pager_strategy().
</content>
</entry>
<entry>
<title>Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.</title>
<updated>2003-07-27T17:04:56Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-07-27T17:04:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c89f162bcb645d2fdb234883fb689ed896077a2'/>
<id>urn:sha1:7c89f162bcb645d2fdb234883fb689ed896077a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 256 unit limit, there is no evil minor number encoding to</title>
<updated>2003-06-22T11:31:38Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-06-22T11:31:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8198a1a472b2490191328afb4edd8476387ff102'/>
<id>urn:sha1:8198a1a472b2490191328afb4edd8476387ff102</id>
<content type='text'>
deal with any more.

Spotted by:	"Darren Freestone" &lt;df@cops.org&gt;
</content>
</entry>
<entry>
<title>Remove the G_CLASS_INITIALIZER, we do not need it anymore.</title>
<updated>2003-05-31T16:59:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-05-31T16:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f075585f67399aa81683f8bcf0d15169dc4aeab4'/>
<id>urn:sha1:f075585f67399aa81683f8bcf0d15169dc4aeab4</id>
<content type='text'>
</content>
</entry>
</feed>
