Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/11/1995 20:50:06
mycroft
Sun Jun 11 20:47:00 EDT 1995
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1495

Modified Files:
	if.c if.h if_ethersubr.c raw_cb.c raw_cb.h raw_usrreq.c 
	rtsock.c 
Log Message:
Various cleanup, including:
* Convert several data structures to use queue.h.
* Split in_pcbnotify() into two parts; one for notifying a specific PCB, and
one for notifying all PCBs for a particular foreign address.

mycroft
Sun Jun 11 20:48:14 EDT 1995
Update of /a/cvsroot/src/sys/netinet
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1544

Modified Files:
	if_ether.c if_ether.h in.c in_pcb.c in_pcb.h in_var.h 
	ip_icmp.c ip_input.c ip_output.c ip_var.h raw_ip.c tcp_input.c 
	tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h udp_usrreq.c 
	udp_var.h 
Log Message:
Various cleanup, including:
* Convert several data structures to use queue.h.
* Split in_pcbnotify() into two parts; one for notifying a specific PCB, and
one for notifying all PCBs for a particular foreign address.

mycroft
Sun Jun 11 20:48:33 EDT 1995
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1648

Modified Files:
	nfs_boot.c 
Log Message:
Various cleanup, including:
* Convert several data structures to use queue.h.
* Split in_pcbnotify() into two parts; one for notifying a specific PCB, and
one for notifying all PCBs for a particular foreign address.