Date: Mon, 29 Nov 2004 23:09:07 +0000 (UTC) From: Paul Saab <ps@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: <200411292309.iATN97B1037333@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps          2004-11-29 23:09:07 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Make soreceive(MSG_DONTWAIT) nonblocking. If MSG_DONTWAIT is passed into
  soreceive(), then pass in M_DONTWAIT to m_copym(). Also fix up error
  handling for the case where m_copym() returns failure.
  
  Submitted by:   Mohan Srinivasan mohans at yahoo-inc dot com
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.218     +21 -3     src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411292309.iATN97B1037333>
