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: 02/21/1998 23:00:02
enami
Sat Feb 21 22:50:09 PST 1998
Update of /cvsroot/src/sys/dev
In directory nb00:/tmp/cvs-serv27153

Modified Files:
	ccd.c 
Log Message:
Check disklabel just read from disk and warn if:
	(a) total sector size is different from the size of ccd, or
	(b) size of a partition exceeds the size of ccd.


enami
Sat Feb 21 22:53:11 PST 1998
Update of /cvsroot/src/share/man/man4
In directory nb00:/tmp/cvs-serv29719

Modified Files:
	ccd.4 
Log Message:
Remove period from end of SEE ALSO list.


mycroft
Sat Feb 21 22:54:39 PST 1998
Update of /cvsroot/src/sys/lib/libkern
In directory nb00:/tmp/cvs-serv328

Modified Files:
	Makefile 
Log Message:
Build memcpy() out of bcopy() by default.

mycroft
Sat Feb 21 22:55:42 PST 1998
Update of /cvsroot/src/sys/lib/libkern
In directory nb00:/tmp/cvs-serv458

Added Files:
	bcopy.c 
Log Message:
Need bcopy.c to generate memcpy().

mycroft
Sat Feb 21 22:57:31 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/powerpc
In directory nb00:/tmp/cvs-serv702/arch/powerpc

Modified Files:
	Makefile.inc 
Log Message:
Don't list bcopy.c here, since we only want memcpy() and not bcopy().
XXX What a kluge!

mycroft
Sat Feb 21 22:57:31 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/sparc
In directory nb00:/tmp/cvs-serv702/arch/sparc

Modified Files:
	Makefile.inc 
Log Message:
Don't list bcopy.c here, since we only want memcpy() and not bcopy().
XXX What a kluge!