History log of /freebsd-10-stable/sys/modules/linux64/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
293599 09-Jan-2016 dchagin

MFC r283506 (by rodrigc):

For objcopy, use --input-target and --output-target

When building with gcc 4.9 and binutils 2.25,
using '--input' and '--output' returns an error
message:
objcopy: option `--input' is ambiguous

293546 09-Jan-2016 dchagin

MFC r283441:

Implement epoll family system calls. This is a tiny wrapper
around kqueue() to implement epoll subset of functionality.
The kqueue user data are 32bit on i386 which is not enough for
epoll user data, so we keep user data in the proc emuldata.

Initial patch developed by rdivacky@ in 2007, then extended
by Yuri Victorovich @ r255672 and finished by me
in collaboration with mjg@ and jillies@.

293530 09-Jan-2016 dchagin

MFC r283424:

Add preliminary support for x86-64 Linux binaries.

283424 24-May-2015 dchagin

Add preliminary support for x86-64 Linux binaries.

Differential Revision: https://reviews.freebsd.org/D1076