Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/1999 17:33:52
Module Name: syssrc
Committed By: thorpej
Date: Wed May 26 00:33:52 UTC 1999
Modified Files:
syssrc/sys/uvm: uvm_glue.c
Log Message:
- uvm_fork()/uvm_swapin(): pass VM_PROT_READ|VM_PROT_WRITE access_type
to uvm_fault_wire(), to guarantee that the kernel stacks will not
cause even a mod/ref emulation fault.
- uvm_vslock(): pass VM_PROT_NONE until this function is updated.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/uvm/uvm_glue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.