Date: Wed, 28 Oct 1998 05:37:03 -0800 (PST) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/kern kern_exec.c sys_pipe.c vfs_bio.c src/sys/miscfs/procfs procfs_mem.c src/sys/vm vm_fault.c vm_page.c vm_page.h Message-ID: <199810281337.FAA19529@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/10/28 05:37:03 PST Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c sys/kern kern_exec.c sys_pipe.c vfs_bio.c sys/miscfs/procfs procfs_mem.c sys/vm vm_fault.c vm_page.c vm_page.h Log: Added a second argument, "activate" to the vm_page_unwire() call so that the caller can select either inactive or active queue to put the page on. Revision Changes Path 1.12 +3 -4 src/sys/alpha/alpha/pmap.c 1.211 +3 -4 src/sys/i386/i386/pmap.c 1.88 +2 -2 src/sys/kern/kern_exec.c 1.44 +3 -3 src/sys/kern/sys_pipe.c 1.181 +6 -8 src/sys/kern/vfs_bio.c 1.35 +2 -2 src/sys/miscfs/procfs/procfs_mem.c 1.90 +3 -3 src/sys/vm/vm_fault.c 1.111 +14 -6 src/sys/vm/vm_page.c 1.48 +2 -2 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810281337.FAA19529>