dchagin 5351e06699 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
2009-05-16 18:48:41 +00:00
..
2008-11-29 14:57:58 +00:00
2008-11-29 14:57:58 +00:00
2008-11-29 14:57:58 +00:00
2008-11-29 14:55:24 +00:00