Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 02/08/1995 07:10:04
mycroft
Wed Feb  8 07:06:50 PST 1995
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/kern

Modified Files:
	kern_subr.c 
Log Message:
Remove UIO_USERISPACE.

mycroft
Wed Feb  8 07:07:54 PST 1995
Update of /b/source/CVS/src/sys/sys
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/sys

Modified Files:
	uio.h 
Log Message:
Remove UIO_USERISPACE.  It was only really used by the historic ptrace(2).
The new implementation instead assumes that the cache is synchronized after a
context switch.