Module Name: src Committed By: rmind Date: Sat May 17 23:27:59 UTC 2014
Modified Files: src/sys/kern: uipc_socket.c uipc_syscalls.c src/sys/net: if_gre.c src/sys/sys: mbuf.h socketvar.h Log Message: - fsocreate: set SS_NBIO before the file descriptor is affixed as there is a theoretical race condition (hard to trigger, though); remove the LWP parameter and clean up the code a little. - Sprinkle few comments. - Remove M_SOOPTS while here. To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.168 -r1.169 src/sys/kern/uipc_syscalls.c cvs rdiff -u -r1.153 -r1.154 src/sys/net/if_gre.c cvs rdiff -u -r1.154 -r1.155 src/sys/sys/mbuf.h cvs rdiff -u -r1.132 -r1.133 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.