Date: Wed, 27 Mar 1996 20:53:30 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c vm_map.c vm_object.c vm_page.c vm_pageout.c Message-ID: <199603280453.UAA29437@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/03/27 20:53:30 Modified: sys/vm vm_fault.c vm_map.c vm_object.c vm_page.c vm_pageout.c Log: VM performance improvements, and reorder some operations in VM fault in anticipation of a fix in pmap that will allow the mlock system call to work without panicing the system. Revision Changes Path 1.43 +5 -5 src/sys/vm/vm_fault.c 1.41 +106 -99 src/sys/vm/vm_map.c 1.66 +5 -2 src/sys/vm/vm_object.c 1.50 +4 -2 src/sys/vm/vm_page.c 1.69 +4 -2 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603280453.UAA29437>