Searched hist:192206 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_socket.hdiff 192206 Sat May 16 19:04:58 MDT 2009 dchagin 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
H A Dlinux_socket.cdiff 192206 Sat May 16 19:04:58 MDT 2009 dchagin 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
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux.hdiff 192206 Sat May 16 19:04:58 MDT 2009 dchagin 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
/freebsd-10.2-release/sys/i386/linux/
H A Dlinux.hdiff 192206 Sat May 16 19:04:58 MDT 2009 dchagin 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

Completed in 228 milliseconds