Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 1996 20:31:54 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm swap_pager.c
Message-ID:  <199603060431.UAA00894@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/03/05 20:31:52

  Modified:    sys/vm    swap_pager.c
  Log:
  Fix a problem in the swap pager that caused some of the pages that
  were paged in under low swap space conditions to both loose their
  backing store and their dirty bits.  This would cause pages to
  be demand zeroed under certain conditions in low VM space conditions
  and consequential sig-11's or sig-10's.  This situation was made
  worse lately when the level for swap space reclaim threshold was
  increased.
  
  Revision  Changes    Path
  1.63      +9 -9      src/sys/vm/swap_pager.c



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