]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge uipc_proto.c:1.26 from HEAD to RELENG_6:
authorrwatson <rwatson@FreeBSD.org>
Tue, 8 May 2007 11:07:24 +0000 (11:07 +0000)
committerrwatson <rwatson@FreeBSD.org>
Tue, 8 May 2007 11:07:24 +0000 (11:07 +0000)
commit161ac9e37ccccda820ef87e91afb99ad99cd8888
treeee30ac92a1eb89311f4b286b0de46eee1ad8e1eb
parentbf86234b519d6ec5c76b2c45017871741ecfe801
Merge uipc_proto.c:1.26 from HEAD to RELENG_6:

  Remove UNIX domain socket raw socket support.  This feature is documented
  as being undocumented in Stevens, and was broken in 1997 during network
  stack infrastructure work.  It is the one remaining (and incorrect)
  direct protocol reference to raw_usrreq.pru_attach; this is incorrect
  because the raw socket code assumes that raw_uattach is called only after
  the protocol has allocated a PCB.
sys/kern/uipc_proto.c