K 10 svn:author V 7 dchagin K 8 svn:date V 27 2009-06-16T05:10:21.363941Z K 7 svn:log V 263 MFC r192206: Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and SOCK_NONBLOCK flags, that allow to save fcntl() calls. Implement a variation of the socket() syscall which takes a flags in addition to the type argument. Approved by: kib (mentor) END