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: 05/14/1998 11:30:01
matt
Thu May 14 11:24:00 PDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv5940

Modified Files:
	lemac.c lemacvar.h 
Log Message:
Fix alignment crashes on Alphas...


drochner
Thu May 14 11:26:47 PDT 1998
Update of /cvsroot/src/sys/arch/i386/stand/libsa
In directory nb00:/tmp/cvs-serv5887/libsa

Modified Files:
	tftp.c 
Log Message:
misc improvements:
-initialize errno to 0 before receiving
-minimal allowed packet size is 4 (empty data packet)
-Be nice to the TFTP server - tell it that the transfer is finished
  (additinal ACK at EOF, ERROR otherwise). Otherwise, it will linger
  around and retransmit. This can be left out (TFTP_NOTERMINATE) if we
  are really short on space.