Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 1996 00:26:59 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_pageout.c
Message-ID:  <199606190726.AAA19206@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606190726.AAA19206>