Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/30/1998 00:40:01
thorpej
Tue Jun 30 00:39:23 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv16241/sys

Modified Files:
	file.h 
Log Message:
Split up read/readv/write/writev into the system call front-end and
the guts that actually perform the I/O request.


thorpej
Tue Jun 30 00:39:23 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv16241/kern

Modified Files:
	sys_generic.c 
Log Message:
Split up read/readv/write/writev into the system call front-end and
the guts that actually perform the I/O request.