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: 05/11/1996 14:30:20
mycroft
Sat May 11 14:26:40 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10595/kern

Modified Files:
	vnode_if.src 
Log Message:
Change VOP_UPDATE() semantics:
* Make 2nd and 3rd args timespecs, not timevals.
* Consistently pass a Boolean as the 4th arg (except in LFS).
Also, fix ffs_update() and lfs_update() to actually change the nsec fields.

mycroft
Sat May 11 14:27:04 EDT 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10595/nfs

Modified Files:
	nfs_vnops.c 
Log Message:
Change VOP_UPDATE() semantics:
* Make 2nd and 3rd args timespecs, not timevals.
* Consistently pass a Boolean as the 4th arg (except in LFS).
Also, fix ffs_update() and lfs_update() to actually change the nsec fields.

mycroft
Sat May 11 14:27:31 EDT 1996
Update of /a/cvsroot/src/sys/ufs/ffs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10595/ufs/ffs

Modified Files:
	ffs_alloc.c ffs_inode.c ffs_vnops.c 
Log Message:
Change VOP_UPDATE() semantics:
* Make 2nd and 3rd args timespecs, not timevals.
* Consistently pass a Boolean as the 4th arg (except in LFS).
Also, fix ffs_update() and lfs_update() to actually change the nsec fields.

mycroft
Sat May 11 14:27:50 EDT 1996
Update of /a/cvsroot/src/sys/ufs/lfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10595/ufs/lfs

Modified Files:
	lfs_inode.c lfs_vnops.c 
Log Message:
Change VOP_UPDATE() semantics:
* Make 2nd and 3rd args timespecs, not timevals.
* Consistently pass a Boolean as the 4th arg (except in LFS).
Also, fix ffs_update() and lfs_update() to actually change the nsec fields.

mycroft
Sat May 11 14:28:14 EDT 1996
Update of /a/cvsroot/src/sys/ufs/ufs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10595/ufs/ufs

Modified Files:
	ufs_inode.c ufs_readwrite.c ufs_vnops.c 
Log Message:
Change VOP_UPDATE() semantics:
* Make 2nd and 3rd args timespecs, not timevals.
* Consistently pass a Boolean as the 4th arg (except in LFS).
Also, fix ffs_update() and lfs_update() to actually change the nsec fields.