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/29/1998 13:10:01
gwr
Mon Jun 29 13:02:50 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory nb00:/tmp/cvs-serv848

Modified Files:
	exec_sun.c 
Log Message:
Add load_sun() which does the guts of exec_sun() but lets
the caller do the file open/close and control transfer.


gwr
Mon Jun 29 13:03:14 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory nb00:/tmp/cvs-serv867

Modified Files:
	libsa.h 
Log Message:
Declare load_sun()


gwr
Mon Jun 29 13:05:36 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory nb00:/tmp/cvs-serv903

Modified Files:
	netif_sun.c 
Log Message:
Get rid of user-level includes.
Do not reset the I/F on timeout.
Kill some old debug code.


gwr
Mon Jun 29 13:06:34 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory nb00:/tmp/cvs-serv930

Modified Files:
	sun3x.c 
Log Message:
Fix "integer overflow" error.


gwr
Mon Jun 29 13:09:14 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand
In directory nb00:/tmp/cvs-serv968

Modified Files:
	Makefile.inc 
Log Message:
Reimplement the header strip using two instances of dd in a pipe,
so it works with a dd that does not know conv=osync (i.e. Solaris).