Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/1999 18:07:08
Module Name: syssrc
Committed By: thorpej
Date: Wed May 26 01:07:08 UTC 1999
Modified Files:
syssrc/sys/compat/netbsd32: netbsd32_netbsd.c
syssrc/sys/kern: kern_sysctl.c
Log Message:
XXX Pass VM_PROT_NONE to uvm_vslock() as access_type. Why are we even
vslocking here?! copyout() on its own seems to suffice just about everwhere
else, and it's not like the process is going to exit; it's in a system
call!
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -r1.44 -r1.45 syssrc/sys/kern/kern_sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.