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/18/1996 17:00:08
is
Tue Jun 18 16:50:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24640

Modified Files:
	if_qn.c 
Log Message:
During the data type cleanup, a bug crept in in the code handling mbufs with
odd length. This would lead to corrupt data sent.


mycroft
Tue Jun 18 16:50:24 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24687

Modified Files:
	vfs_bio.c 
Log Message:
In the sync case of bwrite(), move the accounting earlier so that so that the
delayed write is logically converted to a sync write, mirroring the async case.
In bdwrite(), move the tape case earlier to avoid needless reassignbuf()s.