Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index