Source-Changes archive

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

CVS commit: [netbsd-7] src/sys/kern



Module Name:    src
Committed By:   snj
Date:           Wed Feb  4 06:29:07 UTC 2015

Modified Files:
        src/sys/kern [netbsd-7]: uipc_usrreq.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #474):
        sys/kern/uipc_usrreq.c: revision 1.173
Handle LOCAL_PEERID for socketpair() connected sockets which connect through
connect2().
1. move the code that sets the peerid structure into connect1(). This
    handles so2.  The datagram code calls connect2 twice with flipped
    so arguments so both sockets get set.
2. in connect2 copy the peerid structure from so2 to so, so that that
    both stream sockets get set.


To generate a diff of this commit:
cvs rdiff -u -r1.169.2.1 -r1.169.2.2 src/sys/kern/uipc_usrreq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index