Date: Tue, 8 May 2007 11:07:25 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_proto.c Message-ID: <200705081107.l48B7P3E022652@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-05-08 11:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_proto.c Log: 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. Revision Changes Path 1.24.8.2 +0 -5 src/sys/kern/uipc_proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705081107.l48B7P3E022652>