Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 14:09:37 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket2.c uipc_usrreq.c
Message-ID:  <200112132209.fBDM9cO81106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/12/13 14:09:37 PST

  Modified files:
    sys/kern             uipc_socket2.c uipc_usrreq.c 
  Log:
  o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and
    always deriving the credential for a newly accepted connection from
    the listen socket.  Previously, the selection of the credential
    depended on the protocol: UNIX domain sockets would use the
    connecting process's credential, and protocols supporting a creation
    of the socket before the receiving end called accept() would use
    the listening socket.  After this change, it is always the listening
    credential.
  
  Reviewed by:    green
  
  Revision  Changes    Path
  1.78      +1 -14     src/sys/kern/uipc_socket2.c
  1.78      +1 -1      src/sys/kern/uipc_usrreq.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112132209.fBDM9cO81106>