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: 07/28/1998 13:20:02
drochner
Tue Jul 28 13:10:55 PDT 1998
Update of /cvsroot/src/sys/arch/i386/stand/installboot
In directory nb00:/tmp/cvs-serv27064

Modified Files:
	Makefile bootblks.c getmount.c installboot.c installboot.h 
Log Message:
Use the new mkdtemp() instead of mktemp();mkdir().
Various cleanups (and typecasts) to get lint quiet.
Add remaining prototypes, enable -Wmissing-prototypes -Wstrict-prototypes.


drochner
Tue Jul 28 13:18:37 PDT 1998
Update of /cvsroot/src/sys/dev/pckbc
In directory nb00:/tmp/cvs-serv28159

Modified Files:
	psm.c 
Log Message:
Reset the mouse in attach(); Bog knows what other drivers did to it
in their probe()s.
Clean up some "pms" vs. "psm" naming confusion.