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:30:03
thorpej
Sun May 25 12:20:32 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv20532

Modified Files:
	kern_subr.c 
Log Message:
Move the test for "no rootspec and no bootdv" to after we've had a chance
to set rootspec in the case of "root on ? type nfs" and no bootdv was
found.  From maximum entropy <entropy@tanstaafl.bernstein.com>, PR #3669.


kleink
Sun May 25 12:26:44 PDT 1997
Update of /cvsroot/src/lib/libc/time
In directory netbsd1:/var/slash-tmp/cvs-serv20818

Modified Files:
	strptime.c 
Log Message:
Rewritten from scratch. Implement missing conversions and provide support
for E and O modifiers, though our locale does not support `alternate'
conversions and formats - we just stick to the unmodified rules in that case.


kleink
Sun May 25 12:29:38 PDT 1997
Update of /cvsroot/src/lib/libc/time
In directory netbsd1:/var/slash-tmp/cvs-serv21290

Modified Files:
	Makefile.inc 
Added Files:
	strptime.3 
Log Message:
Add a strptime(3) manual page.