From owner-cvs-sys Wed Jun 19 00:27:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA19221 for cvs-sys-outgoing; Wed, 19 Jun 1996 00:27:03 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA19206; Wed, 19 Jun 1996 00:26:59 -0700 (PDT) Date: Wed, 19 Jun 1996 00:26:59 -0700 (PDT) From: David Greenman Message-Id: <199606190726.AAA19206@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/19 00:26:59 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_pageout.c Log: Fixed several serious bugs that had to do with traversing the page queues and inadvertantly stepping off the queue via a page that was previous removed from it. Also killed the potentially evil RSS limiting code in the vmdaemon - it traverses allproc which would not be consistent if the code should block for some reason (it shouldn't block, but we're not completely sure of that...). Submitted by: dyson Revision Changes Path 1.51.4.6 +8 -39 src/sys/vm/vm_pageout.c