K 10 svn:author V 7 dchagin K 8 svn:date V 27 2009-05-16T18:48:41.977279Z K 7 svn:log V 268 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) MFC after: 1 month END