cvs commit: src/sys/i386/i386 pmap.c src/sys/vm default_pager.h vm_fault.c vm_glue.c vm_map.c vm_mmap.c vm_object.c vm_page.c vm_pageout.c

[ Available lists | Index of cvs-sys | Month of May 1996 | Week of 30 May 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Dyson <dyson>
Date
30 May 1996 17:38:17
Subject
cvs commit: src/sys/i386/i386 pmap.c src/sys/vm default_pager.h vm_fault.c vm_glue.c vm_map.c vm_mmap.c vm_object.c vm_page.c vm_pageout.c
Message-ID
199605310038.RAA22487@freefall.freebsd.org


[ Hide this part ]
dyson       96/05/30 17:38:07

Modified: sys/i386/i386 pmap.c
sys/vm default_pager.h vm_fault.c vm_glue.c vm_map.c
vm_mmap.c vm_object.c vm_page.c vm_pageout.c
Log:
This commit is dual-purpose, to fix more of the pageout daemon
queue corruption problems, and to apply Gary Palmer's code cleanups.
David Greenman helped with these problems also. There is still
a hang problem using X in small memory machines.

Revision Changes Path
1.96 +57 -44 src/sys/i386/i386/pmap.c
1.4 +2 -1 src/sys/vm/default_pager.h
1.47 +12 -1 src/sys/vm/vm_fault.c
1.50 +3 -16 src/sys/vm/vm_glue.c
1.49 +2 -8 src/sys/vm/vm_map.c
1.44 +2 -2 src/sys/vm/vm_mmap.c
1.75 +3 -2 src/sys/vm/vm_object.c
1.53 +16 -9 src/sys/vm/vm_page.c
1.76 +61 -19 src/sys/vm/vm_pageout.c


Elapsed time: 0.090 seconds