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/07/1998 20:50:02
thorpej
Sun Jun  7 20:42:19 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv26420

Modified Files:
	bus.h 
Log Message:
Add debugging support to the bus_space macros.  If BUS_SPACE_DEBUG (or DEBUG)
is defined, the bus_space macros will check to ensure that the bus address
and the target buffer (if applicable) are aligned properly for the size
of the type being used.  If they are not, a message will be displayed on
the console.

Strict alignment is required by the Alpha architecture, and a trap will
occur of unaligned access is performed.  These changes will aid debugging
of broken device drivers.


lukem
Sun Jun  7 20:44:34 PDT 1998
Update of /cvsroot/src/usr.sbin/ypserv/ypinit
In directory nb00:/tmp/cvs-serv26460

Modified Files:
	Makefile.yp 
Log Message:
disable INSECURE=yes now that libc support master.passwd YP maps