Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/25/1997 19:40:02
kleink
Sun May 25 12:34:45 PDT 1997
Update of /cvsroot/src/lib/libc/time
In directory netbsd1:/var/slash-tmp/cvs-serv22053

Modified Files:
	strftime.3 
Log Message:
Add a reference to the strptime(3) manual page.

pk
Sun May 25 12:37:38 PDT 1997
Update of /cvsroot/src/sys/dev
In directory netbsd1:/var/slash-tmp/cvs-serv21559

Modified Files:
	vnd.c 
Log Message:
Use an additional structure to keep information on a set of transfers
initiated by vnd_strategy(). This allows for more natural error handling
and solves two bugs:
	* vnd can disk_unbusy without disk_busy (PR#2657)
	* b_resid is set correctly on the external at the end
	  of a transfer in case of an error.