Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/uvm



Module Name:    src
Committed By:   snj
Date:           Sat Dec 27 18:24:49 UTC 2008

Modified Files:
        src/sys/uvm [netbsd-5]: uvm_pdaemon.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #211):
        sys/uvm/uvm_pdaemon.c: revision 1.97
PR 40027/pagedaemon loops on memory shortage
uvmpd_scan_queue:
- Fix a bug that prevented the pagedaemon from making forward progress
  if (a) swap was full (b) the first 16 pages on the inactive list were
  unbusy anons not already backed by swap.
- Remove redundant uvm_swapisfull() check and just try to allocate a slot.
  If it fails we know swap is full.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.93.4.1 src/sys/uvm/uvm_pdaemon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index