Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/11/1997 05:20:01
thorpej
Fri Jan 10 21:15:03 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv15958/kern

Modified Files:
	uipc_socket.c 
Log Message:
Implement SO_TIMESTAMP socket option: receive a timeval timestamp
as a control message with a datagram.


thorpej
Fri Jan 10 21:15:04 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv15958/sys

Modified Files:
	socket.h 
Log Message:
Implement SO_TIMESTAMP socket option: receive a timeval timestamp
as a control message with a datagram.


thorpej
Fri Jan 10 21:16:47 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv16237/kern

Modified Files:
	uipc_socket2.c 
Log Message:
Implement sbcreatecontrol(), a generic function to create a "control"
mbuf for presentation on a socket buffer.


thorpej
Fri Jan 10 21:17:19 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv16333/sys

Modified Files:
	socketvar.h 
Log Message:
Prototype sbcreatecontrol().