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/29/1998 22:40:01
thorpej
Mon Jun 29 22:33:12 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv12210/sys

Modified Files:
	file.h socketvar.h vnode.h 
Log Message:
Add two additional arguments to the fileops read and write calls, a
pointer to the offset to use, and a flags word.  Define a flag that
specifies whether or not to update the offset passed by reference.


thorpej
Mon Jun 29 22:33:12 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv12210/kern

Modified Files:
	kern_ktrace.c sys_generic.c sys_socket.c vfs_vnops.c 
Log Message:
Add two additional arguments to the fileops read and write calls, a
pointer to the offset to use, and a flags word.  Define a flag that
specifies whether or not to update the offset passed by reference.