cvs commit: src/sys/kern uipc_socket.c
Paul Saab
ps at FreeBSD.org
Mon Nov 29 15:09:08 PST 2004
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
More information about the cvs-src
mailing list