Home
last modified time | relevance | path

Searched hist:"8 b756d40a72e9efe40d4790d356cb8c1b53bd2dd" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_socket.hdiff 8b756d40a72e9efe40d4790d356cb8c1b53bd2dd Sun Feb 05 15:17:09 CET 2017 Dmitry Chagin <dchagin@FreeBSD.org> Update syscall.master to 4.10-rc6. Also fix comments, a typo,
and wrong numbering for a few unimplemented syscalls.

For 32-bit Linuxulator, socketcall() syscall was historically
the entry point for the sockets API. Starting in Linux 4.3, direct
syscalls are provided for the sockets API. Enable it.

The initial version of patch was provided by trasz@ and extended by me.

Submitted by: trasz
MFC after: 2 week
Differential Revision: https://reviews.freebsd.org/D9381