Module Name: src Committed By: christos Date: Thu Feb 14 21:57:59 UTC 2013
Modified Files: src/sys/kern: uipc_socket.c uipc_syscalls.c Log Message: PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not set SS_NBIO. XXX: there are too many flags that mean the same thing in too many places, and too many flags that mean the same thing and are different. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.159 -r1.160 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.