<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/md, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: Rename MDNSECT to MD_NSECT and add it to options and LINT.</title>
<updated>2000-07-17T13:48:40Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-07-17T13:48:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=df331198b2589e4ec85511b7e1d458551ca6141c'/>
<id>urn:sha1:df331198b2589e4ec85511b7e1d458551ca6141c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize type correctly.</title>
<updated>1999-12-01T10:20:21Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-12-01T10:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=66c161915bfaa34f2f316ccdbf065f97dbe99869'/>
<id>urn:sha1:66c161915bfaa34f2f316ccdbf065f97dbe99869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.</title>
<updated>1999-11-26T20:08:44Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-11-26T20:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71e4fff823e1f5d08467df93c62f445b7d88d142'/>
<id>urn:sha1:71e4fff823e1f5d08467df93c62f445b7d88d142</id>
<content type='text'>
Add MD_ROOT and MD_ROOT_SIZE options to the md driver.

Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compatibility.

Add md driver to GENERIC, PCCARD and LINT.

This is a cleanup which removes the need for some of the worse hacks in
MFS:  We really want to have a rootvnode but MFS on a preloaded image
doesn't really have one.  md is a true device, so it is less trouble.

This has been tested with make release, and if people remember to add
the "md" pseudo-device to their kernels, PicoBSD should be just fine
as well.  If people have no other use for MFS, it can be removed from
the kernel.
</content>
</entry>
<entry>
<title>Teach the md driver to use preloaded files of type "md_image".</title>
<updated>1999-11-20T22:43:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-11-20T22:43:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95f1a897f9ef27e6213ceed7723eb3c22af47eab'/>
<id>urn:sha1:95f1a897f9ef27e6213ceed7723eb3c22af47eab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused #include</title>
<updated>1999-10-11T19:16:54Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-10-11T19:16:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c23f21660ce3330408f810c7b995800dc8c1001d'/>
<id>urn:sha1:c23f21660ce3330408f810c7b995800dc8c1001d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove five now unused fields from struct cdevsw.  They should never</title>
<updated>1999-09-25T18:24:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-25T18:24:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d6a0e38a1bffb551c7a3159a072a0ac3b30abccb'/>
<id>urn:sha1:d6a0e38a1bffb551c7a3159a072a0ac3b30abccb</id>
<content type='text'>
have been there in the first place.  A GENERIC kernel shrinks almost 1k.

Add a slightly different safetybelt under nostop for tty drivers.

Add some missing FreeBSD tags
</content>
</entry>
<entry>
<title>Fix includes (remove unnecessary ones, reorder necessary ones.)</title>
<updated>1999-09-22T21:23:21Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-09-22T21:23:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=27068b01f7c2a96643d0a3f5ddd62fd78f715007'/>
<id>urn:sha1:27068b01f7c2a96643d0a3f5ddd62fd78f715007</id>
<content type='text'>
Also, correct an %x to be %lx.

Reviewed by:	phk
</content>
</entry>
<entry>
<title>fix a buglet which jordan made me provoke :-)</title>
<updated>1999-09-21T12:05:38Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-21T12:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33edfabe577950bf0f9a6dabb20d0254d2985b3a'/>
<id>urn:sha1:33edfabe577950bf0f9a6dabb20d0254d2985b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an experimental Memory-Disk driver.  This driver will allocate</title>
<updated>1999-09-21T11:00:49Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-21T11:00:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00a6a3c65f0470e5fe9a036d5700637c3a6d3456'/>
<id>urn:sha1:00a6a3c65f0470e5fe9a036d5700637c3a6d3456</id>
<content type='text'>
memory with malloc(9) using a few tricks to save space on the way.
</content>
</entry>
</feed>
