Date: Fri, 20 Aug 2004 16:24:23 +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_socket.c Message-ID: <200408201624.i7KGONOD028162@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-20 16:24:23 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Back out uipc_socket.c:1.208, as it incorrectly assumes that all sockets are connection-oriented for the purposes of kqueue registration. Since UDP sockets aren't connection-oriented, this appeared to break a great many things, such as RPC-based applications and services (i.e., NFS). Since jmg isn't around I'm backing this out before too many more feet are shot, but intend to investigate the right solution with him once he's available. Apologies to: jmg Discussed with: imp, scottl Revision Changes Path 1.210 +1 -3 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408201624.i7KGONOD028162>