Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/07/1998 23:50:02
thorpej
Wed Jan 7 15:42:06 PST 1998
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv22038
Modified Files:
CHANGES
Log Message:
Note adding support for passing credentials over Unix domain sockets
as ancillary data.
thorpej
Wed Jan 7 15:47:12 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv22357/kern
Modified Files:
uipc_socket.c uipc_socket2.c uipc_syscalls.c
Log Message:
Make insertion and removal of sockets from the partial and incoming
connections queues O(C) rather than O(N).
thorpej
Wed Jan 7 15:47:13 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv22357/sys
Modified Files:
socketvar.h
Log Message:
Make insertion and removal of sockets from the partial and incoming
connections queues O(C) rather than O(N).
thorpej
Wed Jan 7 15:48:29 PST 1998
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv23324
Modified Files:
CHANGES
Log Message:
Note improved socket queueing algorithm.