Date: Mon, 29 Jul 1996 20:09:00 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm pmap.h swap_pager.c vm_fault.c vm_map.c vm_map.h vm_mmap.c vm_object.c vm_page.c vm_page.h vm_pageout.c vnode_pager.c src/sys/kern kern_exec.c kern_exit.c src/sys/i386/include pmap.h src/sys/i386/i386 pmap.c Message-ID: <199607300309.UAA11431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/07/29 20:08:59
Modified: sys/vm pmap.h swap_pager.c vm_fault.c vm_map.c vm_map.h
vm_mmap.c vm_object.c vm_page.c vm_page.h
vm_pageout.c vnode_pager.c
sys/kern kern_exec.c kern_exit.c
sys/i386/i386 pmap.c
sys/i386/include pmap.h
Log:
Backed out the recent changes/enhancements to the VM code. The
problem with the 'shell scripts' was found, but there was a 'strange'
problem found with a 486 laptop that we could not find. This commit
backs the code back to 25-jul, and will be re-entered after the snapshot
in smaller (more easily tested) chunks.
Revision Changes Path
1.14 +5 -5 src/sys/vm/pmap.h
1.70 +11 -18 src/sys/vm/swap_pager.c
1.56 +13 -6 src/sys/vm/vm_fault.c
1.54 +68 -77 src/sys/vm/vm_map.c
1.15 +1 -2 src/sys/vm/vm_map.h
1.49 +33 -196 src/sys/vm/vm_mmap.c
1.78 +3 -4 src/sys/vm/vm_object.c
1.62 +33 -16 src/sys/vm/vm_page.c
1.31 +5 -5 src/sys/vm/vm_page.h
1.84 +31 -29 src/sys/vm/vm_pageout.c
1.62 +4 -4 src/sys/vm/vnode_pager.c
1.46 +2 -2 src/sys/kern/kern_exec.c
1.35 +3 -2 src/sys/kern/kern_exit.c
1.114 +513 -393 src/sys/i386/i386/pmap.c
1.42 +6 -19 src/sys/i386/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607300309.UAA11431>
