Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1997 19:20:02
thorpej
Tue Jun 24 12:12:54 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv19328/sys
Modified Files:
unpcb.h
Log Message:
Eliminate use of dtom() in the handing of UNIX domain sockets. Add an
"unp_addrlen" member to the unpcb, and use it when copying the socket
name. This eliminates that last uses of dtom() in the system.
thorpej
Tue Jun 24 12:12:56 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv19328/kern
Modified Files:
uipc_usrreq.c
Log Message:
Eliminate use of dtom() in the handing of UNIX domain sockets. Add an
"unp_addrlen" member to the unpcb, and use it when copying the socket
name. This eliminates that last uses of dtom() in the system.
thorpej
Tue Jun 24 12:12:58 PDT 1997
Update of /cvsroot/src/sys/miscfs/portal
In directory netbsd1:/var/slash-tmp/cvs-serv19328/miscfs/portal
Modified Files:
portal_vnops.c
Log Message:
Eliminate use of dtom() in the handing of UNIX domain sockets. Add an
"unp_addrlen" member to the unpcb, and use it when copying the socket
name. This eliminates that last uses of dtom() in the system.
thorpej
Tue Jun 24 12:14:53 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv19708/sys
Modified Files:
mbuf.h
Log Message:
Remove the dtom() macro - nothing uses it anymore, and nothing should,
ever, ever again.
thorpej
Tue Jun 24 12:17:52 PDT 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv19785
Modified Files:
CHANGES
Log Message:
Note elimination of dtom() completely.