cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Fri Aug 20 09:24:23 PDT 2004


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


More information about the cvs-all mailing list