<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/vm, branch release/2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.</title>
<updated>1994-11-22T10:57:37+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-22T10:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=17b077621744cb97f4b017152ec2bc0ae303f200'/>
<id>17b077621744cb97f4b017152ec2bc0ae303f200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.</title>
<updated>1994-11-21T07:33:22+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-21T07:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=01233029edba45b14c75afe36248d0df998b3cc3'/>
<id>01233029edba45b14c75afe36248d0df998b3cc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed return status from pagers. Ahem...the previous method would manufacture</title>
<updated>1994-11-06T09:55:31+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-11-06T09:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a83c285c7ef19dd6f495f82b7a11a4a686581b05'/>
<id>a83c285c7ef19dd6f495f82b7a11a4a686581b05</id>
<content type='text'>
data when it couldn't get it legitimately. :-(

Submitted by:	John Dyson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
data when it couldn't get it legitimately. :-(

Submitted by:	John Dyson
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for starting the experimental "vmdaemon" system process.</title>
<updated>1994-11-06T05:07:53+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-11-06T05:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2fe6e4d71ea7f0d66df66887364d1a0561b921d3'/>
<id>2fe6e4d71ea7f0d66df66887364d1a0561b921d3</id>
<content type='text'>
Enabled via REL2_1.

Added support for doing object collapses "on the fly". Enabled via REL2_1a.

Improved object collapses so that they can happen in more cases. Improved
sensing of modified pages to fix an apparant race condition and improve
clustered pageout opportunities. Fixed an "oops" with not restarting page
scan after a potential block in vm_pageout_clean() (not doing this can result
in strange behavior in some cases).

Submitted by:	John Dyson &amp; David Greenman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enabled via REL2_1.

Added support for doing object collapses "on the fly". Enabled via REL2_1a.

Improved object collapses so that they can happen in more cases. Improved
sensing of modified pages to fix an apparant race condition and improve
clustered pageout opportunities. Fixed an "oops" with not restarting page
scan after a potential block in vm_pageout_clean() (not doing this can result
in strange behavior in some cases).

Submitted by:	John Dyson &amp; David Greenman
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved I/O error reporting.</title>
<updated>1994-10-25T07:06:20+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-10-25T07:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1b119d9d17393ed7bf1653948d1d2a08e0a82851'/>
<id>1b119d9d17393ed7bf1653948d1d2a08e0a82851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#if 0'd out the object cache trimming code - there are multiple ways</title>
<updated>1994-10-25T05:35:44+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-10-25T05:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=191ee5b3003d3dabe03a813fd03a74a35629bbc2'/>
<id>191ee5b3003d3dabe03a813fd03a74a35629bbc2</id>
<content type='text'>
that the pageout daemon can deadlock otherwise.

Submitted by:	John Dyson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that the pageout daemon can deadlock otherwise.

Submitted by:	John Dyson
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed object cache trimming policy so it actually works.</title>
<updated>1994-10-23T21:03:09+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-10-23T21:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e8fbe458e4e300f2d5edc97a04eeee01c368267a'/>
<id>e8fbe458e4e300f2d5edc97a04eeee01c368267a</id>
<content type='text'>
Submitted by:	John Dyson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	John Dyson
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted reserved levels to fix a deadlock condition.</title>
<updated>1994-10-23T20:53:33+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-10-23T20:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=389918ee958a40fd9b407590444e5ba36f6614c0'/>
<id>389918ee958a40fd9b407590444e5ba36f6614c0</id>
<content type='text'>
Submitted by:	John Dyson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	John Dyson
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed a thread_sleep into an spl protected tsleep. A deadlock can occur</title>
<updated>1994-10-23T06:15:04+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-10-23T06:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=47c9acfdeb60c2f65e6714be3980f5f2cba9a12f'/>
<id>47c9acfdeb60c2f65e6714be3980f5f2cba9a12f</id>
<content type='text'>
otherwise. Minor efficiency improvement in vm_page_free().

Submitted by:	John Dyson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise. Minor efficiency improvement in vm_page_free().

Submitted by:	John Dyson
</pre>
</div>
</content>
</entry>
<entry>
<title>Contrary to my last commit here:  NFS-swap is enabled automatically.</title>
<updated>1994-10-22T17:53:35+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-10-22T17:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2fc59d00324237bbe9e95f7ee97ee2bb96fa928d'/>
<id>2fc59d00324237bbe9e95f7ee97ee2bb96fa928d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
